.hero-section {
    background-image: url(https://events.qu.edu.sa/wp-content/uploads/2021/06/AY6I0981-scaled.jpg);
    background-position: 50%;
    background-size: cover
}

.hero-inner {
    background: linear-gradient(176deg, rgba(60,160,120,0.2), rgba(6,96,88,1));
    height: 32rem
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    min-width: 400px;
    width: 100% !important;
}

.styled-table thead tr {
    background-color: #066058;
    color: #ffffff;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #3ca078;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #3ca078;
}

#rev-dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

#rev-dot-accepted {
    height: 20px;
    width: 20px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

#rev-dot-rejected {
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}


@media only screen and  (max-width: 760px) {
    .styled-table {
        border-collapse: collapse;
        margin: 15px 0 !important;
        min-width: auto;
        width: 100% !important;
    }

    td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }


    .lg-padding{
        padding-bottom: 100px;
    }


    /*tr {*/
    /*    border: 1px solid #3ca078;*/
    /*}*/

    tr + tr {
        margin-top: 1em;
    }

    td {
        /* make like a "row" */
        border: none;
        border-bottom: 0.5px solid rgba(163, 163, 163, 0.3) !important;
        position: relative;
        /*padding-right: 50%;*/
        /*background-color: #eaeaea;*/
    }

    td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        width: 100%;
        white-space: nowrap;
        color: #066058;
        font-weight: bold;
    }

    .button-sm-direction{
       text-align: center;
    }

    .form-text{
        display: flex;
        flex-direction: column;
    }
    .btn-padding{
        margin-bottom: 10px;
    }


    #wrapper {
        margin-bottom: 100px;
        margin-top: 150px;
        width:auto;
        display: flex;
        flex-direction: column;

    }
    #first {
        /*width:50%;*/
        /*float:right; !* add this *!*/
        padding-left: 30px;
    }
    #second {
        width: auto;
    }




    .video-sm{
        /*width: 595px;*/
        /*height: 335px;*/
        width: 320px;
        height: 240px;
        /*width: 100%;*/
        /*height: 100%;*/
        border: none;
        border-radius: 10px;
        padding-bottom: 50px;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*position: relative;*/
    }




}

.ds-new-card {
    border: 1px solid rgba(6, 96, 88, .2);
    border-radius: 0;
    background-color: white;
}


/* National Design System Modifications */


.content-main-page {
    margin-top: 50px;
    padding-bottom: 50px;
}

.nav-width {
    width: 356.242px;
    max-width: 356.242px !important;
    border-right: none;
    border-left: 1px solid #3ca07847;
}

[dir=rtl]  .ds-search-container .ds-search-input .main-search {
    padding: 18px 50px 18px 160px !important;
}
[dir=ltr]  .ds-search-container .ds-search-input .main-search {
    padding: 18px 160px 18px 50px; !important;
}

[dir=rtl] .ds-search-container .ds-search-input .page-search {
    padding: 18px 50px 18px 160px !important;
}

[dir=ltr] .ds-search-container .ds-search-input .page-search {
    padding: 18px 160px 18px 50px !important;
}




@media only screen and (max-width: 1200px) {
    .nav-width {
        max-width: 0% !important;
        padding: 0 !important;
        border-right: none;
        border-left: none;
    }
    [dir=rtl]   .ds-search-container .ds-search-input .page-search {
        padding: 18px 50px 20px 50px !important;
    }
    [dir=ltr]   .ds-search-container .ds-search-input .page-search {
        padding: 18px 50px 20px 50px !important;
    }

    .main-page-section {
        margin-top: 50px;
    !important;
    }

    .color-back{

        background-color: #757575;
    }


    /*.video-size-m{*/
    /*    !*width: 595px;*!*/
    /*    !*height: 335px;*!*/
    /*    !*width: 420px;*!*/
    /*    !*height: 240px;*!*/
    /*    !*width: 100%;*!*/
    /*    !*height: 100%;*!*/
    /*    border: none;*/
    /*    border-radius: 10px;*/
    /*    !*display: flex;*!*/
    /*    !*flex-wrap: wrap;*!*/
    /*    !*position: relative;*!*/
    /*}*/


    /*.information-section{*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    padding-bottom: 50px;*/
    /*    padding-top: 50px;*/
    /*}*/


    /*.video-section{*/
    /*    position: relative;*/
    /*    padding-top: 50px;*/
    /*}*/



    /*iframe{*/
    /*    width: 595px;*/
    /*    height: 335px;*/
    /*    border: none;*/
    /*    border-radius: 10px;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    position: relative;*/
    /*}*/

    .sm-card{
        margin-bottom: 16px;
    }


    .form-text{
        display: flex;
        flex-direction: column;
    }

    .btn-padding{
        margin-bottom: 10px;
    }


    /*.information-section{*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    padding-bottom: 150px;*/
    /*    padding-top: 150px;*/
    /*}*/



}



/*@media only screen and (max-width: 1990px) {*/



/*    .position-lg{*/
/*        display: flex;*/
/*        !*flex-direction: row; *!*/

/*        padding-bottom: 150px;*/
/*        padding-top: 150px;*/
/*    }*/

/*    */

