﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

@font-face {
    font-family: 'p22_cezanneregular';
    src: url('../fonts/p22_cezanne_regular-webfont.woff2') format('woff2'), url('../fonts/p22_cezanne_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #333537;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #F4F5F9;
    font-size: 16px
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

::-moz-selection {
    color: #ffffff;
    background: #110358
}

::selection {
    color: #ffffff;
    background: #110358
}

h1, .white-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-right: auto;
}

body.inner {
    padding-left: 250px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

body.menu-clicked {
    padding-left: 0
}

.menu-clicked .sidebar {
    left: -100%
}

.menu-clicked .header, .menu-clicked .footer {
    padding-left: 25px
}

.menu-clicked .main-body .content {
    padding-left: 25px
}

body.outer {
    padding-left: 50%;
    background-color: #ffffff;
}

.white-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0;
    padding: 20px;
    min-height: calc(100vh - 130px)
}

.light-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: #F4F5F9;
    border-radius: 8px;
    padding: 20px;
    min-height: 100%
}

.white-box-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 16px;
    margin: -20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

    .white-box-header h1 {
        padding: 8px 0;
        font-size: 20px;
        font-weight: bold;
    }

.abt-head {
    text-align: right;
}

    .abt-head p {
        font-size: 12px;
        color: #333537;
        font-family: 'Messina Sans Book';
        text-transform: uppercase;
        margin-bottom: 0
    }

    .abt-head h6 {
        font-weight: normal;
        font-size: 18px;
        color: #110358;
        margin-bottom: 0
    }

.semi-bold {
    font-weight: 600;
}

.c-pointer {
    cursor: pointer;
}

.f-13 {
    font-size: 13px;
}

.op-70 {
    opacity: 0.7
}

.f-normal {
    font-weight: normal;
}

.f-light {
    font-weight: 300;
}

.color-1 {
    color: #000000
}

.mw-75 {
    min-width: 75px;
}

.text-danger {
    color: #E42C51 !important
}

.text-success {
    color: #4AB530 !important
}

.f-book {
    font-family: 'Messina Sans Book';
}

.width-filter {
    width: 182px;
}

input::placeholder, select::placeholder {
    color: #B8B8B8 !important;
}

.btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
    outline: none;
    box-shadow: none !important;
    opacity: .85
}

