@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'din_next_lt_arabic';
    src: url('../fonts/din_next_lt_arabic.eot');
    src: url('../fonts/din_next_lt_arabic.eot?#iefix') format('embedded-opentype'), url('../fonts/din_next_lt_arabic.woff2') format('woff2'), url('../fonts/din_next_lt_arabic.woff') format('woff'), url('../fonts/din_next_lt_arabic.svg#ntaqat') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    padding: 0;
    margin: 0;
}

.main-section {
    background: url(../image/theme-bg.png) no-repeat;
    /*background-size: 100% 100%;*/

    background-position: bottom right;
    min-height: 100%;
    height: 100%;
}

header .header-main {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    border-bottom: 1px solid rgb(163 149 118 / 30%);
    align-items: center;
}

    header .header-main .right-part ul {
        padding: 0;
        list-style: none;
        display: flex;
        margin: 0;
    }

        header .header-main .right-part ul li {
            height: 42px;
            width: 42px;
            margin-right: 10px;
            border: 1px solid #A09574;
            /*box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);*/
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease-in-out;
        }

            header .header-main .right-part ul li:hover {
                border: 1px solid #646063;
            }

        /*header .header-main .right-part ul li:nth-child(1) {
                margin-right: 0;
            }*/

        header .header-main .right-part ul .logo-two-block {
            height: auto;
            width: auto;
            background: unset;
            box-shadow: none;
            margin-right: 30px !important;
            border: none;
        }

            header .header-main .right-part ul .logo-two-block:hover {
                background: transparent;
            }

                header .header-main .right-part ul .logo-two-block:hover img {
                    filter: unset;
                }

            header .header-main .right-part ul .logo-two-block:hover {
                border: none
            }

            header .header-main .right-part ul .logo-two-block img {
                max-height: 42px;
            }

    header .header-main h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #646063;
        display: flex;
        align-items: center;
        margin: 0;
    }

        header .header-main h3 span {
            background: #A09574;
            border-radius: 5px;
            font-weight: 600;
            font-size: 14px;
            line-height: 21px;
            text-align: center;
            color: #FFFFFF;
            padding: 5px 8px;
            margin-left: 10px;
        }

    header .header-main .right-part ul li.brand_logo {
        width: auto;
        background: transparent;
        box-shadow: none;
        margin-right: 60px;
        display: flex;
        border: 0;
        border-radius: 0;
    }

    header .header-main .right-part ul li:last-child {
        margin-right: 0;
    }


    header .header-main .right-part ul li:hover {
        background: #646063;
        color: #fff;
    }

        header .header-main .right-part ul li:hover img {
            filter: brightness(0) invert(1);
        }

        header .header-main .right-part ul li:hover a {
            color: #fff;
        }



img.img-brand {
    width: 100%;
    height: 42px;
}

header .header-main .right-part ul li.brand_logo a {
    display: flex;
}

.sidebar-block {
    border-right: 1px solid rgb(163 149 118 / 30%);
    height: 100%;
    background: url(../image/theme-bg-sidebar.png) no-repeat;
    background-position: left bottom;
}

    .sidebar-block .logo-block {
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid rgb(163 149 118 / 30%);
        margin-bottom: 10px;
    }

    .sidebar-block nav {
        position: relative;
    }

        .sidebar-block nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .sidebar-block nav ul li {
                /* Sub Menu */
            }

                .sidebar-block nav ul li a {
                    display: block;
                    background: #ffffff;
                    padding: 16px 24px;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 24px;
                    letter-spacing: -0.2px;
                    color: #000;
                    text-decoration: none;
                    -webkit-transition: 0.2s linear;
                    -moz-transition: 0.2s linear;
                    -ms-transition: 0.2s linear;
                    -o-transition: 0.2s linear;
                    transition: 0.2s linear;
                }

                    .sidebar-block nav ul li a:hover {
                        background: #A09574;
                        color: #ffffff;
                    }

                    .sidebar-block nav ul li a img {
                        margin-right: 10px;
                        border: 1px solid transparent;
                    }

                    .sidebar-block nav ul li a:hover img {
                        border: 1px solid #ffffff;
                        border-radius: 50%;
                    }

                    .sidebar-block nav ul li a .fa {
                        width: 16px;
                        text-align: center;
                        margin: 2px 5px 0 0;
                        float: right;
                        font-size: 18px;
                    }

                .sidebar-block nav ul li ul li a {
                    padding-left: 40px;
                }

.middle-wrapper {
    padding: 30px 40px;
}

    .middle-wrapper form .custom-select {
        position: relative;
        width: 100%;
    }

    /* .middle-wrapper form .custom-select select {
     display: none;
}*/
    .middle-wrapper form .select-selected:after {
        position: absolute;
        content: "";
        top: 22px;
        right: 15px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: rgba(100, 96, 99, 0.5) transparent transparent transparent;
    }

    .middle-wrapper form .select-selected.select-arrow-active:after {
        border-color: transparent transparent rgba(100, 96, 99, 0.5) transparent;
        top: 17px;
    }

    .middle-wrapper form .select-items div,
    .select-selected {
        color: rgba(100, 96, 99, 0.5);
        padding: 13px 15px;
        cursor: pointer;
        user-select: none;
        color: #fff;
        height: 52px;
    }

    .middle-wrapper form .select-selected {
        background-color: transparent;
        border: 0.909961px solid #F3F2F2;
        border-radius: 9.09961px;
        color: rgba(100, 96, 99, 0.5);
        margin-bottom: 20px;
        width: 100%;
        z-index: 9;
        position: relative;
    }

        .middle-wrapper form .select-selected option {
            padding: 10px 10px !important;
        }

    .middle-wrapper form .select-items {
        position: absolute;
        background-color: #A09574;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .middle-wrapper form .select-hide {
        display: none;
    }

    .middle-wrapper form .select-items div:hover,
    .middle-wrapper form .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .middle-wrapper form textarea {
        margin-bottom: 20px;
    }

    .middle-wrapper form textarea,
    .middle-wrapper form input {
        width: 100%;
        padding: 13px 15px;
        border: 0.909961px solid #F3F2F2;
        border-radius: 9.09961px;
        height: 100px;
    }

    .middle-wrapper form input {
        width: 100%;
        padding: 13px 15px;
        border: 0.909961px solid #F3F2F2;
        border-radius: 9.09961px;
        height: 42px;
        margin-bottom: 20px;
        display: inline-block;
        /*color: rgba(100, 96, 99, 0.5);*/
    }

    .middle-wrapper form .submit-btn {
        width: auto;
        height: auto;
        margin: 0;
    }

        .middle-wrapper form .submit-btn:focus {
            box-shadow: none;
            border: none;
        }

    .middle-wrapper form input:focus {
        box-shadow: none;
        border: 0.909961px solid #F3F2F2;
    }

    .middle-wrapper form .form-control-date {
        color: rgba(100, 96, 99, 0.5);
    }





    .middle-wrapper form textarea::placeholder,
    .middle-wrapper form input::placeholder {
        /*   color: rgba(100, 96, 99, 0.5);*/
        color: rgba(100, 96, 99, 0.5) !important;
    }




    .middle-wrapper form textarea:focus {
        border: 0.909961px solid #F3F2F2;
        outline: none;
    }

    .middle-wrapper h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #646063;
        padding: 0 0 15px 0;
    }

    .middle-wrapper form .file-input {
        display: flex;
        align-items: center;
        text-align: left;
        background: #fff;
        padding: 11px 20px;
        width: 100%;
        position: relative;
        border-radius: 9.09961px;
        border: 0.909961px solid #F3F2F2;
        margin-bottom: 20px;
    }

        .middle-wrapper form .file-input > [type='file'] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: pointer;
        }

        .middle-wrapper form .file-input > .button {
            display: inline-block;
            cursor: pointer;
            background: #A09574;
            padding: 8px 16px;
            border-radius: 5px;
            margin-right: 8px;
            color: #fff;
            font-size: 14px;
        }

        .middle-wrapper form .file-input > .label {
            white-space: nowrap;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: rgba(100, 96, 99, 0.5);
        }

        .middle-wrapper form .file-input.-chosen > .label {
            opacity: 1;
        }

    .middle-wrapper form .submit-btn {
        background: #A09574;
        padding: 8px 16px;
        border-radius: 5px;
        margin-right: 8px;
        color: #fff !important;
        border: none;
    }


.desktop-menu {
    display: block;
    height: 100%;
    position: fixed;
    width: calc(100% - 83.3%);
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .desktop-menu {
        width: calc(100% - 75%);
    }
}

.mobile-menu {
    display: none;
}

    .mobile-menu .fas.fa-bars {
        font-size: 30px;
        color: #A09574;
    }

    .mobile-menu .navbar-toggler {
        border: none;
        padding: 0;
    }

        .mobile-menu .navbar-toggler:focus {
            border: none;
            box-shadow: none;
        }

    .mobile-menu .navbar {
        padding: 0;
    }

    .mobile-menu .navbar-brand img {
        max-height: 100px;
    }


/*my-enquiries page*/

.my-enquiries-page table tr th {
    padding: 15px 15px;
}

.my-enquiries-page table tr td {
    padding: 15px 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #646063;
}

.my-enquiries-page .tab-content {
    border-radius: 9.09961px;
}

    .my-enquiries-page .tab-content > .active {
        border-radius: 9.09961px;
    }