/*    */
/*    !*iframe{*!*/
/*    !*    width: 595px;*!*/
/*    !*    height: 335px;*!*/
/*    !*    border: none;*!*/
/*    !*    border-radius: 10px;*!*/
/*    !*    display: flex;*!*/
/*    !*    !*flex-wrap: wrap;*!*!*/
/*    !*    flex-direction: column;*!*/
/*    !*    position: relative;*!*/
/*    !*}*!*/



/*}*/






@media only screen and  (max-width: 760px) {
    [dir=rtl] .ds-search-container .ds-search-input .page-search {
        padding: 18px 50px 20px 15px !important;
    }

    .ds-filters, .ds-filtersbtn, .ds-sort {
        width: auto;
    }

    /*.sm-screen{*/
    /*    display: block;*/
    /*}*/

    h2{
        /*padding-top: 100px;*/
    }

    html, body{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        /*padding-bottom: 100px;*/
    }

    .form-text{
        display: flex;
        flex-direction: column;
    }




    /*iframe{*/
    /*    !*display: inline-block;*!*/
    /*    margin-top: 24px;*/
    /*    !*width: 100%;*!*/
    /*    !*height: auto;*!*/
    /*    width: 433px;*/
    /*    height: 244px;*/
    /*    border: none;*/
    /*    justify-content: center;*/
    /*    border-radius: 10px;*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    position: relative;*/
    /*}*/

    .sm-card{
        margin-bottom: 16px;
    }



}


/*@media only screen and  (max-width: 750px) {*/

/*    .sm-screen{*/
/*        display: block;*/
/*    }*/

/*    h2{*/
/*        padding-top: 100px;*/
/*    }*/

/*    html, body{*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        overflow-x: hidden;*/
/*    }*/

/*}*/

.card-background{
    background-color: rgba(60, 160, 120, 0.05);
    padding-top: 100px;
    padding-bottom: 100px;
}

.card2{
    display: flex;
    flex-direction: row;

}

.card-single{
    background-color: #ffffff;
    margin-left: 32px;
    position: relative;
}


.header-section > a{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*.information-section{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    padding-bottom: 150px;*/
/*    padding-top: 150px;*/
/*}*/

/*.video-section{*/
/*    position: relative;*/
/*}*/


/*.background-section{*/
/*    z-index: 2;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 10px;*/
/*    !*background: linear-gradient(rgba(6,96,88,100),rgba(60,160,120,0.30));*!*/
/*}*/


/*iframe{*/
/*    width: 595px;*/
/*    height: 335px;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    position: relative;*/
/*}*/



.background-cover{
    background-color: rgba(60,160,120,0.21);
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    width: 50%;
}



input[type="date"], input[type="time"] {
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    border: 1px solid #f7f7f7;
    -webkit-padding-start: 1px;
    background-color: rgba(247, 247, 247);
    color: #242424;
    /*width: 100%;*/
    text-align: right;
    padding:8px 12px;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 36px;

}

/*.box-style{*/
/*    box-sizing: border-box;*/
/*}*/
.table-position{
    /*margin-right: 40px;*/
    /*margin-left: 40px;*/
    /*border-collapse: collapse;*/
    table-layout: auto;
    width: 98%;
    /*margin-left: auto;*/
    margin-right: auto;
    /*background-color: #757575;*/
    margin-bottom: 10px;
    padding: 10px;
    /*margin-bottom: 4rem;*/
    color: #000000;
    /*display:table;*/
    /*backgr5und-color: transparent;*/
    /*padding: 1rem;*/
    /*vertical-align: bottom;*/
    /*border-bottom: .063rem solid #066058;*/
    /*border-color: #dee2e6;*/
    /*display: table;*/

}


.new-booking-button {
    float: left;
    clear: both;
    display: inline-block;
    /*overflow: hidden;*/
    white-space: nowrap;
    padding-left: 24px;
}

.border-header{
    border-bottom: 0.2px solid #066058;
}
.font-color{
    color: #066058;
}

.border-body{
    border-bottom: 0.2px solid #066058;
    border-spacing: 20px;
}

th, td{
    padding:16px;

}

.border-button{
    border-bottom: 0.2px solid #066058;
}

.square-booking{
    display: inline-block;
    text-align: left;
}

/*.padding-header{*/

/*    padding-top: 100px;*/
/*    padding-bottom:100px;*/
/*    margin-bottom: 0px;*/
/*    margin-top: 0px;*/
/*}*/

/*.background-cover{*/
/*    border-radius: 10px;*/
/*    background: linear-gradient(rgba(6,96,88,100),rgba(60,160,120,0.30));*/
/*    position: absolute;*/

/*}*/

/*.videoclass{*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

.padding-page{
    padding-top: 150px;
    padding-bottom: 150px;

}


iframe{
    /*width: 595px;*/
    /*height: 335px;*/
    width: 480px;
    height: 320px;
/*width: 100%;*/
    /*height: 100%;*/
    border: none;
    border-radius: 10px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*position: relative;*/
}


#wrapper {
    margin-bottom: 100px;
    margin-top: 150px;
    width:auto;
    display: flex;
}
#first {
    /*width:50%;*/
    float:right;
    padding-left: 30px;
    flex: 1;
}
#second {
    width: auto;

}