.btn {
    padding: 6px 18px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

    .btn.btn-outline-secondary {
        border: 1px solid #619D13;
        color: #619D13;
        background: #fff;
    }

        .btn.btn-outline-secondary:hover {
            background-color: #619D13;
            color: #fff
        }

    .btn.btn-primary {
        border-color: #9D6513;
        color: #fff !important;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important;
        background: #9D6513 !important;
    }

    .btn.btn-secondary {
        background: #619D13;
    }

    .btn.btn-ternary {
        background-color: #110358;
        border-color: #110358;
        color: #ffffff;
        padding: 5px 20px;
        font-size: 14px;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.btn-success {
        background-color: #4AB530;
        border-color: #4AB530;
        color: #ffffff;
    }

    .btn.btn-danger {
        background-color: #E42C51;
        border-color: #E42C51;
        color: #ffffff;
    }

form {
    width: 100%
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #110358
}

.form-control, .form-select {
    height: 38px;
    border-radius: 0;
    border: 1px solid #F5F5F5;
    font-size: 14px;
    padding: 6px 10px;
    background-color: #F5F5F5;
}

.form-label {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
}

.upload-btn {
    position: relative;
}

.profile-pic-box {
    display: inline-block;
    text-align: center;
}

.upload-btn {
    background-color: #F9F9F9;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    color: #110358;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(188,188,188,.16)
}

    .upload-btn input {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
    }

.profile-pic-box img {
    height: 98px;
    width: 98px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 17px;
}

.form-control::placeholder, .form-control .placeholder {
    color: rgba(51,53,55,.63)
}

.show-item .form-select {
    min-width: 75px;
}

.serachbar {
    flex: 0 0 224px;
    max-width: 224px;
}

.search-input {
    background-repeat: no-repeat;
    background-position: right 15px center;
   /* background-image: url('../images/search-icon.svg');*/
    padding-right: 40px;
}

.outer-box .form-control {
    height: 52px;
    padding: 18px 22px;
    border-radius: 5px;
    padding-left: 55px;
    background-repeat: no-repeat;
    color: #000000
}

    .outer-box .form-control::placeholder {
        color: rgba(0,0,0,0.5);
        font-size: 16px;
    }

.form-control.input-email {
    background-image: url('../images/input-email.svg');
    background-position: left 22px center;
}

.form-control.input-password {
    background-image: url('../images/input-password.svg');
    background-position: left 20px center;
}

.form-check-input[type=checkbox] {
    border-radius: 5px;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

    .form-check-input[type=checkbox]:checked {
        background-color: #9D6513;
        border-color: #9D6513;
        background-image: url('../images/check.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }

    .form-check-input[type=checkbox]:focus {
        box-shadow: none;
        border-color: none;
    }

textarea.form-control {
    height: 90px;
    resize: none;
}

    textarea.form-control.large {
        height: 115px;
    }

    textarea.form-control.large-2 {
        height: 122px;
    }

.form-control.upload-file {
    background-image: url('../images/attachments.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 15px center;
    padding-right: 35px;
    position: relative;
}

    .form-control.upload-file input {
        opacity: 0;
        position: absolute;
        z-index: 9;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
    }

.form-check-input[type=radio] {
    height: 21px;
    width: 21px;
    min-height: 21px;
    min-width: 21px;
    border: 1px solid #BBBBBB;
    margin-right: 10px;
    margin-top: 0
}

    .form-check-input[type=radio]:checked {
        background-color: transparent;
        border-color: #110358 !important;
        background-image: url('../images/checkedradio.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px;
        box-shadow: none;
    }

select, option {
    font-family: 'Messina Sans', sans-serif;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F4F5F9;
}

.form-control.date-icon {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 21px auto;
    background-image: url('../images/date-icon.svg');
    padding-right: 50px;
}

.form-control.location-icon {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px auto;
    background-image: url('../images/location_icon.svg');
    padding-right: 50px;
}

.form-check.custom input[type=checkbox] {
    border-radius: 0;
    border: 1px solid #707070;
}

    .form-check.custom input[type=checkbox]:checked {
        background-color: #ffffff
    }

.form-check-input[type=checkbox] {
    margin-top: 0
}

.checkbox-example {
    position: relative;
    width: 106px;
    height: 28px;
    cursor: pointer;
}

input[type="checkbox"].checkbox-toggle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

label.checkbox-toggle-label span.on {
    position: absolute;
    top: 3px;
    right: auto;
    left: 8px;
    color: #ffffff;
    display: none;
    cursor: pointer;
}

label.checkbox-toggle-label span.off {
    position: absolute;
    top: 3px;
    right: 8px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}

label.checkbox-toggle-label:before {
    cursor: pointer;
    content: '';
    background: #BB2121;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 60px;
}

label.checkbox-toggle-label:after {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    width: 19px;
    height: 19px;
    background: #ffffff;
    transition: 0.1s ease-in;
    border-radius: 100%;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

input.checkbox-toggle {
    visibility: hidden;
}

    input.checkbox-toggle:checked + label.checkbox-toggle-label:after {
        opacity: 1;
        background: #ffffff;
        left: auto;
        right: 20px;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label:before {
        background: #06A20B;
        border: 0;
        width: 91px;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label span.on {
        display: inline-block;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label span.off {
        display: none;
    }

.header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 25px 7px 30px;
    font-size: 15px;
    z-index: 999
}

    .header .dropdown-toggle:after {
        border: 0;
        display: inline-block;
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 9px;
        background-image: url('../images/dropdown-arrow.svg');
        vertical-align: middle;
    }

    .header .menu-btn {
        display: inline-block;
        cursor: pointer;
    }

        .header .menu-btn img {
            display: block;
        }

    .header .profile-img {
        height: 36px;
        width: 36px;
        border-radius: 100%;
        object-fit: cover;
        margin-right: 8px;
        display: inline-block;
    }

    .header .dropdown-menu {
        transform: none !important;
        top: 100% !important;
        margin-top: 15px !important;
        left: auto !important;
        right: -15px !important;
        min-width: 200px;
        border-radius: 6px;
        border: 0;
        box-shadow: 0 17px 22px rgb(0 0 0 / 11%);
        padding: 15px 10px 15px 10px
    }

        .header .dropdown-menu h5 {
            font-size: 18px;
            font-weight: 300;
            color: #000000;
            margin-bottom: 15px;
        }

        .header .dropdown-menu ul li a {
            border-radius: 4px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            position: relative;
            font-size: 16px;
            font-weight: 300;
            color: #333537
        }

            .header .dropdown-menu ul li a i {
                margin-right: 10px;
            }

        .header .dropdown-menu:before {
            content: '';
            height: 12px;
            width: 12px;
            display: inline-block;
            background-color: #ffffff;
            border-radius: 3px;
            position: absolute;
            top: -5px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            right: 12px;
        }

.breadcrumb {
    margin-bottom: 12px;
}

.breadcrumb-item + .breadcrumb-item:before {
    float: none;
    padding-right: 0;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    left: 14px;
    opacity: 0.6
}

.breadcrumb-item {
    font-size: 13px;
    color: #2C2C2C !important;
    font-weight: 300
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 35px;
        position: relative;
    }

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 23px 0;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #fff;
}

    .sidebar .logo {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .sidebar h3 {
        font-size: 14px;
        color: #ffffff;
        opacity: .60;
        margin-bottom: 15px;
        padding: 0 16px;
    }

    .sidebar ul {
        display: block;
        width: 100%;
    }

        .sidebar ul li {
            width: 100%;
            opacity: .8;
            padding: 10px 15px;
            border-bottom: 1px solid #F6F6F6;
        }

            .sidebar ul li a {
                display: block;
                position: relative;
                padding-left: 26px;
                color: #000;
                display: flex;
                align-items: center;
                font-size: 15px;
                font-weight: 300;
            }

                .sidebar ul li a img {
                    position: absolute;
                    left: 0;
                    width: 17px
                }

            .sidebar ul li:hover, .sidebar ul li.active {
                background: #FFF9EF;
            }

.sidebar-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center; /*display: flex;*/
    background-image: url('../images/login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0 0 5%;
}

/* .main-body{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;} */
.main-body {
    width: 100%;
}
    /* .main-body .content{display: flex;flex-wrap: wrap;flex-direction: column;width: 100%;padding: 13px 25px 5px 30px;} */
    .main-body .content {
        width: 100%;
        padding: 13px 25px 5px 30px;
    }

body.outer .main-body .content {
    padding: 30px
}

body.outer .footer {
    padding: 15px 30px
}

.table-searchbar {
    padding-bottom: 10px;
}

.table {
    font-size: 14px;
    border: 1px solid #eee
}

    .table thead tr {
        border: 1px solid #9D6513
    }

    .table tbody tr {
        border: 1px solid #eee
    }

    .table tr td {
        color: #333537;
        background-color: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid #eee
    }

    .table th, .table td {
        padding: 11px 15px;
        vertical-align: middle;
    }

    .table th {
        background-color: #9D6513;
        color: #ffffff
    }

.numbers-pag {
    font-size: 14px;
    opacity: .63;
    padding: 15px 0;
}

.pagination .page-link {
    font-size: 14px;
    color: #333537;
    padding: 6px 13px;
    border-radius: 3px;
    background-color: #F0EFF3;
    border-color: #F0EFF3
}

    .pagination .page-link:focus {
        box-shadow: none;
    }

.pagination .page-item {
    padding: 0 2px;
}

    .pagination .page-item:first-child {
        margin-right: 14px;
    }

        .pagination .page-item:first-child .page-link {
            padding: 6px 18px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff;
            height: 44px;
            line-height: 26px;
        }

    .pagination .page-item:last-child {
        margin-left: 14px;
    }

        .pagination .page-item:last-child .page-link {
            padding: 6px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff;
            height: 44px;
            line-height: 26px
        }

    .pagination .page-item[aria-current="page"] a, .pagination .page-item.active a {
        background-color: #fff !important;
        color: #000 !important;
        border-color: #D2D2D2 !important;
        height: 44px;
        line-height: 26px;
        cursor: pointer;
    }

    .pagination .page-item.active a {
        background-color: #9D6513 !important;
        color: #ffffff !important;
        border-color: #9D6513 !important;
        height: 44px;
        line-height: 26px;
        cursor: pointer;
    }

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.td-v-top td {
    vertical-align: top;
}

.table .btn {
    font-size: 14px;
}

.outer-box {
    margin: auto;
    width: 100%;
    max-width: 400px;
    color: #000000
}

    .outer-box h1 {
        font-size: 32px;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

        .outer-box h1 span {
            font-size: 22px;
            display: block;
            margin-bottom: 10px;
            font-weight: normal;
        }

.outer-box-header {
    margin-bottom: 45px;
}

    .outer-box-header p {
        font-size: 16px;
        color: #333537;
        opacity: .86;
        margin-bottom: 0;
        font-family: 'Messina Sans Book';
    }

.outer-box .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 5px;
    color: #000000
}

.modal {
    z-index: 9999
}

.modal-small .modal-body {
    padding: 40px 20px;
}

.modal-small .modal-footer {
    padding: 10px 20px 40px;
}

.modal-small h3 {
    font-size: 24px;
    color: #000000
}

.modal-small .modal-icon {
    margin-bottom: 40px;
}

.modal-small p {
    opacity: .68;
    font-size: 18px;
}

.modal-small .modal-dialog {
    max-width: 420px;
}

.modal .modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    border: 0;
    background: #F4F5F9;
    padding: 18px 30px;
}

    .modal-header h5 {
        color: #110358;
        font-size: 20px;
    }

.modal-dialog {
    max-width: 600px
}

.medium-modal .modal-body {
    padding: 20px 30px 40px;
}

.popover {
    z-index: 999999
}

.medium-modal.custom .modal-dialog {
    max-width: 550px
}

.view-list {
    display: block;
    margin-bottom: 20px;
}

    .view-list li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #F1F1F1;
        color: #000000;
        font-size: 16px;
    }

        .view-list li:first-child {
            padding-top: 0
        }

.video-mini {
    min-width: 34px;
    min-height: 34px;
    height: 34px;
    width: 34px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .video-mini img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .video-mini .playbtn {
        padding: 0;
        background-color: transparent;
        border: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 9
    }

    .video-mini:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #110358;
        opacity: 0.36;
        z-index: 8;
        left: 0;
        top: 0;
    }

.white-box .nav-tabs {
    margin: 0 -20px;
}

.nav-tabs {
    border-bottom: 1px solid #333537;
    padding: 0 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #ECE2D3 #ECE2D3 #ffffff;
        color: #000
    }

    .nav-tabs .nav-link {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background: #FCF9F9;
        color: #000;
        margin-right: 7px;
        padding: 8px 35px;
        border: 1px solid #ECE2D3;
    }

        .nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
            border: 1px solid #ECE2D3;
        }

.tab-content {
    padding: 15px 0
}

/*.ui-datepicker .ui-widget-header {
    border: 1px solid #110358;
    background: #110358;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    filter: invert(1);
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
    border: 1px solid #f0cc26;
    background: #f0cc26;
}*/

.footer {
    padding: 15px 25px 15px 30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #000000
}

    .footer p {
        margin-bottom: 0;
        font-weight: 300;
    }

        .footer p + p {
            margin-top: 5px;
        }

.videoupload_row select,
.cose_country select {
    padding-right: 30px;
}

.borderRadius {
    border-radius: 10px !important;
}

.white-box-header {
    background: #fff;
    border-radius: 0
}

.white-box {
    background: #fff;
}

.dashboardIcon {
    width: 40px;
    height: 40px;
}

.dashboardMap {
    height: 55vh;
}

    .dashboardMap iframe {
        border-radius: 10px;
        margin-top: 20px;
    }

.form-label small {
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

:focus {
    outline: none;
}

.mr-3 {
    margin-right: 15px;
}

.downloadBtn {
    padding: 3px 10px 8px 10px !important;
}

.inputIcon {
    position: absolute;
    top: 13px;
    left: 23px;
    /* margin-top: -17px; */
}

.formIcon {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

textarea.form-control.serviceDesHeight {
    min-height: 300px;
    resize: vertical;
}

.browseImg {
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.browImgBox {
    width: 100%;
    display: inline-block;
    border: 1px dashed #D2CABE;
    text-align: center;
    padding: 15px;
    min-height: 100px;
    color: #636363;
    font-size: 14px;
}

    .browImgBox i {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

.serviceUploadedImg {
    position: relative;
}

.imageRemove {
    position: absolute;
    top: -5px;
    right: -5px;
}

.list-group-item.active {
    z-index: 2;
    color: #110808;
    background-color: #FFFBF5;
    border-color: #D9D9D9;
}

.white-box-header h2 {
    font-size: 18px;
}

.inputHeight38 {
    height: 38px;
}

.list-group {
    border-radius: 0px;
}

.innerHeading {
    font-size: 16px;
    color: #9D6513;
    font-weight: 600;
}

.assignSerBox {
    border: 1px solid #ECE2D3;
    padding: 15px;
    margin-bottom: 15px;
}

.btn.btn-primary.btnBordered {
    border: 2px solid #9D6513;
    background: #fff !important;
    color: #9D6513 !important;
}

    .btn.btn-primary.btnBordered:hover {
        background: #9D6513 !important;
        color: #fff !important;
    }

.white-box .select2-container {
    max-width: 100%;
}

.white-box .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: none;
    outline: 0;
    background: #f5f5f5;
    border-radius: 0px;
    min-height: 38px;
}

.select2-container {
    font-size: 13px;
    line-height: 24px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ECE2D3;
    border: none;
    border-radius: 24px;
    padding-left: 9px;
    padding-right: 25px;
    color: #9D6513;
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #9D6513;
    border: none;
    border-right: none;
    color: #fff;
    font-size: 1.2em;
    right: 5px;
    left: auto;
    top: 3px;
    height: 18px;
    line-height: normal;
    border-radius: 30px;
    width: 18px;
    text-align: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #9d6513;
    color: white;
}

textarea.form-control.additionalInfoHeight {
    min-height: 120px;
}

.tableIconSize {
    width: 18px;
}

@media screen and (max-width: 1400px) {
    .overviewlinks .card-body-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .overviewlinks .d-heading {
        padding-top: 0;
    }

        .overviewlinks .d-heading span {
            margin-top: 2px;
        }
}

/*----05-12-22------------------*/

.supplier-enquiry-content .white-box-header {
    border-bottom: 1px solid #ECE2D4 !important;
}

.supplier-enquiry-content .timeline {
    border-left: 3px solid #F3EDE4;
    margin: 25px;
    position: relative;
    line-height: 1.4em;
    padding-left: 50px;
    list-style: none;
    text-align: left;
    margin-right: 0;
}

.supplier-enquiry-content .enq-msg {
    border-top: 1px solid #F3EDE4;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .supplier-enquiry-content .enq-msg:first-child {
        border-top: none;
        padding-bottom: 20px;
        padding-top: 0px;
    }

.supplier-enquiry-content .msg-id {
    position: absolute;
    left: -28px;
    height: 56px;
    width: 56px;
    background: #ECE2D3;
    border-radius: 50%;
    border: 1px solid #9D6513;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #9D6513;
    font-weight: 600;
}

.supplier-enquiry-content .enq-msg:nth-child(even) .msg-id {
    color: #000;
    background: #E6E6E6;
    border: 1px solid #141414;
}

.supplier-enquiry-content .msg-cont-main {
    width: 75%;
}

.supplier-enquiry-content .msg-cont h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.supplier-enquiry-content .msg-cont .dateandTime {
    color: #979797;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.supplier-enquiry-content .msg-cont .msg-main {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.supplier-enquiry-content .msg-cont-top {
    display: flex;
    padding-top: 5px;
}

.supplier-enquiry-content .btn-sent {
    border-color: #E5B42E;
    color: #fff !important;
    background: #E5B42E !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.supplier-enquiry-content .btn-approved {
    border-color: #85C92A;
    color: #fff !important;
    background: #85C92A !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.supplier-enquiry-content .btn-rejected {
    border-color: #D54141;
    color: #fff !important;
    background: #D54141 !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.supplier-enquiry-content .msg-cont-main p:last-child {
    margin-bottom: 0;
}

.added-pdf {
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    background: #F9F8F5;
    padding: 10px;
    line-height: 1;
    margin-top: 1rem;
    clear: both;
    width: auto;
    display: table;
}

    .added-pdf img, .comment-box label img {
        margin-right: .5rem;
    }

.supplier-enquiry-content .comment-box label {
    background-color: #F6F4EF;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 20px;
}

.supplier-enquiry-content .btn-send {
    background-color: #9D6513;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 40px;
    margin-left: auto;
}

    .supplier-enquiry-content .btn-send:hover {
        background-color: #9D6513;
        color: #fff;
    }

.supplier-enquiry-content .approvedQuote {
    border: 2px solid #9D6513;
    display: inline-flex;
    padding: 5px 15px;
    width: 170px;
    margin-top: 1rem;
}

    .supplier-enquiry-content .approvedQuote p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .supplier-enquiry-content .approvedQuote .amount {
        color: #9D6513;
        font-size: 18px;
        font-weight: 700;
    }

.supplier-enquiry-content .comment-box textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #D4D8DD;
    border-radius: 0px;
    height: 100px;
    padding: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #ECE2D3 !important;
}

    .nav-tabs .nav-link.active {
        font-weight: 600;
    }

    .nav-tabs .nav-link {
        margin-right: -1px;
    }

.detailsBox h4 {
    font-size: 17px;
    font-weight: 700;
    padding-left: 1.2rem;
}

.detailsBox {
    border: 1px solid #ECE2D3;
    padding: 15px;
    margin-top: 1rem;
}

    .detailsBox .detail_cont {
        display: flex;
        align-items: center;
        margin: 5px 0;
        max-width: 75%;
    }

        .detailsBox .detail_cont p {
            margin-bottom: 0;
            line-height: 1.2;
        }

    .detailsBox .description {
        border-left: 1px solid #ECE2D3;
        padding: 20px;
        font-size: 13px;
        height: 100%;
        margin-right: 10%;
    }

        .detailsBox .description h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 1rem;
        }

.service-b .detailsBox .detail_cont {
    max-width: 100%;
    margin: 10px 0;
}

    .service-b .detailsBox .detail_cont p {
        line-height: 1.5;
    }

.supplierInfo {
    background: #ECE2D3;
    padding: 10px 15px;
}

    .supplierInfo p {
        margin-bottom: 0;
    }

    .supplierInfo .right-cont {
        display: flex;
        margin-left: auto;
    }

        .supplierInfo .right-cont p {
            margin-left: 2rem;
        }

        .supplierInfo .right-cont img {
            margin-right: .5rem;
        }

.detail_cont p a, .description p a {
    color: #9D6513 !important;
    text-decoration: underline !important;
}

.SendQuote-popup.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

    .SendQuote-popup.overlay:target {
        visibility: visible;
        opacity: 1;
    }

.SendQuote-popup .popup {
    margin: 100px auto;
    background: #fff;
    border-radius: 0px;
    width: 540px;
    position: relative;
    transition: all 5s ease-in-out;
}

.SendQuote-popup .popup-header {
    background: #F4F5F9;
}

.SendQuote-popup .popup h2 {
    margin-top: 0;
    color: #333537;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 20px;
}

.SendQuote-popup .popup .close {
    position: absolute;
    top: 2px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #F54E4E;
}

    .SendQuote-popup .popup .close:hover {
        color: #f02a2a;
    }

.SendQuote-popup .popup-content {
    padding: 10px 20px;
}

    .SendQuote-popup .popup-content p {
        margin-bottom: 0.5rem;
        font-size: 14px;
    }

.SendQuote-popup .attach-file {
    background-color: #F6F4EF;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
}

    .SendQuote-popup .attach-file img {
        margin-right: .5rem;
    }

.SendQuote-popup .popup-content textarea {
    background: #F5F5F5;
    width: 100%;
    border: none;
    padding: 10px 15px;
    height: 130px;
}

.SendQuote-popup .popup-content input, .SendQuote-popup .popup-content select {
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 20px;
    width: 100%;
    border: none;
    background: #F5F5F5;
}

.SendQuote-popup .popup-content select {
    font-size: 16px;
    height: 45px;
    line-height: 2;
    padding: 5px 20px;
    width: 100%;
    border: none;
}

.SendQuote-popup .popup-footer {
    padding: 15px 20px;
    border-top: 1px solid #DEE2E6;
}

.SendQuote-popup .footer-btn {
    text-align: end;
}

.SendQuote-popup .cancel-btn {
    background: #E42C51 !important;
    border-color: #E42C51;
    color: #fff !important;
    box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important;
    margin-right: .5rem;
}

.enquiry-info p {
    margin-bottom: 0rem;
}

.enquiry-info .title {
    color: #434343;
    font-weight: 300;
}

.enquiry-info h3 {
    color: #9D6513;
    font-size: 18px;
    font-weight: 700;
}

.enquiry-info .detailsBox {
    margin-top: 0rem;
}

.enquiry-info {
    margin-bottom: 1.5rem;
}

.search-assign {
    position: relative;
    margin-bottom: 1rem;
}

    .search-assign i {
        position: absolute;
        right: 30px;
        top: 14px;
        font-size: 18px;
    }

.service-img img {
    width: 100%;
}

.service-header {
    display: flex;
    align-items: center;
}

    .service-header .edit-btns {
        margin-left: auto
    }

.add-btn {
    background: #459D13;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: .5rem;
}

.remove-btn {
    background: #D54141;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.introImgBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #D2CABE;
    text-align: center;
    padding: 15px;
    min-height: 240px;
    font-size: 14px;
}

.proposal-intro textarea {
    border: 1px solid #D4D8DD;
    background: #fff;
    height: 100%;
}

.add-servives {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #9D6513;
    text-align: center;
    padding: 15px;
    min-height: 65px;
    font-size: 14px;
    font-weight: 600;
    color: #9D6513;
    text-transform: uppercase;
}

.btn-pdf {
    border-color: #9D6513;
    color: #9D6513 !important;
    box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important;
    background: #fff !important;
}

.proposal-endbtn a {
    margin-left: .5rem;
    padding: 10px 25px;
    font-weight: 600;
}

.assign-btn {
    border: 1px solid #9D6513;
    color: #9D6513;
    font-weight: 600;
    padding: 2px 15px;
    text-transform: uppercase;
    cursor: pointer;
    white-space:nowrap;
}

.status_yellow {
    color: #F1CF1F;
    font-weight: 600;
}

.status_red {
    color: #E94E4E;
    font-weight: 600;
}

.status_green {
    color: #4BA54B;
    font-weight: 600;
}

.status_lightBrown {
    color: #9D6513;
    font-weight: 600;
}

.status_blue {
    color: #4B54A5;
    font-weight: 600;
}

.status_darkRed {
    color: #c40700;
    font-weight: 600;
}

.status_orange {
    color: #fb8e00;
    font-weight: 600;
}

.status_skyBlue {
    color: #1cb1d8;
    font-weight: 600;
}

.status_brown {
    color: #47350B;
    font-weight: 600;
}

.msg-img img {
    height: 24px;
}

.msg-img {
    position: relative;
}

    .msg-img span {
        position: absolute;
        left: 35%;
        top: 8%;
        font-size: 12px;
        font-weight: 700;
    }

.create-icon {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.edit-icon img {
    height: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#send-proposal .popup-content p {
    font-size: 18px !important;
}

#send-proposal .added-pdf {
    margin-top: 0rem;
}

#send-proposal.SendQuote-popup .popup-content textarea {
    margin-bottom: 1rem;
}

.back-page {
    font-size: 14px;
    color: #000;
    background: #FCF9F9;
    padding: 10px;
    line-height: 1;
    margin-bottom: 1rem;
}

    .back-page img {
        margin-right: 0.5rem;
        width: 18px;
    }

.edit-btn {
    border: 1px solid #9D6513;
    padding: 3px 15px;
}

.brown_box {
    color: #9D6513;
    background: #FFF1DC;
    border-radius: 5px;
    font-weight: 600;
    padding: 4px 12px;
    display: unset;
}

.green_box {
    color: #4BA54B;
    background: #E3F9E3;
    border-radius: 5px;
    font-weight: 600;
    padding: 4px 12px;
    display: unset;
}

.blue_box {
    color: #4B54A5;
    background: #E3F1F9;
    border-radius: 5px;
    font-weight: 600;
    padding: 4px 12px;
    display: unset;
}

.red_box {
    color: #D54141;
    background: #FAD4D4;
    border-radius: 5px;
    font-weight: 600;
    padding: 4px 12px;
    display: unset;
}

.btn-rem {
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background: #9D6513;
}

.btn-rem-green {
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    background: #55A855;
}

    .btn-rem:hover, .btn-rem-green:hover {
        color: #fff;
    }

.rem-icon {
    height: 11px;
    width: 11px;
    margin-right: 2px;
}

.booking-doc {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.note_heading {
    font-size: 16px;
    font-weight: 600;
}

.note_content {
    font-size: 14px;
    width: 85%;
    line-height: 1.2;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem !important;
}

.note_heading span {
    font-size: 13px;
}

.a_show {
    color: #9D6513;
    font-size: 11px
}

.notes_div {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ECE2D3;
}

    .notes_div:last-child {
        border-bottom: none;
    }

.pdf_content {
    text-decoration: underline;
}

    .pdf_content img {
        margin-right: .5rem;
    }

.booking-checkbox {
    display: flex;
}

    .booking-checkbox label {
        font-size: 13px;
        font-weight: 600;
    }

    .booking-checkbox input {
        height: 17px !important;
        width: 17px !important;
        margin-right: 0.5rem;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #9D6513;
}

input:focus + .slider {
    box-shadow: 0 0 1px #9D6513;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.act_wid {
    float: left;
    min-width: 60px;
}

.browse-btn {
    background: #F5F5F5;
    padding: 3px 18px;
    line-height: 1.7;
    font-size: 14px;
}

.status_box label {
    font-size: 14px;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 0;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item label {
        color: #666;
        font-weight: normal;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 1px solid #434343;
            background-color: transparent;
        }

    .radio-item input[type=radio]:checked + label:before {
        border: 1px solid #9D6513;
    }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 9px;
        left: 10px;
        content: " ";
        display: block;
        background: #9D6513;
    }

.fc .fc-button-primary {
    background-color: #9D6513 !important;
    border-color: #9D6513 !important;
}

    .fc .fc-button-primary.fc-button-active {
        background-color: #87560F !important;
        border-color: #87560F !important;
    }

.fc-button-active {
    background-color: #87560F !important;
}

.fc .fc-button {
    border-radius: 23px !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.fc .fc-toolbar-title {
    font-size: 24px !important;
    float: left;
    margin-right: 0.3em !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #ECE2D3 !important;
}

.fc-theme-standard th {
    background-color: #9D6513;
    color: #fff;
    line-height: 2.5;
    font-size: 16px;
    font-weight: 500;
}

.fc .fc-daygrid-day-number {
    color: #000000;
    padding: 4px 10px !important;
}

.fc-h-event {
    /*border: 1px solid #55A855 !important;
    background-color: #55A855 !important;*/
    font-size: 11px !important;
    padding: 2px 10px !important;
    border-radius: 20px !important;
}

/*.fc-daygrid-event-harness:nth-child(3n-1) .fc-h-event {
    border: 1px solid #E55252 !important;
    background-color: #E55252 !important;
}

.fc-daygrid-event-harness:nth-child(3n) .fc-h-event {
    border: 1px solid #AA6B10 !important;
    background-color: #AA6B10 !important;
}*/

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 5px !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 5px !important;
}

.fc .fc-daygrid-event {
    margin-bottom: 2px !important;
}

.fc .fc-button {
    padding: 0.4em 1.5em !important;
    text-transform: capitalize !important;
}

/* .fc-direction-ltr .fc-button-group>.fc-button.fc-button-active:not(:last-child){
  border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
} */
.fc-button.fc-today-button {
    border: 1px solid #9D6513;
    background-color: #fff !important;
    color: #9D6513 !important;
}

.fc .fc-button.fc-prev-button, .fc .fc-button.fc-next-button {
    padding: 0.1em 0.15em !important;
    float: left;
}

.fc-direction-ltr {
    margin-top: 1rem;
}

.calendar_box h1 {
    margin-right: 2rem;
}

.cal_event {
    display: flex;
    align-items: center;
    margin-top: .7rem;
}

.event_boxes {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

    .event_boxes p {
        margin-bottom: 0;
        font-size: 11px;
    }

.event_box {
    height: 16px;
    width: 16px;
    background: #55A855;
    display: block;
    margin-right: .2rem;
}

.event_box_green {
    background: #55A855;
}

.event_box_red {
    background: #E55252;
}

.event_box_brown {
    background: #AA6B10;
}
/* Enquiry status by developer */

.status_InProgress {
    color: #F1CF1F;
    font-weight: 600;
}

.status_New {
    color: #E94E4E;
    font-weight: 600;
}
.status_BookingInitiated {
    color: #4BA54B;
    font-weight: 600;
}

.status_green {
    color: #4BA54B;
    font-weight: 600;
}

.status_lightBrown {
    color: #9D6513;
    font-weight: 600;
}

.status_blue {
    color: #4B54A5;
    font-weight: 600;
}

.status_darkRed {
    color: #c40700;
    font-weight: 600;
}

.status_orange {
    color: #fb8e00;
    font-weight: 600;
}

.status_ManagerAssinged {
    color: #1cb1d8;
    font-weight: 600;
}

.status_brown {
    color: #47350B;
    font-weight: 600;
}

/* Date Picker css*/

.ui-widget.ui-datepicker {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    border: 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 7px;
}

.ui-widget-header {
    background: #fff;
    border: 0;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
}

.ui-datepicker-title select {
    background: #fff;
    border: solid 1px #bbb;
    margin: 0 3px !important;
    padding: 0 4px;
    font-size: 14px !important;
    border-radius: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #fff;
    border: 1px solid #ededed;
}

    .ui-state-default, .ui-widget-content .ui-state-default:hover {
        border-color: #999
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #fff007
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #9D6513;
    color: white !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 2px !important
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important
}

.width-date-filter {
    width: 125px;
}

/*-----29-12-2022-----------*/
.btnBlogView {
    display: inline-block !important;
    width: 100% !important;
}

.approvedQuoteLeft {
    float: left;
}

.approvedQuoteRight {
    float: right;
    padding-top: 6px;
}

.iconViewAll a {
    margin-right: 10px;
}

.btn.btn-primary.declineQuote {
    background: #D54141 !important;
    border: none !important;
}

.btn.btn-primary.acceptQuote {
    background: #73B41F !important;
    border: none !important;
}

.btn.btn-primary.reserveQuote {
    background: #9D6513 !important;
    border: none !important;
}

.supplier-enquiry-content .btn-reserved {
    border-color: #986400;
    color: #fff !important;
    background: #986400 !important;
    text-transform: capitalize;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    margin-left: auto;
}

.customerAttchemnt {
    background-color: #F6F4EF;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    height: 45px;
    line-height: 2;
    padding: 6px 6px;
}

.mx-w_none {
    max-width: inherit;
}

.close-btn {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #D54141;
    text-shadow: 0 1px 0 #fff;
    border: 0px;
}

.urosign {
    position: relative;
}

    .urosign .form-control {
        padding-left: 40px;
    }

    .urosign:after {
        position: absolute;
        left: 17px;
        content: "£";
        top: 8px;
        font-weight: bold;
    }

.fileUploadWrap {
    padding-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.fileuptext {
    display: inline-block;
    background: #FFF9EF;
    padding: 5px 10px;
}

.fileUploadWrap img {
    cursor: pointer;
    pointer-events: none;
    width: 16px;
    top: 50%;
}

.fileUploadWrap .fileName {
    margin-left: 10px;
}

.fileUploadWrap input[type=file] {
    margin-left: 0px;
    opacity: 0;
    position: absolute;
}

/*---*/
.fileUploadWrap_grey {
    position: relative;
    display: flex;
    align-items: center;
    background: #F5F5F5
}

    .fileUploadWrap_grey .fileuptext {
        display: inline-block;
        background: #e3e3e3;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .fileUploadWrap_grey img {
        cursor: pointer;
        pointer-events: none;
        width: 16px;
        top: 50%;
    }

    .fileUploadWrap_grey .fileName {
        margin-left: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .fileUploadWrap_grey input[type=file] {
        margin-left: 0px;
        opacity: 0;
        position: absolute;
    }

/*Step From NewCss-03-01-2022---------------------------------*/

.whiteBoxView h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.blackBtn {
    background: #000 !important;
    border-color: #000;
}

.displayblock {
    display: block;
}

.slid-number {
    float: right;
    font-size: 14px;
    color: #9D6513;
    font-weight: 400;
}

.cont-mid-box {
    max-width: 100%;
    width: 550px;
    margin: auto;
    display: flow-root;
}

.input-box {
    position: relative;
    margin-bottom: 5px;
}

    .input-box span {
        position: absolute;
        top: 8px;
        left: 14px;
    }

.addIconBlog {
    float: right;
}

.list-groupBox {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.form-check-inputimg[type="checkbox"]:checked {
    background-color: #9D6513;
    border-color: #9D6513;
    background-image: url('../assets/images/check.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.customCheckbox .form-check-inputimg {
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute;
}

    .customCheckbox .form-check-inputimg[type="checkbox"] + .form-check-label {
        background: #fff;
        width: 100%;
        box-shadow: 0 0 5px #e4e4e4;
        padding: 10px;
        border: 1px solid #fff;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
    }

    .customCheckbox .form-check-inputimg[type="checkbox"]:checked + .form-check-label {
        background: #FFF4E5;
    }

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.number-tickets-box {
    border: 1px solid #eee;
    padding: 10px;
}

.number-ticket-title {
    float: left;
    padding-top: 10px;
    font-size: 13px;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: right;
}

    .qty-container .qty-btn-minus {
        margin-right: -1px;
    }

    .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
        border: 1px solid #d4d4d4;
        padding: 10px 13px;
        font-size: 10px;
        height: 38px;
        width: 38px;
        transition: 0.3s;
    }

    .qty-container .input-qty {
        text-align: center;
        padding: 10px 10px;
        border: 1px solid #d4d4d4;
        max-width: 80px;
        height: 38px;
    }

    .qty-container .qty-btn-plus {
        margin-left: -1px;
    }

    .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
        border: 1px solid #d4d4d4;
        padding: 10px 13px;
        font-size: 10px;
        height: 38px;
        width: 38px;
        transition: 0.3s;
    }

.interests-title {
    font-size: 14px;
    padding: 15px 10px !important;
    display: inline-block !important;
    text-align: center;
    color: #000;
    padding: 5px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-top: none;
}

.interests-blog .form-check-inputimgCheck[type="checkbox"]:checked + label::before {
    background-color: rgba(157, 101, 19, 0.5);
    padding: 0px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interests-blog .form-check-inputimgCheck[type="checkbox"]:checked + label::after {
    background: url('../assets/images/select_check.svg') no-repeat !important;
    padding: 0px;
    position: absolute;
    content: "";
    top: 30%;
    left: 40%;
    width: 40px;
    height: 40px;
    margin: -5px -5px 0 0;
}

.interests-img img {
    width: 100%;
    height: 75px;
    object-fit: cover;
}

.form-check-inputimgCheck[type="checkbox"]:checked {
    background-color: #9D6513;
    border-color: #9D6513;
    background-image: url('../assets/images/check.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.customCheckbox .form-check-inputimgCheck {
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute;
}

    .customCheckbox .form-check-inputimgCheck[type="checkbox"] + .form-check-label {
        background: #fff;
        width: 100%;
        box-shadow: 0 0 5px #e4e4e4;
        border: 1px solid #fff;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .customCheckbox .form-check-inputimgCheck[type="checkbox"]:checked + .form-check-label {
        background: #FFF4E5;
    }

.lp-40 {
    padding-left: 40px;
}

.detailsBox.hiddenBox .row, .detailsBox.hiddenBox .service-header h3 {
    opacity: 0.4;
    pointer-events: none;
}
/*09-JAN-2023*/
.arrow_box {
    background: #fff;
    border: 2px solid #9d6513;
    border-radius: 5px 5px 5px 1px;
    height: 22px;
    position: relative;
    width: 28px;
}

    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 3px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #fff;
        border-width: 4px;
        margin-left: -4px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #9d6513;
        border-width: 6px;
        margin-left: -6px;
        border-radius: 10px;
    }

    .arrow_box span {
        font-size: 12px;
        padding: 1px 1px;
        min-width: 24px;
        display: inline-block;
        text-align: center;
        position: absolute;
        left:0px;
    }

.msg-cont-top span.btn {
    cursor: default !important;
    opacity: 100% !important;
}

.chatBlogBtnBox {
    margin-left: auto
}

.marginInitial {
    margin-left: initial
}

.backChatBtn {
    padding: 9px;
    margin-right: 15px;
    display: inline-block;
}

    .backChatBtn img {
        width: 14px;
        margin-right: 2px;
    }

.comment-box {
    background: #f4f5f9;
    padding: 12px;
}

.enq-msg ul {
    margin: 0;
    padding: 0;
    list-style-type: disc !important;
}

.Service_Confirm_Status {
    border: 1px solid #d5f2b0;
    padding: 5px 15px;
    font-size: 14px;
    color: #73B41F !important;
}

.Service_Decline_Status {
    border: 1px solid #ffe4e4;
    padding: 5px 15px;
    font-size: 14px;
    color: #ff3434 !important;
}

.serviceActionBtn {
    margin-top: -2px;
    margin-right: 3px;
}

.fc-widget-header table thead tr th {
    background: #9d6513;
    color: #fff; padding:5px
}

.fc-right .fc-state-default {
    border: 1px solid;
    background-color: #9D6513 !important;
    background-image: -moz-linear-gradient(top,#9D6513,#9D6513) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9D6513),to(#9D6513)) !important;
    background-image: -webkit-linear-gradient(top,#9D6513,#9D6513) !important;
    background-image: -o-linear-gradient(top,#9D6513,#9D6513) !important;
    background-image: linear-gradient(to bottom,#9D6513,#9D6513) !important;
    background-repeat: repeat-x;
    border-color: #9D6513 #9D6513 #9D6513 !important;
    border-color: none;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

    .fc-right .fc-state-default.fc-state-active {
        border: 1px solid;
        background-color: #8b580e !important;
        background-image: -moz-linear-gradient(top,#8b580e,#8b580e) !important;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#8b580e),to(#8b580e)) !important;
        background-image: -webkit-linear-gradient(top,#8b580e,#8b580e) !important;
        background-image: -o-linear-gradient(top,#8b580e,#8b580e) !important;
        background-image: linear-gradient(to bottom,#8b580e,#8b580e) !important;
        background-repeat: repeat-x;
        border-color: #8b580e #8b580e #8b580e !important;
        border-color: none;
        color: #fff !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .fc-right .fc-state-default:focus, .fc-right .fc-state-default:hover {
        border: 1px solid;
        background-color: #8b580e !important;
        background-image: -moz-linear-gradient(top,#8b580e,#8b580e) !important;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#8b580e),to(#8b580e)) !important;
        background-image: -webkit-linear-gradient(top,#8b580e,#8b580e) !important;
        background-image: -o-linear-gradient(top,#8b580e,#8b580e) !important;
        background-image: linear-gradient(to bottom,#8b580e,#8b580e) !important;
        background-repeat: repeat-x;
        border-color: #8b580e #8b580e #8b580e !important;
        border-color: none;
        color: #fff !important;
        text-shadow: none !important;
        box-shadow: none !important;
        opacity: 100;
    }

.fc-left .fc-prev-button, .fc-left .fc-next-button {
    border: 1px solid;
    background-color: #9D6513 !important;
    background-image: -moz-linear-gradient(top,#9D6513,#9D6513) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9D6513),to(#9D6513)) !important;
    background-image: -webkit-linear-gradient(top,#9D6513,#9D6513) !important;
    background-image: -o-linear-gradient(top,#9D6513,#9D6513) !important;
    background-image: linear-gradient(to bottom,#9D6513,#9D6513) !important;
    background-repeat: repeat-x;
    border-color: #9D6513 #9D6513 #9D6513 !important;
    border-color: none;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important; margin-right:8px !important
}






.fc-button-group .fc-agendaDay-button:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.fc-button-group .fc-agendaWeek-button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.fc-button-group .fc-month-button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fc-button-group .fc-prev-button {
    border-radius: 23px !important;
    
}
.statusIcon {
    width: 22px;
}

.viewIcons {
    min-width: 22px
}

.tab-content p {
    word-wrap: break-word;
    width: 100%;
    display: inline-block;
}


.table tr td:last-child img {
    width: 16px;
}


.ui-icon-searchfield::after {
    left: 173px !important;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.contactSupMsgBox {
    background: #9d6513;
    padding:5px 10px;
    color:#fff;
}

.ra_btns {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff !important;
}
    .ra_btns.rejectbtn {
        background: #D54141;
    }

    .ra_btns.approvebtn {
        background: #73B41F;
    }

    .ra_btns.rejectbtn:hover {
        background: #b73636;
    }

    .ra_btns.approvebtn:hover {
        background: #609719;
    }

    .ra_btns.approvebtn.themeColorBtn {
        background: #9D6513;
    }

        .ra_btns.approvebtn.themeColorBtn:hover {
            background: #8d5b0f;
        }

.contactSupMsgBox div .form-check-input[type=checkbox]:checked {
    border-color: #ffffff;
}

.cusMsgCount {
    background: #d41f12;
    color: #fff;
    padding: 2px 5px;
    line-height: 14px;
    position: relative;
    border-radius: 12px;
    font-size: 11px;
    top: -6px;
}

.customCheckbox .blox-check img {
    height: 23px;
    margin: 5px 0 5px 0;
}
.customCheckbox p {
    margin-bottom:5px;
}