.table-block {
    border: 0.909961px solid #F3F2F2;
    box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
    border-radius: 9.09961px;
    padding: 30px 30px;
    background: #ffffff;
}

    .table-block .dataTables_length {
        /*display: none;*/
    }

        .table-block .dataTables_length label {
            font-size: 14px;
        }

        .table-block .dataTables_length select {
            padding: 0;
        }

    .table-block .dataTables_info {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #A09574;
    }

    .table-block table tr td {
        border-bottom: 1px solid #ECECEC !important;
    }

        .table-block table tr td ul {
            padding: 0;
        }

            .table-block table tr td ul li {
                display: inline-block;
                margin-right: 5px;
            }


    .table-block table.dataTable thead th {
        border-bottom: 1px solid #ECECEC !important;
        background: #a395761f;
        padding: 5px 15px !important;
    }

    .table-block table th {
        font-weight: 500 !important;
        font-size: 18px;
        line-height: 30px;
        color: #A09574;
    }

    .table-block .dataTables_filter {
        background: url(../image/search-icon.svg) no-repeat;
        margin-bottom: 10px;
        background-position: 17px 50%;
        background-size: 15px;
    }

        .table-block .dataTables_filter input {
            height: 52px;
            padding: 0 20px 0 40px;
            border: 0.909961px solid #F3F2F2;
            box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
            border-radius: 9.09961px;
            width: 416px;
        }

            .table-block .dataTables_filter input:focus {
                outline: none;
            }

    .table-block .paginate_button.current {
        box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
        border-radius: 5px !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #646063 !important;
        background: #A09574 !important;
        border: none !important;
    }

    .table-block .paginate_button {
        box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
        border-radius: 5px !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #646063 !important;
        background: #fff !important;
        border: none !important;
        width: 30px;
        /* height: 30px; */
        width: 30px;
        padding: 3px 0 !important;
        margin-left: 5px !important;
        display: inline-block;
    }

    .table-block .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #646063 !important;
        background: #fff !important;
        border: none !important;
    }

    .table-block .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        background: url(../image/prev-icon.svg) no-repeat center center !important;
        font-size: 0;
        position: relative;
        height: 42px;
        width: 62px;
        cursor: pointer !important;
        background-size: 40% !important;
        box-shadow: none;
    }

        .table-block .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
            background: url(../image/prev-icon.svg) no-repeat center center !important;
            height: 42px;
            width: 62px;
            background-size: 40% !important;
        }

    .table-block .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        background: url(../image/next-icon.svg) no-repeat center center !important;
        font-size: 0;
        position: relative;
        height: 42px;
        width: 62px;
        cursor: pointer !important;
        background-size: 40% !important;
        box-shadow: none;
    }

        .table-block .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
            background: url(../image/next-icon.svg) no-repeat center center !important;
            height: 42px;
            width: 62px;
            background-size: 40% !important;
        }

    .table-block .dataTables_paginate.paging_simple_numbers {
        display: flex;
        align-items: center;
    }

    .table-block table.dataTable {
        margin-bottom: 15px;
    }

    .table-block .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border: none;
    }

    .table-block .nowrap.dataTable.no-footer {
        margin: 0;
    }

.dataTables_wrapper .dataTables_scroll {
    margin-bottom: 20px;
}



.my-enquiries-page .nav.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 2.0853px solid rgba(160, 149, 116, 0.1);
    border-radius: 10px 10px 0 0;
    display: flex;
    width: 90%;
    background: #a395761f;
}

.my-enquiries-page .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646063;
    border: none;
    border-bottom: 2.0853px solid transparent;
    display: flex;
    align-items: center;
}

    .my-enquiries-page .nav-tabs .nav-link.active {
        color: #A09574;
        border: none;
        border-bottom: 2.0853px solid #A09574;
        background: transparent;
    }

    .my-enquiries-page .nav-tabs .nav-link span {
        background: rgba(100, 96, 99, 0.2);
        border-radius: 2px;
        font-weight: 500;
        font-size: 10px;
        line-height: 15px;
        color: #646063;
        padding: 1px 5px;
        margin-left: 10px;
    }

    .my-enquiries-page .nav-tabs .nav-link.active span {
        background: #A09574;
        color: #ffffff;
    }



.my-enquiries-page .btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .my-enquiries-page .btn-block .add-btn {
        background: #A09574;
        padding: 8px 16px;
        border-radius: 5px;
        margin-right: 8px;
        color: #fff !important;
        border: none;
        font-size: 16px;
        margin-right: 0;
    }

    .my-enquiries-page .btn-block h2 {
        padding: 0;
    }



.login-section {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/login-bg-left.png) left bottom, url(../image/login-bg-right.png) center right, #F5F5F5;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
}

    .login-section .login-wrapper {
        padding: 30px 60px;
        background: #FFFFFF;
        box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
        border-radius: 20px;
        max-width: 600px;
    }

        .login-section .login-wrapper input {
            width: 100%;
            padding: 13px 15px;
            border: 0.909961px solid #F3F2F2;
            border-radius: 9.09961px;
            height: 46px;
            margin-bottom: 20px;
            background: #F5F4F1;
        }

            .login-section .login-wrapper input:focus {
                box-shadow: none;
            }

        .login-section .login-wrapper label {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #646063;
            margin: 0 0 5px;
        }

        .login-section .login-wrapper .Login-btn {
            background: #A09574;
            padding: 8px 40px;
            border-radius: 23px;
            margin-right: 8px;
            color: #000;
            border: none;
            max-width: 150px;
            font-weight: 600;
            font-size: 16px;
            line-height: 30px;
            text-transform: uppercase;
            text-decoration: none;
            height: 46px;
            margin: 0;
            text-align: left;
            display: inline-block;
        }

.logon_wrapper .microsoft-btn {
    padding: 8px 40px 8px 40px;
}

.logon_wrapper .Login-btn {
    min-width: 190px !important;
}

.login-section .login-btn-wrapper {
    position: relative;
    max-width: 150px;
    margin: 0 auto;
}

    .login-section .login-btn-wrapper:after {
        content: "";
        position: absolute;
        top: 19px;
        right: 30px;
        width: 18px;
        height: 7px;
        background: url(../image/login-arrow.svg) no-repeat;
    }

.login-section .forgot-password-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #A09574;
    text-decoration: none;
    display: inherit;
    margin-bottom: 15px;
    float: right;
}

.login-section .forgot-user-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #A09574;
    text-decoration: none;
    display: inherit;
    margin-bottom: 15px;
}

.login-section .login-logo {
    display: block;
    margin: 0 auto 15px;
}

.index-page {
    height: auto;
}

    .index-page header .header-main {
        align-items: center;
    }

    .index-page .left-part {
        display: flex;
        align-items: center;
    }

        .index-page .left-part h3 {
            font-weight: 600;
            font-size: 32px;
            line-height: 48px;
            color: #646063;
            padding: 15px 0 0 55px;
        }

    .index-page .owl-carousel {
        position: relative;
    }

        .index-page .owl-carousel .owl-item {
            border-radius: 22px;
        }

        .index-page .owl-carousel img {
            border-radius: 22px;
        }

    .index-page .owl-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

        .index-page .owl-nav .owl-prev {
            height: 35px;
            width: 35px;
            background: url(../image/slider-prev-icon.svg) no-repeat center center #ffffff !important;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            left: 20px;
            position: relative;
        }

        .index-page .owl-nav .owl-next {
            height: 35px;
            width: 35px;
            background: url(../image/slider-next-icon.svg) no-repeat center center #ffffff !important;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            right: 20px;
            position: relative;
        }

            .index-page .owl-nav .owl-prev span,
            .index-page .owl-nav .owl-next span {
                display: none;
            }

    .index-page .news-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ECECEC;
        padding: 15px 20px;
    }

        .index-page .news-block form .select-selected {
            background: #646063;
            color: #ffffff;
            font-size: 14px;
            margin-bottom: 0;
        }

        .index-page .news-block .title-block h3 {
            font-weight: 600;
            font-size: 20px;
            line-height: 30px;
            color: #A09574;
        }

        .index-page .news-block .select-selected:after {
            border: 5px solid transparent;
            border-color: #ffffff transparent transparent transparent;
            top: 12px;
        }

        .index-page .news-block .select-selected.select-arrow-active:after {
            border-color: transparent transparent #ffffff transparent;
            top: 6px;
        }

        .index-page .news-block form .select-items div,
        .select-selected {
            background: #646063;
            height: 30px;
            color: rgba(100, 96, 99, 0.5);
            padding: 3px 20px 5px 15px;
            cursor: pointer;
            user-select: none;
            color: #fff;
            font-size: 16px;
            border-radius: 9.09961px;
        }

        .index-page .news-block form .select-items {
            background: #646063;
        }

            .index-page .news-block form .select-items div:hover,
            .middle-wrapper form .same-as-selected {
                background-color: rgba(0, 0, 0, 0.1);
            }

    .index-page .news-main-block {
        background: #FFFFFF;
        border: 0.909961px solid #F3F2F2;
        box-shadow: 0px 8px 16px rgba(100, 96, 99, 0.15);
        border-radius: 10px;
        margin-top: 20px;
    }


        .index-page .news-main-block .news-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 15px;
            border-bottom: 1px solid #ECECEC;
        }

            .index-page .news-main-block .news-item .news-item-left h4 {
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #646063;
                width: 100%;
                padding: 0 0 5px;
            }

            .index-page .news-main-block .news-item .news-item-left p {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: #646063;
                width: 100%;
            }

            .index-page .news-main-block .news-item .news-item-left {
                width: 80%;
            }

            .index-page .news-main-block .news-item .news-item-right {
                width: 20%;
                text-align: right;
            }

                .index-page .news-main-block .news-item .news-item-right span {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 21px;
                    color: #A09574;
                }

    /*.index-page .right-list-item{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
    border-radius: 10px;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}*/
    .index-page .right-list-item-link {
        display: flex;
        align-items: center;
        background: #FFFFFF;
        border: 1px solid transparent;
        box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
        border-radius: 10px;
        padding: 15px 15px;
        transition: all 0.3s ease-in-out;
        margin-bottom: 20px;
        text-decoration: none;
    }

        .index-page .right-list-item-link:hover {
            border: 1px solid #646063;
        }

    .index-page .right-list-item .right-list-item-icon {
        background: #A09574;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
    }

    .index-page .right-list-item:hover .right-list-item-icon {
        background: #646063;
    }

    .index-page .right-list-item .right-list-item-text h4 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #646063;
        border-radius: 10px;
        padding-left: 24px;
        /*max-width: 80%;*/
    }

    .index-page .home-header {
        border-bottom: 1px solid rgba(100, 96, 99, 0.1);
    }

        .index-page .home-header .header-main {
            border-bottom: 0;
            padding: 30px 0;
        }

    .index-page .nav-tabs .nav-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #646063;
        border: none;
    }

        .index-page .nav-tabs .nav-link.active {
            color: #A09574;
            border: none;
            border-bottom: 2.0853px solid #A09574;
        }

    .index-page .custom-select-home {
        position: relative;
    }

        .index-page .custom-select-home select {
            background: #646063;
            border-radius: 5px;
            color: #ffffff;
            padding: 5px 30px 5px 10px;
            font-weight: 600;
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            -webkit-appearance: none;
        }

        .index-page .custom-select-home:after {
            position: absolute;
            content: "";
            top: 15px;
            right: 12px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: #ffffff transparent transparent transparent;
        }

    .index-page .nav-tabs {
        border-bottom: 0;
    }



.view-page form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646063;
    margin: 0 0 5px;
}

.view-page form .reply-btn {
    float: right;
    margin-right: 0;
}

.view-page form {
    margin: 0 0 40px;
}

.input-file {
    height: 52px !important;
    padding: 13px 25px !important;
}





.removeunderline {
    color: #FFFFFF;
    text-decoration: none;
}

.login-erro-text {
    padding: 17px 0px 0px 90px;
    color: red;
}

.login-message-text {
    padding: 17px 0px 0px 90px;
    color: green;
}

.login-errormsg-text {
    padding: 17px 0px 0px 90px;
    color: red;
}

/* .active {
    background: #A09574;
    color: #ffffff;
} */
/* to override the existing css for "a" tag 
  .sub-menu ul li a {
    background: #A09574;
    color: #ffffff;
} */


.ticket-detail #table_id1 {
    max-width: 50%;
    margin: 0;
}

.ticket-detail .table-block {
    margin-bottom: 30px;
}

.ticket-detail .reassign-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .ticket-detail .reassign-block label {
        margin: 0;
    }

    .ticket-detail .reassign-block input {
        height: 16px;
        width: 16px;
        margin-right: 10px;
    }

.service-provider-dropdown {
    padding: 0;
}

.middle-wrapper form .select-block {
    position: relative;
    width: 100%;
}

    .middle-wrapper form .select-block:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 20px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: rgba(100, 96, 99, 0.5) transparent transparent transparent;
        z-index: 1;
    }

.middle-wrapper form .select-selected {
    height: 42px !important;
    -webkit-appearance: none;
}


.middle-wrapper form .select-add-block:after {
    right: 20px;
}

.middle-wrapper form input[type="file"] {
    height: 52px !important;
    padding: 13px 22px;
}

.title-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #646063;
    padding: 0 0 5px 0;
}

.title-text-small {
    font-size: 14px !important;
    padding: 0 0 10px 0;
    font-weight: 400;
}

.dataTables_scrollHeadInner {
    width: 100%;
}

.table-block .nowrap.dataTable.no-footer {
    width: 100% !important;
}

.table-block .dataTables_scrollHeadInner {
    width: 100% !important;
}


.my-enquiries-page .table-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.access-denied-section .login-wrapper {
    background: unset;
    box-shadow: none;
    text-align: center;
}

    .access-denied-section .login-wrapper h2 {
        font-size: 46px;
        font-weight: 600;
        padding: 0 0 20px;
        color: #A09574;
    }

.Microsoft-login {
    min-width: 550px;
}

.dataTable a.removeunderlineatag {
    color: #A09574;
    font-weight: 500;
    transition: all 0.3s linear 0s;
}


    .dataTable a.removeunderlineatag:hover {
        color: #646063;
        text-decoration: underline;
        transition: all 0.3s linear 0s;
    }

.modal-body .table-block {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.modal-title {
    color: #fff;
}

.modal-header {
    background: #A09574;
}



@media only screen and (max-width: 767px) {
    .access-denied-section .login-wrapper h2 {
        font-size: 34px;
    }

    .escalationtable tr td .select-selected {
        width: 200px;
    }
    .navbar-collapse {
        box-shadow: 0px 8px 8px #00000045;
        border-radius: 15px;
        overflow: hidden;
    }
    .my-enquiries-page .nav.nav-tabs {
        width: 100%;
    }
}


.sidebar-block nav ul li .active {
    background: #A09574;
    color: #ffffff;
}

    .sidebar-block nav ul li .active img {
        border: 1px solid #ffffff;
        border-radius: 50%;
    }


.index-page .disable-link {
    pointer-events: none;
    background: #646063;
}

    .index-page .disable-link .right-list-item-icon {
        display: none;
    }

.check-input {
    margin-bottom: 0 !important;
}

.ticket-detail-view table tr th, .ticket-detail-view table tr td {
    padding: 10px 10px;
}

    .ticket-detail-view table tr td a.btn {
        padding: 0 !important;
    }

.table-block table tr td a.btn {
    padding: 0;
    margin-right: 5px;
}


.service-detail-page .dataTables_filter {
    display: none;
}

.ticket-close-btn-block {
    display: flex;
}

    .ticket-close-btn-block button {
        margin-left: 10px;
    }

.ticket-detail .dataTables_length {
    display: none;
}

.field-validation-error {
    font-size: 13px;
    display: block;
    margin: -10px 0 10px;
}


table.dataTable.nowrap td.more-text {
    white-space: inherit !important;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    opacity: 1;
}

.removeunderlineatag {
    text-decoration: none;
}

.multiple-selection select {
    width: 100%;
    padding: 13px 15px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    margin-bottom: 20px;
    color: rgba(100, 96, 99, 0.5);
    font-size: 16px;
}

.multiple-selection:after {
    display: none;
}

.login-section .login-wrapper .forgot-password-block {
    padding: 0 15px;
}

    .login-section .login-wrapper .forgot-password-block .Login-btn {
        display: inline-block;
        padding: 8px 30px;
        max-width: max-content;
        margin-right: 10px;
    }

    .login-section .login-wrapper .forgot-password-block .cancel-btn {
        margin-right: 0;
    }

.login-section .forgot-password-block {
    min-width: 600px;
}

.table-scroll {
    max-height: 320px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #A09574;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #646063;
    }



.policy-block {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

    .policy-block .submit-btn {
        margin-right: 10px;
        display: inline-block;
        color: #000;
        font-size: 14px;
        margin-bottom: 6px;
        transition: all 0.3s linear 0s;
    }

        .policy-block .submit-btn:hover {
            color: #A09574;
            transition: all 0.3s linear 0s;
        }


.logo-two {
    max-height: 50px;
}

.language-btn {
    color: #646063;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

    .language-btn:hover {
        color: #646063;
    }

.list-text-title {
    position: relative;
    padding: 0 0 10px 20px;
}

.list-text-title-two {
    padding: 0 0 0 20px;
}

.list-text-title:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0;
    top: 6px;
    background: #A09574;
    border-radius: 50%;
}

.trainings-title {
    font-size: 20px !important;
}


.email-phone-blk p, .email-phone-blk a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A09574;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.email-phone-blk a:hover {
    text-decoration: underline;
}

.email-phone-blk .icon-whatsapp {
    width: 24px;
}

.email-phone-blk img {
    width: 22px;
    margin-right: 5px;
}

.serviceprovide-check {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
}

    .serviceprovide-check input {
        width: auto !important;
        margin: 0 10px 0 0 !important;
        height: auto !important;
    }

    .serviceprovide-check label {
        font-size: 14px;
    }


.contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: max-content;
}

    /* Hide the browser's default checkbox */
    .contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkmark {
    background-color: #A09574;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkbox-block {
    height: 150px;
    overflow-y: scroll;
    margin: 0 0 20px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    padding: 13px 15px;
}

    .checkbox-block input {
        width: auto !important;
    }

.servicechecklist .checkbox-block {
    height: 95px;
    overflow-y: scroll;
    margin: 0 0 20px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    padding: 13px 15px;
}

    .servicechecklist .checkbox-block input {
        width: auto !important;
    }

.checkbox-block-New {
    height: 150px;
    overflow-y: scroll;
    margin: 0 0 20px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    padding: 13px 15px;
}

    .checkbox-block-New input {
        width: auto !important;
    }

.servicechecklist .checkbox-block-New {
    height: 95px;
    overflow-y: scroll;
    margin: 0 0 20px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    padding: 13px 15px;
}

    .servicechecklist .checkbox-block-New input {
        width: auto !important;
    }


.contain-two {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: max-content;
}

    /* Hide the browser's default checkbox */
    .contain-two input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-two {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain-two:hover input ~ .checkmark-two {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain-two input:checked ~ .checkmark-two {
    background-color: #A09574;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-two:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain-two input:checked ~ .checkmark-two:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain-two .checkmark-two:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkbox-block-two {
    height: 150px;
    overflow-y: scroll;
    margin: 0 0 20px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    padding: 13px 15px;
}

    .checkbox-block-two input {
        width: auto !important;
    }

.Select-Agent {
    font-size: 15px;
    padding: 0 0 10px;
    font-weight: 500;
}

.uploadimg {
    display: flex;
    justify-content: center;
}

    .uploadimg .form-control {
        margin-right: 15px;
    }

    .uploadimg img {
        width: 100px;
        height: 52px;
        object-fit: contain;
        border: 1px solid #eee;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

.success-band {
    color: #198754 !important;
}

.danger-band {
    color: #198754 !important;
}

/*New Login design*/
.logon_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .logon_wrapper .login-btn-wrapper {
        max-width: 100% !important;
        margin: 0;
    }

/* ================================= media query ==============================*/
@media (max-width: 1920px) {
    .sidebar-block nav ul li a .fa {
        margin: 5px 5px 0 0;
    }
}

@media (max-width: 1366px) {
    .sidebar-block nav ul li a .fa {
        margin: 2px 5px 0 0;
    }

    .middle-wrapper form .file-input > .label {
        font-size: 14px;
    }

    .sidebar-block nav ul li a img {
        margin-right: 10px;
    }

    .sidebar-block nav ul li ul li a {
        padding-left: 30px;
    }

    .table-block .dataTables_filter input {
        width: 210px;
        height: 40px;
        font-size: 13px;
    }

    .index-page .news-block form .select-items div, .select-selected {
        font-size: 14px;
    }

    .login-section .login-wrapper {
        max-width: 550px;
    }

        .login-section .login-wrapper input {
            height: 44px;
        }

    .middle-wrapper form input {
        height: 42px;
        font-size: 14px;
    }

    .middle-wrapper form textarea {
        height: 80px;
        font-size: 14px;
    }

    .sidebar-block nav ul li a {
        padding: 13px 10px;
    }

    .middle-wrapper h2 {
        font-size: 16px;
    }

    header .header-main h3 {
        font-size: 20px;
    }

        header .header-main h3 span {
            font-size: 12px;
            padding: 3px 8px;
        }

    .view-page form label {
        font-size: 14px;
    }

    .view-page form .reply-btn {
        padding: 5px 16px;
        font-size: 12px;
    }

    header .header-main {
        padding: 0px 20px 10px 20px;
    }

    .middle-wrapper {
        padding: 0 20px 20px 20px;
    }

    .table-block table th {
        font-size: 14px;
    }

    .my-enquiries-page table tr td {
        font-size: 12px;
        padding: 7px 15px;
    }

    .table-block {
        padding: 20px 20px;
    }

    .my-enquiries-page .btn-block .add-btn {
        font-size: 12px;
    }

    .middle-wrapper form .submit-btn {
        font-size: 14px;
        padding: 5px 16px;
    }

    .my-enquiries-page .nav-tabs .nav-link {
        font-size: 13px;
    }

    .table-block .paginate_button.previous {
        background-size: 40% !important;
        width: 62px;
    }

    .table-block .paginate_button.next {
        background-size: 40% !important;
        width: 62px;
    }

    .table-block .paginate_button.current {
        font-size: 12px;
    }


    .index-page .right-list-item .right-list-item-icon {
        height: 40px;
        width: 40px;
    }

        .index-page .right-list-item .right-list-item-icon img {
            max-height: 20px;
        }

    .index-page .right-list-item .right-list-item-text h4 {
        font-size: 14px;
        padding-left: 15px;
    }

    .index-page .right-list-item-link {
        min-height: 71px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .index-page .nav-tabs .nav-link {
        font-size: 14px;
    }

    .index-page .news-main-block .news-item .news-item-left h4 {
        font-size: 13px;
    }

    .index-page .custom-select-home select {
        padding: 2px 30px 2px 10px;
    }

    .index-page .custom-select-home:after {
        top: 11px;
    }

    .index-page .news-main-block .news-item .news-item-right span {
        font-size: 13px;
    }

    .index-page .left-part h3 {
        font-size: 20px;
        padding: 15px 0 0 30px;
    }

    .index-page .left-part img {
        max-width: 105px;
    }

    .index-page .home-header .header-main {
        padding: 10px 0;
    }

    .table-block .paginate_button {
        font-size: 12px;
        margin-left: 5px;
    }

        .table-block .paginate_button:hover {
            color: black
        }

    .multiple-selection select {
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .sidebar-block nav ul li a img {
        margin-right: 10px;
    }

    .sidebar-block nav ul li ul li a {
        padding-left: 30px;
    }

    .middle-wrapper form .file-input > .button {
        font-size: 12px;
    }
}



@media (max-width: 991px) {
    header .header-main .right-part ul li.brand_logo {
        margin-right: 30px;
    }

    .sidebar-block {
        height: auto;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .login-section {
        background: url(../image/login-bg-left.png) left bottom no-repeat, #F5F5F5;
        padding: 50px 20px;
        height: 100vh;
    }

    .middle-wrapper form .select-block:after {
        right: 20px;
    }

    .middle-wrapper form .select-add-block:after {
        right: 20px;
    }

    .index-page .news-main-block {
        margin: 30px 0;
    }

    .index-page .right-list-item .right-list-item-text h4 {
        max-width: 100%;
    }

    .main-section > .row {
        min-height: auto !important;
    }

    .login-section .forgot-password-block {
        min-width: auto;
    }

    body {
        min-height: 100%;
        height: 100%;
    }

    .email-phone-blk p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .middle-wrapper .label_text, .middle-wrapper .label_input {
        width: 100%;
    }

    .middle-wrapper .label_text {
        margin-bottom: 5px;
    }

    header .header-main .right-part ul li.brand_logo {
        margin-right: 10px;
    }

    .index-page .left-part img {
        max-width: 80px;
    }

    img.img-brand {
        height: 30px;
    }

    .main-section {
        height: auto;
    }

    .sidebar-block nav ul li ul li a {
        padding-left: 40px;
    }

    header .header-main {
        flex-direction: column;
        padding: 30px 20px;
    }

    .middle-wrapper {
        padding: 30px 20px;
    }

    header .header-main .left-part {
        padding-bottom: 20px;
    }

    header .header-main h3 {
        font-size: 22px;
    }

        header .header-main h3 span {
            font-size: 12px;
        }

    .middle-wrapper h2 {
        font-size: 18px;
    }

    .my-enquiries-page .btn-block .add-btn {
        font-size: 13px;
    }


    .table-block .dataTables_filter input {
        width: 100%;
        padding: 0 50px 0 20px;
        height: 40px;
    }

    .login-section {
        background: url(../image/login-bg-left.png) left bottom no-repeat, #F5F5F5;
        padding: 50px 20px;
        height: 100vh;
        display: inline-flex;
        align-items: center;
        width: 100%;
    }

        .login-section .login-wrapper {
            padding: 30px 30px;
            height: auto;
        }

    .middle-wrapper form .select-selected {
        width: 100%;
    }

    .middle-wrapper form .select-block:after {
        right: 20px;
    }

    .ticket-detail #table_id1 {
        overflow-x: scroll;
        width: 700px;
    }

    .table-block .dataTables_filter {
        background: url(../image/search-icon.svg) no-repeat center right 20px;
    }

    .my-enquiries-page .table-nav {
        display: block;
    }

        .my-enquiries-page .table-nav .btn-block.btn-block-sec {
            justify-content: end;
        }

    .index-page .home-header .header-main {
        flex-direction: inherit;
    }

    .index-page .left-part h3 {
        display: none;
    }

    .index-page .owl-carousel img {
        min-height: 200px;
        object-fit: cover;
    }

    .index-page .news-block {
        flex-direction: column;
    }

        .index-page .news-block .title-block {
            padding-bottom: 10px;
        }

    .index-page .news-main-block .news-item {
        display: block;
    }

        .index-page .news-main-block .news-item .news-item-left {
            width: 100%;
        }

        .index-page .news-main-block .news-item .news-item-right {
            width: 100%;
            padding-top: 10px;
        }

    .index-page .middle-wrapper {
        padding: 30px 0;
    }

    .download-link-text {
        white-space: unset !important;
    }

    .service-provider-dropdown {
        padding: 0 15px;
    }

    .ticket-close-btn-block {
        display: block;
    }

        .ticket-close-btn-block button {
            margin-bottom: 10px;
        }

    .table-block .dataTables_paginate.paging_simple_numbers {
        justify-content: center;
    }

    .dataTables_filter label {
        width: 100%;
    }

    /*   .policy-block {
        display: block;
    }
        .policy-block .submit-btn{
            margin: 0 0 15px;
        }*/

    header .header-main .right-part ul .logo-two-block {
        margin-right: 15px !important;
    }

        header .header-main .right-part ul .logo-two-block img {
            max-height: 25px;
        }

    .login-section .forgot-password-link {
        float: left;
        text-align: left;
    }

    body {
        min-height: 100%;
        height: 100%;
    }

    .email-phone-blk {
        padding: 0 0 20px;
    }
}


@media (max-width: 320px) {
    .login-section .login-wrapper .forgot-password-block .Login-btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}


@media (min-width: 1000px) {
    .table-block .nowrap.dataTable.no-footer {
        width: 100% !important;
    }

    .table-block .dataTables_scrollHeadInner {
        width: 100% !important;
    }

    .table-block .nowrap.dataTable {
        width: 100% !important;
    }
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}
/*body {
    background: url(../image/theme-bg.png) no-repeat;
    background-position: bottom right;
    min-height: 100%;
}*/
.main-section > .row {
    min-height: 100vh;
}



.disable-lnk {
    opacity: 0.2;
    cursor: none;
    pointer-events: inherit;
    border: 0 !important;
}

    .disable-lnk:hover {
        opacity: 0.2;
        border: 0 !important;
    }

        .disable-lnk:hover .right-list-item-icon {
            background: #646063 !important;
        }


.my-enquiries-page .custom-table th, .my-enquiries-page .custom-table td {
    padding: 5px;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body.new-homePage {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    position: relative;
}

    body.new-homePage:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 68px;
        background: url(../new-img/bg-pattern.png) center left;
        background-repeat: repeat-y;
    }

h1, h2, h3, h4, h5, h6, p, span {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    padding: 10px 0;
    /*    padding: 10px 0;
    position: fixed;
    width: calc(100% - 228px);
    box-sizing: border-box;
    top: 0px;
    left: 227px;
    background: #fff;
    z-index: 9;*/
}

    header .header-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-block h3 {
        padding: 0 0 0 30px;
        font-weight: 300;
        font-size: 32px;
        line-height: 48px;
        color: #A09574;
    }

.user-info-blk ul {
    display: flex;
    align-items: center;
}

    .user-info-blk ul li a {
        padding: 10px 10px;
        height: 42px;
        width: 42px;
        border: 1px solid #A09574;
        filter: drop-shadow(0px 4px 8px rgba(160, 149, 116, 0.15));
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #646063;
        margin-left: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .user-info-blk ul li a:hover {
            background: #646063;
            color: #fff;
        }

            .user-info-blk ul li a:hover img {
                filter: brightness(0) invert(1);
            }

    .user-info-blk ul li .login-btn {
        display: flex;
    }

        .user-info-blk ul li .login-btn img {
            margin: 0 0 0 0;
        }

    .user-info-blk ul li .sub-brand-logo {
        max-height: 42px;
    }

.slider-section {
    padding: 100px 0 0;
    background: url(../new-img/slider-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
}

    .slider-section h1 {
        text-align: center;
        font-weight: 700;
        font-size: 64px;
        line-height: 96px;
        color: #FFFFFF;
        padding: 200px 0 50px;
    }

    .slider-section .slider-main {
        /*background: linear-gradient(360deg, rgba(51, 51, 51, 0.6) 57.26%, rgba(51, 51, 51, 0) 96.39%);
    */
        background: rgba(51, 51, 51, 0.6);
        padding: 20px 0;
    }

    .slider-section .slider-item {
        background: #FFFFFF;
        border: 1px solid #A09574;
        box-shadow: 0px 4px 8px rgba(160, 149, 116, 0.15);
        border-radius: 10px;
        text-align: center;
        padding: 30px 20px;
        height: 100%;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: block;
        text-decoration: none;
    }

        .slider-section .slider-item a {
            text-decoration: none;
        }

.slider-card-bg {
    position: absolute;
    right: 0;
    top: 0;
}

.slider-section .slider-item h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #666265;
    padding: 20px 0 0 0;
}

.slider-section .slider-item:hover {
    background: #A09574;
}

    .slider-section .slider-item:hover h3 {
        color: #fff;
    }

    .slider-section .slider-item:hover img {
        filter: brightness(0) invert(1);
    }

.slider-section .slider-item .img-blk {
    min-height: 50px;
    width: auto;
}

.slider-section .owl-carousel .owl-item img {
    width: auto;
    height: 47px;
    margin: 0 auto;
    display: inline-block;
}

.slider-section .owl-carousel .owl-dots.disabled, .slider-section .owl-carousel .owl-nav.disabled {
    display: flex;
}

.slider-section .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
    background: url(../image/slider-prev-icon.svg) no-repeat center center #ffffff !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    left: -60px;
    position: relative;
}

.slider-section .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    background: url(../image/slider-next-icon.svg) no-repeat center center #ffffff !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    right: -60px;
    position: relative;
}

.slider-section .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    z-index: -1;
}

    .slider-section .owl-nav .owl-prev span {
        display: none;
    }

    .slider-section .owl-nav .owl-next span {
        display: none;
    }

.news-section .title-block {
    display: flex;
    justify-content: space-between;
    margin: 0 30px 0 0;
}

    .news-section .title-block select {
        border: 1px solid #646063;
        filter: drop-shadow(0px 4px 8px rgba(160, 149, 116, 0.15));
        border-radius: 10px;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        color: #646063;
        padding: 9px 10px;
        -webkit-appearance: none;
    }

    .news-section .title-block .select-block {
        position: relative;
    }

        .news-section .title-block .select-block:after {
            position: absolute;
            content: "";
            top: 17px;
            right: 12px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: #646063 transparent transparent transparent;
        }

.news-section {
    border-bottom: 1px solid #D9D9D9;
    background: url(../image/theme-bg.png) no-repeat right bottom;
}

    .news-section .left-block {
        border-right: 1px solid #D9D9D9;
        padding: 60px 0;
        height: 100%;
    }

    .news-section .news-card {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
        padding: 30px 0;
    }

        .news-section .news-card:last-child {
            border: none;
        }

        .news-section .news-card .date-card {
            padding: 10px 0;
            border: 1px solid #A09574;
            border-radius: 10px;
            width: 12%;
            text-align: center;
        }

            .news-section .news-card .date-card h5 {
                font-weight: 700;
                font-size: 32px;
                color: #A09574;
                padding: 0 0 5px;
            }

            .news-section .news-card .date-card p {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: #646063;
            }

        .news-section .news-card .content-blk {
            padding: 0 0 0 30px;
            width: 87%;
        }

            .news-section .news-card .content-blk h4 {
                font-weight: 700;
                font-size: 16px;
                line-height: 27px;
                color: #646063;
            }

            .news-section .news-card .content-blk p {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: #646063;
            }

    .news-section h3 {
        font-weight: 300;
        font-size: 32px;
        line-height: 48px;
        color: #646063;
    }

    .news-section .nav-tabs {
        border: none;
    }

        .news-section .nav-tabs .nav-link.active {
            color: #A09574;
            border: none;
            border-bottom: 2.0853px solid #A09574;
        }

        .news-section .nav-tabs .nav-link {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #646063;
            border: none;
        }

    .news-section .new-right-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }







.gallery-section {
    padding: 70px 0 40px;
    border-bottom: 1px solid #D9D9D9;
    background: url(../image/theme-bg.png) no-repeat right bottom;
}

.gallery-block h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: max-content;
}

.gallery-block {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 0 0 30px;
}

    .gallery-block:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        background: rgba(100, 96, 99, 0.7);
        transition: all 0.3s ease-in-out;
    }

    .gallery-block:hover:after {
        opacity: 1;
    }

    .gallery-block:hover h4 {
        opacity: 1;
        z-index: 2;
    }

footer {
    padding: 30px 0;
}

    footer .social-block ul {
        display: flex;
        align-items: center;
    }

        footer .social-block ul li {
            margin-left: 10px;
        }

    footer .footer-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        footer .footer-block p {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #666265;
        }


.new-homePage .policy-block .submit-btn {
    text-decoration: none;
    background: #A09574;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}

.new-homePage .news-section .table-block table tr th {
    font-size: 14px;
    padding: 10px 10px;
}

.new-homePage .news-section .table-block table tr td {
    font-size: 14px;
    padding: 10px 10px;
}

.news-section .news-card {
    padding: 20px 0;
}

/*.news-section .tab-content {
    height: 480px;
    overflow-y: auto;
}*/
.table-scroll-a {
    height: 480px;
    overflow: auto;
}


.news-section .table-responsive {
    width: 100%;
}

.news-section .table-block .dataTables_filter {
    margin-right: 15px;
}

.email-phone-blk p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A09574;
    display: flex;
    align-items: center;
}

.email-phone-blk .icon-whatsapp {
    width: 24px;
}

.email-phone-blk img {
    width: 22px;
    margin-right: 5px;
}

.company-heading {
    padding: 10px 25px 10px 10px !important;
}

.back-to-login-link {
    color: #A09574;
}

    .back-to-login-link:hover {
        color: #A09574;
    }

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexbox > .custom-loader {
        width: 100%;
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        background-color: rgb(255 255 255 / 80%);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }


/*Loader Css */
.custom-loader .circle-loader {
    position: relative;
    width: auto;
    height: auto;
}

    .custom-loader .circle-loader div {
        height: 10px;
        width: 10px;
        background-color: #A09574;
        border-radius: 50%;
        position: absolute;
        -webkit-animation: 0.8s opaque ease-in-out infinite both;
        animation: 0.8s opaque ease-in-out infinite both;
    }

    .custom-loader .circle-loader > div:nth-child(1) {
        top: -25px;
        left: 0;
    }

    .custom-loader .circle-loader > div:nth-child(2) {
        top: -17px;
        left: 17px;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .custom-loader .circle-loader > div:nth-child(3) {
        top: 0;
        left: 25px;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .custom-loader .circle-loader > div:nth-child(4) {
        top: 17px;
        left: 17px;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .custom-loader .circle-loader > div:nth-child(5) {
        top: 25px;
        left: 0;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .custom-loader .circle-loader > div:nth-child(6) {
        top: 17px;
        left: -17px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .custom-loader .circle-loader > div:nth-child(7) {
        top: 0;
        left: -25px;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .custom-loader .circle-loader > div:nth-child(8) {
        top: -17px;
        left: -17px;
        .flexbox > .custom-loader -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

@-webkit-keyframes opaque {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes opaque {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

@media (max-width: 1600px) {
    .logo-block h3 {
        font-size: 24px;
    }

    .slider-section h1 {
        font-size: 48px;
        padding: 100px 0 50px;
    }

    .slider-section .owl-nav .owl-prev {
        left: -50px;
    }

    .slider-section .owl-nav .owl-next {
        right: -50px;
    }

    .news-section .news-card .date-card {
        width: 18%;
    }

    .news-section .news-card .content-blk {
        padding: 0 0 0 20px;
    }

        .news-section .news-card .content-blk p {
            max-width: 90%;
        }

    footer {
        padding: 20px 0;
    }

    body.new-homePage:after {
        width: 50px;
    }
}


@media (max-width: 1400px) {
    .news-section .news-card .date-card {
        width: 13%;
    }
}

@media (max-width: 1200px) {
    body.new-homePage:after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .slider-section .owl-nav .owl-next {
        right: -40px;
    }

    .slider-section .owl-nav .owl-prev {
        left: -40px;
    }

    .news-section .news-card .date-card {
        width: 24%;
    }

    .news-section h3 {
        font-size: 26px;
    }
}


@media (max-width: 991px) {
    .logo-block h3 {
        display: none;
    }

    .new-right-img {
        margin: 0 auto;
        text-align: center;
        max-height: 450px;
    }

    .news-section .left-block {
        border-right: none;
    }

    .slider-section .owl-nav .owl-prev {
        left: -45px;
    }

    .slider-section .owl-nav .owl-next {
        right: -5px
    }

    .slider-section .owl-nav {
        top: 50%;
    }

    .slider-section .owl-carousel {
        padding: 0 20px;
    }

    .slider-section {
        height: auto;
    }

    .news-section .new-right-img {
        max-height: inherit;
    }
}



@media (max-width: 767px) {
    .news-section h3 {
        font-size: 20px;
        line-height: normal;
    }

    .Microsoft-login {
        min-width: auto;
    }

    .slider-section h1 {
        font-size: 28px;
        line-height: normal;
        padding: 0;
    }

    .slider-section .owl-nav .owl-prev {
        height: 25px;
        width: 25px;
        left: -29px;
    }

    .slider-section .owl-nav .owl-next {
        height: 25px;
        width: 25px;
        right: 12px;
    }

    /*.news-section .news-card .date-card {
            width: 100%;
        }*/

    .news-section .news-card .content-blk h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .news-section .news-card {
        padding: 15px 0;
    }

    .news-section .left-block {
        padding: 40px 0 10px;
    }

    .gallery-block img {
        width: 100%;
    }

    footer {
        text-align: center;
    }

        footer .footer-block {
            display: block;
        }

        footer .social-block ul {
            justify-content: center;
            margin: 10px 0 0 0;
        }

    header .header-block {
        display: block;
    }

    .logo-block h3 {
        display: block;
        font-size: 22px;
        line-height: 27px;
    }

    .logo-block {
        padding: 0 0 10px;
    }

    .slider-section .slider-main {
        overflow-x: hidden;
    }

    .news-section .news-card .content-blk p {
        max-width: 100%;
    }

    .news-section .tab-content {
        border-bottom: 1px solid #D9D9D9;
    }

    .coming-soon-card {
        justify-content: center;
    }

        .coming-soon-card h2 {
            padding-top: 100px !important;
        }

    .news-section .new-right-img {
        max-height: inherit;
    }

    .news-section .news-card .date-card h5 {
        font-size: 26px;
    }

    .email-phone-blk {
        padding: 10px 0;
    }

    .logon_wrapper {
        display: block !important;
    }

        .logon_wrapper .Login-btn {
            max-width: 100% !important;
        }

        .logon_wrapper .Login-btn {
            min-width: auto !important;
            width: 100% !important;
            margin: 15px 0 0 0 !important;
        }

        .logon_wrapper .login-btn-wrapper:after {
            top: 33px !important;
        }
}

@media (max-width: 360px) {
    .user-info-blk ul li .sub-brand-logo {
        max-height: 28px;
    }
}

/*Change status design*/

.status-td {
    position: relative;
    /*  display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.status-list {
    position: absolute;
    left: 0;
    top: 0;
}

    .status-list li {
        width: 100%;
        display: block;
    }

.edit-status ul {
    display: block;
}

.edit-list {
    display: block;
    position: absolute;
    background: #fff;
    right: 12px;
    top: 30px;
    width: 160px;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 4px 8px rgb(160 149 116 / 15%);
    border-radius: 9.09961px;
}


.edit-list {
    display: none;
}

    .edit-list.show {
        display: block;
    }

    .edit-list ul {
        width: 100%;
        padding: 0 !important;
        display: block;
    }

        .edit-list ul li {
            width: 100%;
            display: block !important;
            padding: 5px 10px;
            background: #fff !important;
            border-bottom: 1px solid #eee;
        }

            .edit-list ul li:hover {
                background: #A09574 !important;
                color: #fff !important;
            }

                .edit-list ul li:hover a {
                    color: #fff;
                }

            .edit-list ul li a {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: #646063;
                text-decoration: none;
                display: block;
                cursor: pointer;
                white-space: normal;
            }

.edit-status {
    background: none;
    border: 0;
    padding: 0;
    float: right;
}

    .edit-status:focus {
        border: 0;
    }

    .edit-status img {
        max-height: 20px;
        position: relative;
        top: -2px;
    }

.status-table table tr th, .status-table table tr td {
    padding: 5px 10px;
}

.reply-ticket-box {
    padding: 20px 20px;
    border: 0.909961px solid #F3F2F2;
    box-shadow: 0px 4px 8px rgb(160 149 116 / 15%);
}

.attachment-block label {
    padding-right: 10px;
    margin: 0 !important;
    font-size: 14px;
    color: #646063;
}

.attachment-block {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

    .attachment-block input {
        margin-bottom: 0 !important;
    }


.onbehalf-ticket-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #646063;
    padding: 0 0 0 0;
}

.onbehalf-ticket-block {
    padding-bottom: 20px;
}

    .onbehalf-ticket-block .select-selected {
        margin-bottom: 0 !important;
    }
/* Assign Agent Design*/
.status-td-2 {
    position: relative;
}

.status-list-2 {
    position: absolute;
    left: 0;
    top: 0;
}

    .status-list-2 li {
        width: 100%;
        display: block;
    }

.edit-status-2 ul {
    display: block;
}

.edit-list-2 {
    display: block;
    position: absolute;
    background: #fff;
    right: 12px;
    top: 30px;
    width: 200px;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 4px 8px rgb(160 149 116 / 15%);
    border-radius: 9.09961px;
    z-index: 1;
}


.edit-list-2 {
    display: none;
}

    .edit-list-2.show {
        display: block;
    }

    .edit-list-2 ul {
        width: 100%;
        padding: 0 !important;
        display: block;
    }

        .edit-list-2 ul li {
            width: 100%;
            display: block !important;
            padding: 5px 10px;
            background: #fff !important;
            border-bottom: 1px solid #eee;
        }

            .edit-list-2 ul li:hover {
                background: #A09574 !important;
                color: #fff !important;
            }

                .edit-list-2 ul li:hover a {
                    color: #fff;
                }

            .edit-list-2 ul li a {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: #646063;
                text-decoration: none;
                display: block;
                white-space: normal;
                cursor: pointer;
            }

.edit-status-2 {
    background: none;
    border: 0;
    padding: 0;
    float: right;
}

    .edit-status-2:focus {
        border: 0;
    }

    .edit-status-2 img {
        max-height: 20px;
        position: relative;
        top: -2px;
    }

.status-table-2 table tr th, .status-table-2 table tr td {
    padding: 5px 10px;
}

.onbehalf-ticket-block label {
    width: 100% !important;
}

.big-data-block .dataTables_wrapper table th, .big-data-block .dataTables_wrapper table td {
    width: 15% !important;
    white-space: inherit !important;
}

    .big-data-block .dataTables_wrapper table th:nth-child(4) {
        width: 35% !important;
    }

.middle-wrapper form .input__file input {
    height: 42px !important;
    padding: 10px 22px;
}

.label_text {
    width: 26%;
}

.label_input {
    width: 74%;
}

.onbehalf-ticket-label {
    line-height: 22px;
}


/*Tiny mce Textarea*/

.middle-wrapper .tox-tinymce {
    border: 1px solid #F3F2F2;
    border-radius: 9.09961px;
}

.middle-wrapper .tox.tox-tinymce {
    margin-bottom: 20px;
}

.middle-wrapper .tox .tox-toolbar, .middle-wrapper .tox .tox-toolbar__overflow, .middle-wrapper .tox .tox-toolbar__primary {
    background-image: none;
    border-bottom: 1px solid #F3F2F2;
}

.middle-wrapper .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #F3F2F2;
}

.middle-wrapper .tox .tox-tbtn svg {
    fill: #A09574;
}

.middle-wrapper .tox .tox-statusbar {
    border-top: 1px solid #F3F2F2;
}

.tox .tox-tbtn svg {
    fill: #A09574 !important;
}

/*New changes*/
.more_content ol {
    padding: 0 0 0 10px;
    margin: 0;
}

.more_content p span {
    display: inline-block;
    font-size: 12px !important;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    color: #A09574;
}

.more_display_text p {
    line-height: normal;
}

.more_display_text ol {
    padding: 0 0 0 10px;
    margin: 0;
}

.select_duration .select-selected {
    background-color: transparent;
    border: 0.909961px solid #A09574;
    border-radius: 9.09961px;
    color: rgba(100, 96, 99, 0.5);
    z-index: 9;
    position: relative;
    margin: 0 !important;
    color: #A09574;
}

.select_duration {
    margin: 5px auto;
}

    .select_duration .select-selected:focus-visible {
        border: 0.909961px solid #A09574;
        outline: none;
    }

.service_label {
    font-size: 13px;
    padding: 0 0 5px;
    font-weight: 400;
    color: #000;
    display: block;
}

#spnUser {
    margin-top: 10px !important;
}

.more_oneline {
    display: flex;
    align-items: center;
}

.middle-wrapper .more_oneline h1,
.middle-wrapper .more_oneline h2,
.middle-wrapper .more_oneline h3,
.middle-wrapper .more_oneline h4,
.middle-wrapper .more_oneline h5,
.middle-wrapper.more_oneline h6 {
    padding-bottom: 0;
    margin: 0;
}

td.download-link-text a {
    display: block;
}

.backhome {
    background: #A09574;
    padding: 8px 40px;
    border-radius: 23px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    height: 46px;
    margin: 15px 0 0 0;
    text-align: left;
    display: inline-block;
}

    .backhome:hover {
        color: #fff !important;
    }



.contain-three {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: max-content;
}

    /* Hide the browser's default checkbox */
    .contain-three input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-three {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain-three:hover input ~ .checkmark-three {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain-three input:checked ~ .checkmark-three {
    background-color: #A09574;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-three:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain-three input:checked ~ .checkmark-three:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain-three .checkmark-three:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkbox-block-three {
    height: 150px;
    overflow-y: scroll;
    margin: 0 0 20px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    padding: 13px 15px;
}

    .checkbox-block-three input {
        width: auto !important;
    }



/*Escalation add*/

.middle-wrapper .escalationtable .form-control, .middle-wrapper .escalationtable select {
    margin-bottom: 0;
}

.middle-wrapper .escalationtable .table-block table.dataTable {
    box-shadow: none;
    border: 0 !important;
}

.middle-wrapper .escalationtable .dataTable tr:last-child td {
    border-bottom: 0 !important;
}

.middle-wrapper .escalationtable .table-block table tr td {
    border-bottom: 0 !important;
}

.escalationtable .table-responsive {
    margin-bottom: 30px;
}

.escalationtable .table-block table tr td a.btn {
    padding: 5px 16px;
}

.escalationtable .table-block table tr td .add__btn {
    margin-right: auto;
    float: right;
}
/*.escalationtable tr td {
    width: 50%;
}*/

.escalationtable .scroll_bar {
    max-height: 390px;
    overflow: auto;
    min-height: auto;
}

.escalationtable .wapper_btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}

.escalationtable tr th:nth-child(1) {
    width: 30% !important;
}

.escalationtable tr th:nth-child(2) {
    width: 30% !important;
}

.escalationtable tr th:nth-child(3) {
    width: 30% !important;
}

.escalationtable tr th:nth-child(4) {
    width: 10% !important;
}

/*duration change design*/
.select_durations .submit-btn {
    background: #A09574;
    padding: 8px 16px;
    border-radius: 5px;
    margin-left: 8px;
    color: #fff;
    border: none;
    font-size: 14px;
}

.select_durations {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.escalationtable .wapper_btn-service {
    display: block;
}

    .escalationtable .wapper_btn-service span {
        display: inline-block;
        text-align: center;
        margin: 0;
        width: 88%;
    }

    .escalationtable .wapper_btn-service .add__btn {
        display: inline-block;
        float: right;
        width: auto;
    }

.confidential-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confidential-check {
    cursor: text;
}

    .confidential-check .checkmark {
        top: -6px;
    }

    .confidential-check:hover input ~ .checkmark {
        background-color: #eee;
    }

.confidential-check-fst:hover input ~ .checkmark {
    background-color: #A09574;
}

/*.confidential-check-sec .checkmark:after{
    border: solid #A09574;
    border-width: 0 3px 0 0;
    display: block;
}
.confidential-check-sec .checkmark:before {
    border: solid #A09574;
    display: block;
    left: 7px;
    top: 5px;
    width: 2px;
    height: 3px;
    background: #A09574;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    content: "";
}*/




@media (max-width: 767px) {
    .escalationtable .wapper_btn-service span {
        width: 100%;
    }

    .escalationtable table tr td:nth-child(1) {
        width: 30% !important;
    }

    .escalationtable table tr td:nth-child(2) {
        width: 30% !important;
    }

    .escalationtable table tr td:nth-child(3) {
        width: 30% !important;
    }

    .escalationtable table tr t:nth-child(4) {
        width: 10% !important;
    }

    .escalationtable table tr td input {
        width: auto;
    }
}


.service-wait-time {
    padding: 10px 0 20px;
}

    .service-wait-time input {
        margin-bottom: 10px !important;
    }

    .service-wait-time .field-validation-error {
        margin: 0 0 10px;
    }

.servicechecklist {
    padding: 0px 15px 20px;
}

    .servicechecklist .checkbox-block .contain {
        pointer-events: none;
    }

    .servicechecklist .checkbox-block-New .contain {
        pointer-events: none;
    }

.ticket-detail #table_id1 {
    max-width: 60%;
}

.select_durations-new {
    align-items: center;
}

    .select_durations-new label {
        padding-right: 10px;
    }

.select_durations-td {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    width: 95.5% !important;
}

.ticket-detail-view-new table tr th, .ticket-detail-view-new table tr td {
    width: 30%;
}

    .ticket-detail-view-new table tr th:nth-child(2), .ticket-detail-view-new table tr td:nth-child(2) {
        width: 70%;
    }

.ticket-detail-view-new table tr .form-control {
    padding: 0 6px;
}

    .ticket-detail-view-new table tr .form-control::placeholder {
        font-size: 13px;
    }

.ticket-detail-view-new .select_durations .submit-btn {
    font-size: 13px;
    padding: 4px 8px;
}

.select_durations-new:nth-child(2) {
    padding-left: 10px;
}


.middle-wrapper form .document-table input[type="file"] {
    height: 42px !important;
    padding: 9px 18px;
}

.document-table .field-validation-error {
    margin: 0;
}

.document-table tr th, .document-table tr td {
    width: 35%;
    vertical-align: text-bottom;
}

.sidebar-block .dropdown-toggle::after {
    display: none
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #A09574;
    color: #ffffff;
}

.main-menu {
    overflow-y: auto;
    height: calc(100vh - 250px);
}


.sidebar-block nav ul .word-break-ele a {
    display: flex;
    align-items: flex-start;
    white-space: break-spaces;
    word-break: break-word;
    /* justify-content: space-between;*/
}

    .sidebar-block nav ul .word-break-ele a span {
        width: 80%;
    }
/*.sidebar-block nav ul li a img{
    margin-top: 5px;
}*/

@media (max-width: 992px) {
    .sidebar-block nav ul .word-break-ele a span {
        width: 92%;
    }
}

@media (max-width: 767px) {
    .sidebar-block nav ul .word-break-ele a span {
        width: 83%;
    }
}

/*date picker css*/
.datepicker th {
    color: #a39576;
    font-weight: 500;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background: #a39576 !important;
    color: #fff !important;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background: #a39576 !important;
    color: #fff !important;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #a39576 !important;
    color: #fff !important;
}

.disabled-Property {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}




/*PropertyMap Design*/
.card-view .img-blk img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.card-view .content-blk h3 {
    font-size: 20px;
    color: #A09574;
    font-weight: 600;
    padding: 0 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-view .flex-card p {
    font-size: 14px;
    color: #646063;
    padding: 0 0 5px;
}

.card-view .right-content .circle {
    height: 15px;
    width: 15px;
    background: green;
    display: inline-block;
    border-radius: 50%;
    margin: 0 0 0 5px;
}

.card-view .right-content {
    text-align: right;
}

.card-view .flex-card {
    padding: 15px 15px 5px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    border-left: 5px solid #A09574;
    margin: 0 0 20px;
    height: 100%;
    max-height: 230px;
}

    .card-view .flex-card a {
        text-decoration: none;
    }

.card-view .top-blk {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.details-title {
    font-size: 20px;
    color: #A09574;
    font-weight: 600;
    padding: 0 0 5px;
}

.propertydetails .table-block {
    max-width: 70%;
}

.propertydetails #table_id1 {
    max-width: 100%;
}

.map-select .select-items div, .select-selected {
    background: #958643;
    height: 40px;
    border: 0;
    width: 100%;
}

.map-select .service_label {
    font-size: 14px;
    padding: 0 0 5px;
    font-weight: 500;
}



@media (max-width: 992px) {
    .card-view .flex-card {
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .propertydetails .table-block {
        max-width: 100%;
    }

    .highchart_section .pdfDowanload {
        float: left !important;
    }

    .highchart_sec {
        height: 140px;
        width: 130px;
    }
    /*.sidebar-block nav ul .word-break-ele a {
        justify-content: space-between;
    }*/
}

.propertylist tr td:first-child {
    white-space: normal
}

.sidebar-block .dropdown-menu .dropdown-submenu .dropdown-toggle.active .fa-caret-down {
    transform: rotate(180deg);
    transition: ease all 0.5s;
}


.escalationtable-checklist .checkmark {
    top: -8px;
    left: 30px;
}

.servicedocument {
    position: relative;
    top: 6px;
    left: 2px;
}

.servicefield {
    left: 0;
    position: relative;
    top: 4px;
}


.multiunitselect .chosen-choices {
    background-color: transparent !important;
    border: 0.909961px solid #F3F2F2 !important;
    border-radius: 9.09961px;
    color: rgba(100, 96, 99, 0.5);
    margin-bottom: 20px;
    width: 100%;
    z-index: 9;
    position: relative;
    min-height: 70px !important;
    max-height: 70px !important;
    font-size: 14px;
    padding: 3px 20px 5px 15px !important;
    cursor: pointer;
    user-select: none;
    box-shadow: none !important;
    background: none !important;
    overflow-y: auto !important;
}

.multiunitselectadd .chosen-choices {
    min-height: 42px !important;
    max-height: 42px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 31px !important;
}

.multiunitselect .field-validation-error {
    margin: 10px 0 10px;
}

.middle-wrapper form .select-selected,
.middle-wrapper form input,
.middle-wrapper form .form-control-date {
    color: #000;
}

::-ms-input-placeholder {
    color: rgba(100, 96, 99, 0.5) !important;
}

::placeholder {
    color: rgba(100, 96, 99, 0.5) !important;
}

.text-arabic {
    font-family: 'din_next_lt_arabic' !important;
}

.highchart_section .pdfDowanload {
    color: #000 !important;
}

.btn-primary, .add-btn {
    color: #000 !important;
    font-weight: 500;
}


/* multiplesearch for checkbox */
.multiplesearch input {
    margin: 0 !IMPORTANT;
}

.multiplesearch .checkbox-block {
    overflow: auto;
    max-height: 135px;
}

/* multiplesearch for Dropdown\ */
.search_drpdown .select2-container .select2-selection {
    height: 42px;
    font-size: 14px;
    padding: 6px;
    border: 0.909961px solid #F3F2F2;
    border-radius: 9.09961px;
    background: #fff;
    z-index: 2;
    position: relative;
}

.search_drpdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 10px;
}

.select2-results__option {
    font-size: 13px;
    padding: 5px 15px;
}

.select2-search--dropdown .select2-search__field {
    padding: 5px 15px;
}

.search_drpdown .field-validation-error {
    margin-top: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #A09574;
}


.escationuseradd .select2 {
    width: 100% !important;
}

.escationuseradd .select2-container {
    width: 100% !important
}

.select2-dropdown {
    border: 1px solid #f3f2f2;
}

/*20-Aug-2024*/
.custom-report-checkbox {
    margin-top: 8px;
}

    .custom-report-checkbox input {
        margin-bottom: 0px !important;
        height: 0px
    }

.custom-report-table tr th:nth-child(3) {
    width: 10% !important;
}

.danger-marg {
    position: relative;
}

    .danger-marg span.text-danger {
        right: -2px;
        position: absolute;
        top: 7px;
    }

/*8-oct-2024 - Task Catalog*/
.stretch-card td input {
    display: block;
}

.stretch-card td .text-danger {
    font-size: 13px;
    color: #ff0000 !important;
}
.text-danger {
    color: #ff0000 !important;
}

.escalationtable .stretch-card tr th:nth-child(1) {
    width: 20% !important;
}

.escalationtable .stretch-card tr th:nth-child(2) { 
    width: 15% !important;
}

.escalationtable .stretch-card tr th:nth-child(3) {
    width: 15% !important;
}

.escalationtable .stretch-card tr th:nth-child(4) {
    width: 20% !important;
}

.escalationtable .stretch-card tr th:nth-child(5) {
    width: 20% !important;
}

.escalationtable .stretch-card .stretch-box {
    display: flex;
    flex-flow: wrap;
    position: relative
}

    .escalationtable .stretch-card .stretch-box span.text-danger {
        position: absolute;
        right: -10px;
        top: 0;
    }

        .escalationtable .stretch-card .stretch-box span.errormsg {
            position: relative;
            right: unset;
            top: unset;
        }



.middle-wrapper .table-block-task .nowrap.dataTable.no-footer {
    width: 1600px !important;
}

.middle-wrapper .table-block-task .stretch-card tr th, .middle-wrapper .table-block-task .stretch-card tr td {
    min-width: 200px !important;
    width: 200px !important;
    padding: 20px 20px;
}

    .middle-wrapper .table-block-task .stretch-card tr td textarea {
        height: 42px;
        overflow: hidden;
        padding: 13px 15px;
        line-height: 1;
    }

.catalog-modal table input[type="radio"] {
    height: auto !important;
    width: auto !important;
}

.catalog-modal .theme-btn {
    background: #A09574;
    padding: 8px 16px;
    border-radius: 5px;
    margin-right: 8px;
    color: #fff !important;
    border: none;
    font-size: 16px;
    margin-right: 0;
}

    .catalog-modal .theme-btn:focus {
        box-shadow: none;
    }

.catalog-modal .btn-close:focus {
    box-shadow: none;
}

.catalog-modal .dataTables_paginate .paginate_button.current, .catalog-modal .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #A09574 !important;
}


.pdfDowanload {
    padding: 5px 30px;
    background-color: #958643;
    color: #fff;
    border: 1px solid #958643;
    float: right;
}

    .pdfDowanload:hover,
    .pdfDowanload:focus {
        background-color: transparent;
        color: #958643;
        border: 1px solid #958643;
    }

.hdr-property-main {
    display: flex;
    align-items: center;
}

    .hdr-property-main h3 {
        margin: 0px 10px 0px 0px !important;
    }

@media (max-width: 767px) {
    .hdr-property-main {
        flex-flow: column;
    }
}

.floorsection-block {
    display: block;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
    flex-direction: column;
}

    .floorsection-block h3 {
        text-align: center;
        color: #958643;
        -webkit-print-color-adjust: exact;
    }

.floorsection-block img {
    height: auto;
    margin: 0 auto;
    max-width:80%;
}




.input-form-sec {
    margin-bottom: 20px;
}

.middle-wrapper form .input-form-sec input, .middle-wrapper form .input-form-sec .select-selected, .middle-wrapper form .input-form-sec textarea {
    margin: 0;
}

.middle-wrapper form .input-form-sec .text-danger {
    font-size: 13px;
}
select:focus-visible {
    outline: none;
}
.form-control:focus {
    box-shadow: none;
}

.input-form-sec input::placeholder,
.input-form-sec .select-selected::placeholder,
.input-form-sec textarea::placeholder {
    color:rgba(100, 96, 99, 0.5) !important;
}

.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr td {
    min-width: auto !important;
    width: auto !important;
    padding: 10px 20px 10px 0;
}
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr th {
    min-width: auto !important;
    width: auto !important;
    padding: 0 0 10px 0;
    line-height: normal;
}
.middle-wrapper .table-block-task .nowrap.dataTable.task-tbl-custom {
    width: 100% !important
}

.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr th:nth-child(1),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr td:nth-child(1) {
    width: 140px !important;
}

.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr th:nth-child(2),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr th:nth-child(3),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr td:nth-child(2),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr td:nth-child(3) {
    width: 100px !important;
}



.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr th:nth-child(4),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr th:nth-child(6),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr td:nth-child(4),
.middle-wrapper .table-block-task .stretch-card .task-tbl-custom tr td:nth-child(6) {
    width: 155px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    background:#eee;
}
.select2-container--default .select2-results__option--selected {
    background-color: #A09574;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #A09574;
    color: #fff;
}
.password-label-sec {
    position: relative;
}

.password-label-sec .fas {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
}
.datepicker-sec {
    position: relative;
}

.datepicker-sec .fa-calendar-alt {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 13px;
    color: #A09574;
}

#backto-top {
    display: flex;
    background-color: #A09574;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#backto-top.show {
    opacity: 1;
    visibility: visible;
}
#backto-top:hover {
    cursor: pointer;
    background-color: #000;
}

    #backto-top:active {
        background-color: #000;
    }
#backto-top i {
    color: #fff;
    font-size: 25px;
}
.swal2-popup {
    width: 22em !important;
}
.swal2-styled.swal2-confirm {
    background-color: #A09574 !important;
}
.swal2-html-container {
    font-size: 14px !important;
}
.swal2-icon {
    margin: 1.5em auto .6em !important;
}
.swal2-title {
    padding: 0.3em 1em 0 !important;
    color: #a39576 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

    @media (max-width: 1200px) {
        .new-homePage .news-section .table-block table tr th {
            font-size: 12px;
            padding: 10px 5px;
        }
    }


table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    right: 0;
}
.text-danger-required {
    position: absolute;
    right: 2px;
    top: -5px;
    color: #ff0000;
    font-size: 14px;
}
.servicereportform .table-block .dataTables_filter input {
    margin: 0;
}