﻿:root {
    --dark: #112540;
    --white: #fff;
    --darkblue: #132a4a;
    --yellow: #fdca33;
    --grey: #f8f8fa;
    --greybtn: #757c8e;
    --darkgrey: #363525;
    --tblborder: #d6d6d8;
    --bggrey: #d7dae3;
    --bodybg: #f9f9f9;
    --navbg: #10243f;
    --LeftNavlinkColor: #dee6ed;
    --red: #e2453c;
    --b-radius-4: 4px !important;
    /*Amit*git-change-Date--24-DEC-2021--Time:15:cxcxcxcxc*****11111***/
}
/*focus-visible*/
input:focus-visible, a:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
    outline: 0px !important;
}
/* focus */
button:focus {
    outline: 0px !important;
}

.bootstrap-tagsinput .badge {
    white-space: initial !important;
    text-align: left !important;
    word-break: break-all;
}

input::-moz-placeholder {
    color: inherit;
}

.intl-tel-input .country-list {
    z-index: 999 !important;
}

.bodybg {
    background-color: var(--bodybg);
}
/** top section start **/
.topHeadLink {
    background: var(--dark);
}

    .topHeadLink.white {
        background: var(--white);
        box-shadow: 2px 2px 2px rgb(227 227 227);
    }

.logo {
    padding: 16px 0px;
    display: block;
}

    .logo img {
        width: 185px;
    }

a.logo:focus-visible {
    outline: 0px !important;
}

.navLink {
    display: block;
}

.flex-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.navLink ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
}

    .navLink ul li {
        padding: 0px 15px;
    }

        .navLink ul li a {
            text-decoration: none;
            color: var(--white);
            display: block;
            padding: 5px 8px;
        }

.topHeadLink.white .navLink ul li a {
    color: var(--dark);
}

.navLink.right ul li {
    padding: 0px 8px;
}

    .navLink.right ul li a {
        padding: 2px 4px;
    }

        .navLink.right ul li a span.flag {
            margin-right: 5px;
            margin-top: -2px;
            float: left;
        }

        .navLink.right ul li a.cart {
            border: solid 1px var(--white);
            width: 28px;
            text-align: center;
            border-radius: 5px;
        }
/** top section end **/
.pageSection {
    display: flex;
}
/***** leftNavsection start*******/
.leftNavsection {
    width: 250px;
    background-color: var(--navbg);
    min-height: calc(100vh - 61px);
    padding: 20px 0px;
}

    .leftNavsection > ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .leftNavsection > ul > li {
            display: block;
            padding: 2px 0px;
        }

            .leftNavsection > ul > li > a {
                text-decoration: none;
                color: var(--LeftNavlinkColor);
                position: relative;
                padding: 8px 20px 20px;
                margin: 5px 0px 10px;
                display: block;
                font-size: 14.7px;
            }

            .leftNavsection > ul > li.active > a {
                color: var(--yellow);
            }

                .leftNavsection > ul > li.active > a::before {
                    content: "";
                    width: 4px;
                    height: 100%;
                    background-color: var(--yellow);
                    position: absolute;
                    top: 0px;
                    left: 0px;
                }

            .leftNavsection > ul > li.dropdownmenu > a::after {
                content: "\f282";
                font-family: bootstrap-icons !important;
                margin-left: 15px;
                position: absolute;
                top: 12px;
                /*font awesome 5*/
                /* content: '\f078';    
                  font-family: 'Font Awesome 5 Free';
                  font-weight: 900;
                  margin-left: 15px;
                  position: absolute;
                  top: 15px; */
            }

            .leftNavsection > ul > li.dropdownmenu.active > a::after {
                content: "\f286";
                font-family: bootstrap-icons !important;
                margin-left: 15px;
                position: absolute;
                top: 10px;
            }

            .leftNavsection > ul > li > ul {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
                display: none;
                margin-left: 22px;
                margin-top: -20px;
            }

                .leftNavsection > ul > li > ul li:hover {
                    background-color: #fff;
                    color: #ffc107;
                }

                    .leftNavsection > ul > li > ul li:hover a {
                        color: #000;
                    }

                .leftNavsection > ul > li > ul > li > a {
                    color: #a8aaad;
                    text-decoration: none;
                    padding: 2px 0px 10px 40px;
                    display: block;
                    font-size: 14.7px;
                }

                .leftNavsection > ul > li > ul > li:last-child > a {
                    padding-bottom: 10px !important;
                }

                .leftNavsection > ul > li > ul > li > a.active {
                    color: var(--white);
                }

.s_subMenuActive {
    color: var(--yellow) !important;
}

.ad_event {
    width: 100%;
    float: left;
}

.divHeader {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

    .divHeader > .h1 {
        font-size: 24px;
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        padding-bottom: 10px;
        margin-top: 5px;
    }

        .divHeader > .h1:before {
            content: '';
            background-color: #f79f3b;
            width: 118px;
            height: 3px;
            position: absolute;
            bottom: -2px;
        }

.welcome__text {
    float: right;
    margin-top: 15px;
    margin-right: 25px;
}
/***** leftNavsection end*******/
/***** right page section start*******/
.rightPageSection {
    width: calc(100vw - 250px);
    min-height: calc(100vh - 61px);
    padding: 0px 40px;
}

.pageTab {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .pageTab > li > a {
        text-decoration: none;
        padding: 8px 15px;
        border-radius: 5px;
        display: block;
        color: var(--dark);
        font-weight: 600;
    }

        .pageTab > li > a.active {
            background-color: var(--yellow);
        }

.Pr_Accordian {
    display: block;
}

    .Pr_Accordian > .ac_Head {
        background-color: var(--bggrey);
        padding: 15px 41px 15px 15px;
        border-radius: 5px;
        font-size: 1.1rem;
        color: var(--darkblue);
        font-weight: 600;
        position: relative;
        cursor: pointer;
    }

        .Pr_Accordian > .ac_Head::after {
            content: "\f282";
            font-family: bootstrap-icons !important;
            position: absolute;
            top: 15px;
            right: 20px;
        }

        .Pr_Accordian > .ac_Head.active::after {
            content: "\f286";
        }

.lite-yellow {
    background-color: #ffc107c9 !important;
}

.Pr_Accordian > .ac_Body {
    padding: 15px 0px;
    display: none;
}
/***** right page section end*******/
/** midsection login start **/
.midSection {
    display: block;
}

    .midSection .container > .row {
        min-height: calc(100vh - 103px);
    }

.row.align-items-center.login-form-center {
    display: flex;
    flex-direction: column;
}

.loginForm .userIcon {
    text-align: center;
    display: block;
    margin: 15px 0px 10px;
}

    .loginForm .userIcon img {
        width: 35%;
    }

.loginForm .welcomeText {
    text-align: center;
    color: var(--darkblue);
    margin-bottom: 25px;
}

    .loginForm .welcomeText h2 {
        margin-bottom: 0px;
    }

.loginForm .formInput {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .loginForm .formInput.mb0 {
        margin-bottom: 0px;
    }

    .loginForm .formInput label {
        position: absolute;
        pointer-events: none;
        left: 20px;
        top: 17px;
        transition: 0.3s;
    }

    .loginForm .formInput.active label {
        top: -12px;
        background: #fff;
        padding: 0px 5px;
        left: 10px;
    }

    .loginForm .formInput input {
        border: solid 2px var(--darkblue);
        width: 100%;
        border-radius: var(--b-radius-4);
        padding: 15px 20px;
    }

    .loginForm .formInput .submit {
        background-color: var(--yellow);
        width: 100%;
        border-radius: var(--b-radius-4);
        padding: 15px 15px;
        border: none;
        color: var(--darkblue);
        font-weight: 600;
    }

.forgotPassword {
    color: var(--darkblue);
    display: inline-block;
    margin: 5px 0px 20px;
    text-decoration: none;
}

    .forgotPassword:hover {
        text-decoration: underline;
        color: var(--darkblue);
    }
/** midsection login end **/
/** dashboard page start **/
.tableView {
    display: block;
}

    .tableView table {
        width: 100%;
        border-collapse: collapse;
    }

        .tableView table th {
            font-size: 16px;
            padding: 18px 5px;
            text-align: left;
        }

        .tableView table td {
            font-size: 14px;
            padding: 18px 5px;
            text-align: left;
            vertical-align: middle;
            border-bottom: solid 1px var(--tblborder);
        }
.tabrpt-sec{margin-top:20px}
.tabrpt-sec table td, .tabrpt-sec table th {
    padding: 0.5rem !important;
}
.tabrpt-sec table th {
    background: #0f223c;
    color: #fff
}
.dmosec-sec .demo-section {
    background: #fff;
    border-radius: 15px;
    overflow: hidden; padding: 15px
}
.tabrpt-seclst tbody tr:last-child{
    background: #ffc107; font-weight:700
}

/** dashboard page end **/
/**form start**/
.stepsUl {
    display: flex;
    list-style-type: none;
    margin: 30px 0px;
    padding: 0px;
    justify-content: space-between;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--greybtn);
    position: relative;
}

    .stepsUl li:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 33.33%;
        border-top: dashed 2px #c7c3c3;
        top: 30px;
        margin-left: 4px;
        z-index: 8;
    }

    .stepsUl.twoDots li:before {
        width: 50% !important;
    }

ul.stepsUl.twoDots.ticDetail li {
    width: 50%;
}

ul.stepsUl.ticDetail li {
    width: 33.33%;
    text-align: center;
}

.stepsUl li.active:before {
    border-top: dashed 2px var(--greybtn);
}

.stepsUl li:last-child::before {
    display: none;
}

.stepsUl li .icon {
    display: block;
    text-align: center;
    position: relative;
    z-index: 9;
}

    .stepsUl li .icon .iconImg {
        display: inline-block;
        width: 60px;
        height: 60px;
        /* background-color: var(--greybtn);
  border-radius: 80%; */
    }

        .stepsUl li .icon .iconImg img {
            max-height: 100%;
        }

.stepsUl li .text {
    font-size: 17px;
    margin-top: 5px;
}

.stepsUl.ticDetail li:before {
    border-top: solid 2px #c7c3c3;
    pointer-events: none;
}

.stepsUl.ticDetail li.active:before {
    border-top: solid 2px var(--dark);
    pointer-events: none;
}

.stepsUl.ticDetail li .text {
    padding-top: 35px;
    position: relative;
    text-transform: capitalize;
}

    .stepsUl.ticDetail li .text > a {
        position: relative;
    }

        .stepsUl.ticDetail li .text > a::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 40px;
            top: -40px;
            left: 50%;
            margin-left: -17px;
        }

.stepsUl.ticDetail li:before {
    top: 20px;
}

.stepsUl.ticDetail li .text:before {
    content: "";
    width: 20px;
    height: 20px;
    border: solid 2px #c7c3c3;
    border-radius: 90%;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    background: #fff;
    z-index: 9;
    top: 5px;
    pointer-events: none;
}

.stepsUl.ticDetail li .text:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--dark);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 9;
    top: 9px;
    display: none;
    pointer-events: none;
}

.leftNavsection img {
    width: 20px;
    height: 20px;
}

.stepsUl.ticDetail li.active .text:after {
    display: block;
}

.stepsUl.ticDetail li.active .text:before {
    border: solid 2px var(--dark);
}

.stepsUl li .text {
    font-size: 18px;
}

.form {
    padding: 40px 0px;
}

    .form .formInput,
    .form .formSelect {
        display: inline-block;
        position: relative;
        margin-bottom: 35px;
        width: 100%;
    }

        .form .formSelect > label {
            padding-left: 20px;
            padding-bottom: 5px;
        }

        .form .formInput.mb0 {
            margin-bottom: 0px;
        }

        .form .formInput label {
            position: absolute;
            pointer-events: none;
            left: 20px;
            top: 8px;
            transition: 0.3s;
        }

        .form .formInput.active label {
            top: -12px;
            background: var(--bodybg);
            padding: 0px 5px;
            left: 10px;
            z-index: 1;
        }

        .form .formInput label span.text-danger {
            position: unset;
            margin: -3px;
        }

        .form .formInput.active label span.text-danger {
            position: relative;
            top: 0px;
            left: 0px;
        }

        .form .formInput input,
        .form .formInput textarea {
            border: solid 2px var(--darkblue);
            width: 100%;
            border-radius: var(--b-radius-4);
            padding: 6px 14px;
            background: var(--bodybg);
        }

        .form .formInput.inputDateTime.active input {
            /*top:-15px !important;*/
        }

        .form .formInput.inputDateTime.active label, .form .formInput.inputDateTime label {
            top: -6px !important;
            background: var(--bodybg) !important;
            padding: 0px 5px !important;
            left: 10px !important;
            font-size: 12px;
            border-radius: 10px
        }

    .form .formButton button, .form .formButton a {
        display: inline-block;
        position: relative;
        margin-bottom: 35px;
    }

.btnsection.d-flex.flex-left {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.inputRadio.ml-20 {
    margin-left: 20px;
}

.inputRadio {
    display: inline-block;
    margin-bottom: 35px;
    width: 100%;
}

.formLabel {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

/*------------------------------- error span style end ---------------------*/
.error.active span.error-above {
    top: -30px;
    z-index: 124;
}

#divdwnshowType span.error-above, .error-above {
    top: -23px !important;
}


/*#EditTime span.error-above, .error-above {
    width: 245px;
}*/


#EditTime span.error-above {
    width: 245px;
}

.error-above {
    width: 100%;
}

.ui-timepicker-standard .ui-menu-item {
    text-align: left;
    font-size: 14px;
    padding-left: 6px !important;
}

.error span.error-above {
    position: absolute;
    top: -26px;
    left: 1px;
    z-index: 124;
    display: block;
}

span.error-above, .error-above {
    color: #ef3e38;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 7px;
    font-weight: 700;
    background-color: #28e52894;
    padding: 0px 10px;
    z-index: 0;
    transition: 0.3s;
    display: none;
}

.error-red {
    color: #ef3e38;
}

span.error-above.bg-red {
    color: #f9f9f9 !important;
    background-color: #ef3e38 !important;
    padding: 0px 5px !important;
}
/*------------------------------------------- error span style end --------------*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--darkblue) !important;
    background-color: var(--darkblue) !important;
}

.custom-control-label::before {
    border: var(--yellow) solid 1px;
}
/*btn button*/
.btnsection .btn {
    margin-bottom: 5px !important;
}

.btnsection .btn {
    margin-bottom: 5px !important;
}

.btn-group.show.left .dropdown-menu.show {
    transform: translate3d(-121px, 38px, 0px) !important;
}

.btn-elips, .btn-elips:focus {
    border-radius: 4px !important;
}

/*multisect*/
span.multiselect-native-select {
    position: relative;
    width: 100%;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

button.multiselect.dropdown-toggle.custom-select.text-center {
    width: 100%;
    text-align: left !important;
    border: 2px solid var(--darkblue) !important;
    height: calc(1.5em + 0.85rem + 2.4px) !important;
    width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.multiselect-option.dropdown-item {
    white-space: nowrap;
    width: calc(100% - 0px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-option:hover {
    background-color: #1e90ff !important;
}*/
.multiselect-container .multiselect-all:focus, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-option:hover {
    background-color: #1e90ff !important;
}

span.multiselect-selected-text {
    text-align: left !important;
    width: 100%;
}

.multiselect-container.dropdown-menu {
    width: 100%;
}

.multiselect-native-select .btn-group.custom-select:focus {
    border: 2px solid var(--darkblue) !important;
}

.multiselect-native-select .btn-group.custom-select {
    border: 2px solid var(--darkblue) !important;
    height: calc(1.5em + 0.85rem + 2.4px) !important;
}

.multiselect-container.dropdown-menu.show {
    border-color: var(--darkblue) !important;
    max-height: 200px;
    overflow: auto;
}

    .multiselect-container.dropdown-menu.show input {
        width: 17px;
        height: 17px;
    }

    .multiselect-container.dropdown-menu.show::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .multiselect-container.dropdown-menu.show::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .multiselect-container.dropdown-menu.show::-webkit-scrollbar-thumb {
        background: var(--yellow);
    }

        /* Handle on hover */
        .multiselect-container.dropdown-menu.show::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/*showtime*/
button.fc-button.fc-state-default:last-child {
    margin-right: 0px !important;
}

button.fc-button.fc-state-default, button.fc-today-button.fc-button.fc-state-default {
    padding: 7px 15px !important;
    min-width: 90px;
    line-height: inherit !important;
    text-transform: capitalize;
    border-radius: 4px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 0px !important;
    height: auto !important;
    margin-right: 15px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

button.fc-button.fc-state-default {
    background: var(--yellow) !important;
    color: var(--black) !important;
}

button.fc-today-button.fc-button.fc-state-default {
    background: var(--dark) !important;
    color: var(--white) !important;
}

button.fc-button.fc-state-default.fc-state-disabled {
    background: #000 !important;
}

.fc-prev-button, .fc-next-button {
    min-width: 56px !important;
}

td.fc-day.fc-widget-content:hover {
    background: #ccc;
}
/*td.fc-day.fc-widget-content:hover::after {
    content: 'Schedule';
}*/

/*********/
.file-upload-wrapper.w-100, .file-upload-wrapper.w100per {
    width: 100% !important;
}

.form .formSelect select {
    border: solid 2px var(--darkblue);
    width: 100%;
    border-radius: var(--b-radius-4);
    padding: 6px 14px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>') no-repeat !important;
    background-position: 98% !important;
    height: 40px;
}

.form .formInput .input-group.input-group-addbtn input,
.form .formInput .input-group.input-group-addbtn textarea,
.form .formSelect .input-group.input-group-addbtn select {
    width: auto;
}

.input-group.input-group-addbtn .form-control, .input-group-addbtn .form-control {
    border: 2px solid var(--darkblue) !important;
    border-radius: var(--b-radius-4) !important;
}

.input-group.input-group-addbtn .form-control, .input-group-addbtn .form-control {
    border: 2px solid var(--darkblue) !important;
    border-radius: var(--b-radius-4) !important;
    height: 40px;
}

    .input-group.input-group-addbtn .form-control:focus, .input-group-addbtn .form-control:focus {
        box-shadow: none !important
    }

input.form-control.input {
    z-index: 1;
}

.form .formInput label {
    z-index: 2;
}

.form .formInput.active label {
    z-index: 99;
}

.form .formInput .fileInput {
    border: solid 2px var(--darkblue);
    width: 100%;
    border-radius: var(--b-radius-4);
    padding: 9px 14px;
    position: relative;
    background: var(--bodybg);
    height: 52px;
}

    .form .formInput .fileInput input[type="file"] {
        border: none;
        opacity: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .form .formInput .fileInput label {
        position: absolute;
        left: calc(100% - 142px);
        top: 6px;
        width: 136px;
        border-radius: var(--b-radius-4);
        padding: 6px 5px 6px 40px;
        background: var(--darkblue);
        color: var(--white);
        pointer-events: none;
    }

        .form .formInput .fileInput label em {
            position: absolute;
            left: 15px;
        }

    .form .formInput .fileInput + div {
        font-size: 13px;
        margin-top: 3px;
    }

    .form .formInput .fileInput:before {
        content: attr(data-text);
        width: calc(100% - 172px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding-top: 3px;
        pointer-events: none;
    }

.form .formInput textarea.txtarea {
    resize: none;
    height: 150px;
}

.uploadedfilesUl {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
}

    .uploadedfilesUl li {
        padding: 0px 25px 25px 0px;
    }

        .uploadedfilesUl li .uploadedfile {
            padding: 8px 15px 8px 40px;
            background-color: var(--bggrey);
            border-radius: var(--b-radius-4);
            background-image: url(../images/attach.png);
            background-position: 10px center;
            background-repeat: no-repeat;
            color: var(--darkblue);
            position: relative;
        }

            .uploadedfilesUl li .uploadedfile .close {
                position: absolute;
                background-color: var(--darkblue);
                color: var(--white);
                text-align: center;
                width: 25px;
                height: 25px;
                line-height: 19px;
                border-radius: 50px;
                top: -12px;
                right: -10px;
                cursor: pointer;
            }

.form .formSelect.w98per,
.form .formInput.w98per {
    width: 97%;
}
/***************/
/*select#inputGroupSelect04, */
.custom-select:focus {
    box-shadow: none !important
}

.customBtn-input-group .custom-select,
.input-group-addbtn .custom-select {
    padding: 11px 14px;
    height: 51px;
    border-radius: var(--b-radius-4) !important;
    border: 2px solid var(--darkblue);
}

.input-group-addbtn .custom-select {
    /*background: url('data:image/svg+xml;utf8,<svg ...> ... </svg>');*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>') no-repeat !important;
    background-position: 98% !important;
    position: relative;
}

.select-red-mark {
    position: absolute;
    top: 7px;
    left: 8px;
    color: #dc3545 !important
}

.customBtn-input-group .input-group-append,
.input-group-addbtn .input-group-append {
    margin-left: 9px;
}






/*tags*/
.bootstrap-tagsinput .badge {
    margin: 2px 1px !important;
}

    .bootstrap-tagsinput .badge [data-role="remove"]::after {
        padding: 0px 5px 2px !important;
    }

.bootstrap-tagsinput + input, .formInput .bootstrap-tagsinput + input {
    display: flex;
}

.bootstrap-tagsinput input, .formInput .bootstrap-tagsinput input {
    border: 0px !important;
    height: 28px;
}

.bootstrap-tagsinput, .formInput .bootstrap-tagsinput {
    border: 2px solid var(--darkblue) !important;
}

.badge-info {
    background-color: var(--darkblue) !important;
}
/***************/
.yesnoCheck .checkslidebtn input[type="checkbox"] {
    display: none;
}

.yesnoCheck .text {
    display: block;
    margin-bottom: 8px;
}

.yesnoCheck .checkslidebtn input[type="checkbox"] + label {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}

    .yesnoCheck .checkslidebtn input[type="checkbox"] + label::before {
        position: absolute;
        width: 45px;
        height: 20px;
        border: solid 2px var(--darkblue);
        content: "";
        border-radius: 14px;
        left: 0;
        top: 3px;
    }

    .yesnoCheck .checkslidebtn input[type="checkbox"] + label::after {
        position: absolute;
        width: 14px;
        height: 14px;
        background: var(--darkblue);
        content: "";
        border-radius: 14px;
        left: 3px;
        transition: 0.3s;
        top: 6px;
    }

.yesnoCheck .checkslidebtn input[type="checkbox"]:checked + label::after {
    left: 28px;
}

.yesnoCheck .checkslidebtn input[type="checkbox"]:checked + label::before {
    border: solid 2px var(--yellow);
    background-color: var(--yellow);
}

.sep_line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--bggrey);
    margin-bottom: 30px;
}

.radiobtnselection {
    display: flex;
}

.radiobtn {
    margin-right: 15px;
    margin-top: 5px;
}

    .radiobtn input[type="radio"] {
        display: none;
    }

        .radiobtn input[type="radio"] + label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
        }

            .radiobtn input[type="radio"] + label::after {
                width: 20px;
                height: 20px;
                position: absolute;
                top: 3px;
                left: 0;
                content: "";
                border: solid 2px var(--darkblue);
                border-radius: 80%;
            }

            .radiobtn input[type="radio"] + label::before {
                width: 12px;
                height: 12px;
                position: absolute;
                top: 7px;
                left: 4px;
                content: "";
                background-color: var(--darkblue);
                border-radius: 80%;
                opacity: 0;
                transition: 0.3s;
            }

        .radiobtn input[type="radio"]:checked + label::before {
            opacity: 1;
        }

.btnsection {
    margin-top: 20px;
}

.discardbtn {
    background-color: var(--greybtn) !important;
    border-radius: var(--b-radius-4);
    padding: 18px 15px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    color: var(--white);
    min-width: 175px;
    text-align: center;
    margin-right: 30px;
}

    .discardbtn:hover {
        color: #fff;
        text-decoration: none !important;
    }

.minusbtn {
    /*background-color: var(--darkred) !important;*/
}

.plusbtn {
    background-color: var(--yellow) !important;
}

.plusbtn, .minusbtn {
    border-radius: var(--b-radius-4) !important;
    padding: 10px 15px !important;
    border: none !important;
    color: var(--white) !important;
    font-weight: 600 !important;
}

/*a.btn.addUploadBtn {
    position: absolute;
    left: 350px;
    top: 42px;
}*/

a.btn.addUploadBtn {
    position: absolute;
    right: -47px;
    top: 21px;
}



a.btn.plusbtn.addUploadBtn:hover {
    border-color: tomato;
}

.addUploadBtn {
    position: relative;
    z-index: 11;
}

.submitbtn {
    background-color: var(--yellow);
    border-radius: var(--b-radius-4);
    padding: 18px 15px;
    border: none;
    color: var(--darkgrey);
    font-weight: 600;
    min-width: 230px;
}

.addcategory-select-btn.submitbtn {
    background-color: var(--yellow) !important;
    border-radius: var(--b-radius-4) !important;
    padding: 6px 12px !important;
    font-weight: 600 !important;
    min-width: 131px;
    font-size: 100% !important;
}

.btn-plus, .btn-minus {
    border-radius: var(--b-radius-4) !important;
    padding: 6px 12px !important;
    font-weight: 600 !important;
    color: var(--white) !important;
    width: auto;
    font-size: 100% !important;
}

.btn-plus {
    background-color: var(--yellow) !important;
}

.btn-minus {
    background-color: var(--red) !important;
}

.addticketbtn {
    background-color: var(--darkblue);
    border-radius: var(--b-radius-4);
    padding: 14px 15px;
    border: none;
    text-decoration: none;
    color: var(--white);
    font-weight: 600;
    display: inline-block;
    width: 60%;
}

    .addticketbtn:hover {
        text-decoration: none;
        color: var(--white);
    }

.col-1.p-0.ibtn-mini {
    margin-left: -20px;
    margin-top: 5px;
}

/*modal*/
.modal-header, .modal-footer {
    background-color: #f9f9f9;
}

    .modal-footer .btn {
        min-width: 131px
    }

.form .modal-body .formInput label, .form .modal-body .formSelect select {
    font-size: 12px !important;
}

.form .modal-body .formSelect select {
    border: solid 2px var(--darkblue);
    width: 100%;
    border-radius: var(--b-radius-4);
    padding: 6px 14px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>') no-repeat !important;
    background-position: 98% !important;
    height: 40px;
}

.form .modal-body .formSelect select, .form .formSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/*.modal-body .file-upload-wrapper{
    width:100% !important;
}*/
/**form end**/
.footer {
    background: var(--grey);
}

    .footer p {
        margin: 0px;
        text-align: center;
        font-size: 14px;
        padding: 25px 0px;
        font-weight: 600;
        opacity: 0.9;
        font-style: italic;
    }

/* Media & Seo */
.formInput.fileupload {
    margin-top: 40px;
    z-index: 9
}

    .formInput.fileupload label {
        top: -28px;
    }

    .formInput.fileupload.imgbtn {
        width: auto;
    }

.showUpload {
    margin-top: 19px;
    margin-left: 11px;
    width: 320px;
    height: 160px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background-color: #eeeeee;
    background-image: url('/images/img2.gif');
}

    .showUpload img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        border-color: #fff !important;
    }

.formInput.fileupload input {
    padding: 9px 10px !important;
    width: 80%;
}

.input-group-append.inputCombineBtn {
    margin-left: 5px !important;
}

.formInput.input-group {
    display: flex !important;
    width: auto;
}

.form .formInput.input-group input, .form .formInput.input-group textarea {
    border: solid 2px var(--darkblue);
    width: auto;
}

label.select-label {
    position: absolute;
    background-color: var(--bodybg);
    margin: 0px !important;
    padding: 0px 9px !important;
    top: -13px;
    left: 7px;
}

/* file upload css */
.file-upload-wrapper {
    position: relative;
    width: 80%;
    height: 40px;
    cursor: pointer;
    border: 1px solid #010101;
    /*border: 2px solid var(--darkblue);*/
    border-radius: var(--b-radius-4);
    overflow: hidden;
    padding-right: 150px;
}

    .file-upload-wrapper.full-width, .file-upload-wrapper.w100per {
        width: 100%;
    }

    .file-upload-wrapper::after {
        /*content: attr(data-text);*/
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 131px 10px 15px;
        display: block;
        width: calc(100% - 0px);
        pointer-events: none;
        z-index: 20;
        height: 38px;
        line-height: 19px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*.file-upload-wrapper::before {*/
/*content: "Choose Image";*
        /*text-transform: capitalize;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 39px;
        background: -webkit-linear-gradient(#424d5f, #2a3646);
        background: linear-gradient(#424d5f, #2a3646);
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 12px;
        line-height: 37px;
        padding: 0 15px 0 40px;
        text-transform: inherit;
        pointer-events: none;
        border-radius: var(--b-radius-4);
        transition: 0.5s ease-in-out;
    }*/

span.label-name {
    display: inline-block;
    margin-left: 0px;
}


/* .upload-icon{background-image: (url('/images/s3.png'));} */
/*.upload-icon {
    background-image: url('/images/s3.png');
}*/


.upload-mark {
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 999;
    font-size: 14px;
    pointer-events: none;
}

span.upload-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 90;
    background: -webkit-linear-gradient(#424d5f, #2a3646);
    background: linear-gradient(#424d5f, #2a3646);
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    cursor: pointer;
}


    span.upload-icon img {
        height: 20px;
        width: auto;
    }

.file-upload-wrapper:hover::before {
    background: -webkit-linear-gradient(#424d5f, #2a3646);
    background: linear-gradient(#424d5f, #2a3646);
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 80%;
}

.formInput.fileupload input, .formInput.fileupload .file-upload-wrapper input {
    padding: 7px 120px 7px 10px !important;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.file-upload-wrapper + .formInput.fileupload + span.c-flag-size {
    bottom: 36px;
    left: 15px;
}

.file-upload-wrapper + span.c-flag-size {
    bottom: -1px;
    left: 0px;
}

.bi-pencil-square::before, .bi-trash::before {
    font-size: 120% !important;
}

span.c-flag-size {
    font-size: 12px;
    display: block;
    width: 100%;
    color: #333;
    margin: 0px 0 0 0;
    position: absolute;
    left: 20px;
    z-index: 21;
    font-style: italic;
}

/* editors : summernote */
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    min-height: 120px;
    background-color: #000000 !important;
    color: #dedfe4;
}

.accordion-button-gray {
    background-color: #dedfe4 !important;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
}

    .accordion-button-gray.accordion-button:not(.collapsed) {
        color: #182b43;
    }

    .accordion-button-gray.accordion-button:focus {
        border-color: #dedfe4;
        box-shadow: 0 0 0 0.25rem rgb(222 223 228 / 25%)
    }
/* emd media & seo */

.addmorebutton, .addmorebutton:hover, .buttonxl {
    background-color: var(--yellow) !important;
    border-radius: var(--b-radius-4) !important;
    padding: 14px 15px !important;
    border: none !important;
    color: var(--darkgrey) !important;
    font-weight: 600 !important;
    min-width: 210px;
    text-decoration: none !important;
    cursor: pointer !important;
}

.uploadbutton, .buttonxl {
    /* background-color: var(--darkgrey); */
    background: linear-gradient(#414c60, #273750);
    background: -webkit-linear-gradient(#414c60, #273750);
    border-radius: var(--b-radius-4);
    padding: 14px 15px;
    border: none;
    color: var(--white);
    font-weight: 600;
    min-width: 210px;
    text-decoration: none;
    cursor: default;
}

.form-check.form-check-inline.checkbox-xl {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: .16em;
}

.form-check .form-check-input {
    margin-left: -1.7em;
}

.form-check-input:checked {
    background-color: #112540;
    border-color: #112540;
}

.form-check-input:focus {
    border-color: #112540;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(17 37 64 / 25%);
}

.form-check-input[type=checkbox] {
    border-radius: 0em;
}

.iconbutton-xl {
    padding: 4px 6px;
    border-radius: var(--b-radius-4);
    border: none;
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    cursor: default;
}

    .iconbutton-xl.yellowbutton {
        background-color: var(--yellow);
    }

.leftNavsection > ul > li {
    position: relative;
}

    .leftNavsection > ul > li > img {
        position: absolute;
        top: 15px;
        left: 5px;
    }

    .leftNavsection > ul > li > a img {
        margin-right: 17px;
    }

table.table.table-sm {
    font-size: 11px;
}

.cardgraph {
    width: 200px;
    margin-right: 15px;
}

button.addmorebutton.disabled {
    background: #e6e6e6;
    color: #5d626d;
    opacity: 80%;
}

.ticketCategoryBox {
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.ticketCategoryBox {
    display: block;
}

    .ticketCategoryBox > .boxHead {
        background-color: var(--bggrey);
        padding: 15px 15px;
        border-radius: 5px;
        font-size: 1.1rem;
        color: var(--darkblue);
        font-weight: 600;
        position: relative;
        cursor: default;
    }

        .ticketCategoryBox > .boxHead::after {
            /* content: "\f282"; */
            font-family: bootstrap-icons !important;
            position: absolute;
            top: 15px;
            right: 20px;
        }
    /* .ticketCategoryBox > .boxHead.active::after {
  content: "\f286";
} */
    .ticketCategoryBox > .boxBody {
        padding: 35px 0px 5px;
        display: block;
    }

.boxcloseicon, .boxcloseicon:hover {
    position: absolute;
    right: 15px;
    text-decoration: none;
    color: var(--darkgrey);
    cursor: pointer;
}

.addticketbtn.yellowbutton, .yellowbutton {
    background-color: var(--yellow) !important;
    color: var(--darkgrey) !important;
}
/* table */
.table thead th {
    font-size: 13px !important;
    font-weight: 700 !important;
}

table.table.text-align-top th, table.table.text-align-top td {
    vertical-align: top;
}

table.table.text-sm-90 th, table.table.text-sm-90 td {
    font-size: 90%;
}

table.table.text-sm-75 th, table.table.text-sm-75 td {
    font-size: 75%;
}

.table td, .table th {
    padding: 0.35rem !important;
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: var(--darkgrey) !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
}

.seatblockbutton, .seatblockbutton:hover {
    color: #5087ae;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

    .seatblockbutton img {
        width: 33px;
        height: auto;
    }

.submitbtn.linkbutton, .submitbtn.linkbutton:hover {
    text-decoration: none;
    color: var(--darkgrey);
    text-align: center;
    cursor: pointer;
}

.card-title {
    font-size: 13px !important;
    font-weight: 600;
}

.form-select.select-cinema.form-select-sm {
    width: 120px;
    font-size: 12px;
}

.table.table-cimena {
    font: 12px;
}

.card.card-box-signature {
    height: 117px;
    min-height: 206px;
    width: auto;
}

    .card.card-box-signature img {
        height: 171px;
        width: auto;
    }

.card.card-box-banner {
    height: 117px;
    min-height: 117px;
}

    .card.card-box-banner img {
        height: 171px;
        width: 700px;
    }

    .card.card-box-banner .card-body, .card.card-box-signature .card-body {
        background: #112540;
        color: var(--white);
    }

        .card.card-box-banner .card-body a, .card.card-box-signature .card-body a {
            color: var(--greybtn);
        }

table .table.valign-middle tr td {
    vertical-align: middle;
}

.event-color-1 {
    color: #58d9ff;
}

.event-color-2 {
    color: #79d685;
}

.event-color-3 {
    color: #a8a6f9;
}

.event-color-4 {
    color: #fbc541;
}

.event-color-5 {
    color: #f44242;
}


.start.event-color-graph-mini {
    position: absolute;
    top: 34px;
    right: 25px;
}

.card.event-card .card-body {
    padding: 11px 0px 15px 15px;
}

.card.event-card {
    width: 153px;
}

.form .formSelect select.d-flex-inline.select-cinema.form-select-sm,
.form .formSelect select.select-cinema.form-select-sm {
    width: 120px;
    font-size: 12px;
    padding: 1px 7px 2px;
    border: 1px solid var(--darkblue);
    border-radius: var(--b-radius-4);
    margin-bottom: 0px;
}

.form .dataTable_filter .formInput,
.form .dataTable_filter .formSelect {
    display: inline-block;
    position: relative;
    margin-bottom: 0px !important;
}

.bg-white {
    background-color: var(--white);
}

.br-10 {
    border-radius: 10px;
}
/* 
.form .formInput, .form .formSelect {
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
} */

/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color:var(--darkgrey);
  background-color:var(--yellow);
  font-weight: 600;
} */
.nav.chart-list .nav-item {
    position: relative;
}

    .nav.chart-list .nav-item > i.bi {
        margin-right: 10px;
        font-size: 15px;
        font-weight: 600;
        display: block;
        position: absolute;
        top: 8px;
        left: 15px;
    }

    .nav.chart-list .nav-item > .nav-link {
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
        margin-left: 25px;
    }

/* Hide the link that should open and close the topnav on small screens */
/* .sidebar .sidebarmenuicon {
  display: none;
} */

.notification-method {
    display: flex;
}

    .notification-method .leftNotification {
        width: 250px;
        padding: 20px 0px;
    }

    .notification-method .rightNotification {
        width: calc(100%- 250px);
        padding: 20px 40px;
    }

.Pr_Accordian.accr_tabs {
    width: 100px;
    float: left;
    min-height: 100px;
    margin-right: 50px;
    font-size: 16px;
}

    .Pr_Accordian.accr_tabs > .ac_Head {
        font-size: 14px;
    }

        .Pr_Accordian.accr_tabs > .ac_Head::after {
            content: none !important;
        }

    .Pr_Accordian.accr_tabs > .ac_Head {
        text-align: center;
        min-height: 79px;
    }

        .Pr_Accordian.accr_tabs > .ac_Head.active {
            background-color: var(--yellow);
        }

/* nav tab */

item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--darkgrey) !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
    font-weight: 500 !important;
}

.nav-link:focus, .nav-link:hover {
    color: var(--dark);
}

.nav-link:focus, .nav-link:hover {
    color: var(--dark);
}

.nav-link {
    color: var(--dark);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f9f9f9 !important;
}


.responsive-tabs {
    padding: 1rem;
}

    .responsive-tabs .nav-tabs {
        display: flex;
        justify-content: space-between;
    }


.nav-tabs {
    border: 0px !important;
}


table.table.tableicon.valign-middle.custom-filed td .formInput,
table.table.tableicon.valign-middle.custom-filed td .formSelect {
    margin-bottom: 5px !important;
}

table.table.tableicon.valign-middle.custom-filed td {
    padding: 30px 10px 0;
    border-bottom: 0px;
}

table.table.tableicon.valign-middle.custom-filed tr:last-child td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 27px !important;
}

.btn-warning {
    font-weight: 600 !important;
    background-color: var(--yellow) !important;
}

.btnsection.d-flex {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
}

button.btn.btn-sm.btn-w100.table-btn-sm {
    min-width: 100px;
    font-size: 78%;
    font-weight: 500;
    font-size: 12px;
}

.input-group.mb-3.table-pagination-button input {
    padding: 0px 10px;
    font-size: 12px;
    border-right: 0px;
}


.input-group.mb-3.table-pagination-button button {
    padding: 0px 7px !important;
    line-height: 17px;
    border-color: #ccc;
    border-left: 0px;
}

    .input-group.mb-3.table-pagination-button button i {
        font-size: 15px;
    }

.input-group.table-pagination-button button.search-ico-btn,
.input-group.table-pagination-button .btn.search-ico-btn {
    left: -28px;
}


/*search in table-button*/

.form-outline .form-control {
    min-height: auto;
    padding: 0.33em 0.75em;
    border: 0;
    background: transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #ced4da;
}

    .form-outline .form-control ~ .form-label {
        position: absolute;
        top: 0;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        left: 0.75rem;
        padding-top: 0.37rem;
        pointer-events: none;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        color: rgba(0,0,0,.6);
        margin-bottom: 0;
    }

    .form-outline .form-control ~ .form-notch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        text-align: left;
        pointer-events: none;
    }

        .form-outline .form-control ~ .form-notch .form-notch-leading {
            left: 0;
            top: 0;
            height: 100%;
            width: 0.5rem;
            border-right: none;
            border-radius: 0.25rem 0 0 0.25rem;
        }

        .form-outline .form-control ~ .form-notch div {
            pointer-events: none;
            border: 1px solid #bdbdbd;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: transparent;
        }

        .form-outline .form-control ~ .form-notch .form-notch-middle {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: calc(100% - 1rem);
            height: 100%;
            border-right: none;
            border-left: none;
        }

        .form-outline .form-control ~ .form-notch .form-notch-trailing {
            -webkit-box-flex: 1;
            --ms-flex-positive: 1;
            flex-grow: 1;
            height: 100%;
            border-left: none;
            border-radius: 0 0.25rem 0.25rem 0;
        }

.list-top-event-banner {
    padding-top: 15px;
    border: 1px solid #eee;
}

    .list-top-event-banner a {
        display: block;
        border: 0px;
    }

        .list-top-event-banner a img {
            display: block;
            width: 100%;
        }

.card.event-heading {
    background-color: #dee1ea;
    border-radius: 0px;
    border: 0px;
}

    .card.event-heading .card-body {
        border-radius: 10px 10px 0 0;
    }

.bg-gray, .bg-gray {
    background-color: #dee1ea;
}

.page-item.active .page-link {
    background-color: var(--darkblue);
    border-color: var(--darkblue);
}

.page-link, .page-link:hover {
    color: var(--darkblue);
}

.flex-text-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
/*schedular*/
.fc-day-grid-event .fc-time {
    font-weight: 500 !important;
    font-size: 90% !important;
}

/*calender*/
.btn-secondary {
    color: #fff !important;
}

.cl-main {
    margin: 0 0 35px 0
}

.cl-wrapper-heading {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
}

.cl-weekdays {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.cl-weekname {
    width: 15%;
    height: 25px; /* border: 1px solid #ccc; */ /* border-right: 0px;  border-bottom: 0px; */
    float: left;
    padding: 0 2px;
    font-weight: 500;
}

.cl-cell {
    position: relative;
    width: 15%;
    height: 120px;
    border: 1px solid #ccc;
    border-right: 0px;
    border-bottom: 0px;
    float: left;
    padding: 0 2px;
}

    .cl-cell:last-child {
        border-right: 1px solid #ccc
    }

.cl-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .cl-row:last-child .cl-cell {
        border-bottom: 1px solid #ccc;
    }

.cl-date-today {
    font-weight: 500;
}

.cl-text-day {
    opacity: 0.9;
}

.cl-out-date, .cl-future-date {
    background-color: #dbdae3;
    opacity: .3;
}

.cl-header {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.cl-today-btn, .cl-calender, .cl-month-weeek-day {
    width: 33.33%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-content: space-around;
}
/* .cl-week-data{} */
.cl-card-week-data .cl-weekdays, .cl-card-days-data .cl-weekdays {
    height: 50px;
    border: 1px solid #ccc;
    border-width: 0 1px 0 1px;
    margin-top: -5px;
    margin-bottom: 0px;
    text-align: center;
    padding: 1px 2px;
}
/* .cl-card-week-data .cl-weekdays .cl-alldays{} */

.cl-week .cl-cell {
    width: 15%;
    height: 45px;
    border: 1px solid #ccc;
    border-right: 0px;
    border-bottom: 0px;
    float: left;
    padding: 0 2px;
}

    .cl-week .cl-cell:last-child {
        border-right: 1px solid #ccc;
    }

.cl-cell.cl-sn-no, .cl-weekname.cl-IST-time {
    width: 100px !important;
}

.cl-days-data .cl-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .cl-days-data .cl-row .cl-cell {
        width: 100%;
        height: 45px;
    }

.cl-hover-schedule-btn {
    display: none;
}

.cl-cell .cl-hover-schedule-btn {
    display: none;
}

.cl-cell:hover .cl-hover-schedule-btn {
    display: block;
    text-decoration: none;
}

.cl-hover-schedule-btn:hover {
    text-decoration: none;
}

.cl-hover-schedule-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.cl-wrapper {
    position: relative;
}

.add-schedule-action-form {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    padding: 19px 25px 19px 35px;
    z-index: 9;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: -1px 1px 11px 0px #ccc;
}

.sch-form {
    height: 100%;
    overflow-y: auto;
}

.sch-head {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    left: 0;
    padding: 18px 25px 25px 25px;
    border-bottom: 1px solid #ddd;
}

.sch-body {
    position: absolute;
    top: 50px;
    height: calc(100% - 112px);
    overflow-y: auto;
    padding-top: 18px;
    padding-right: 20px;
}

.sch-footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    padding: 8px 0px 7px 0px;
    background-color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
}

    .sch-footer .btn-toolbar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
    }

.Days-selection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
}

.day-selection-sun, .day-selection-mon, .day-selection-tue, .day-selection-wed, .day-selection-thu, .day-selection-fri, .day-selection-sat {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
}

.day-selection-circle {
    /*background-color: var(--darkblue);*/
    background-color: #ccd5d9;
    padding: 10px 0px 9px 0px;
    color: #fff;
    border-radius: 51%;
    font-size: 90%;
    line-height: 20px;
    width: 44px;
    height: 44px;
    position: relative;
}

.day-selection-circle-addcolor {
    /*background-color: var(--darkblue);*/
    background-color: darkblue;
    padding: 10px 0px 9px 0px;
    color: #fff;
    border-radius: 51%;
    font-size: 90%;
    line-height: 20px;
    width: 44px;
    height: 44px;
    position: relative;
}

.custom-control.custom-radio.radioformInput {
    min-height: 3.5rem;
}

.radioWithInputText + .radioAfterInput {
    position: absolute;
    top: -12px;
    margin-left: 41px;
    width: 110px;
}

.radioAfterInput + .radioAfterInputText {
    position: absolute;
    margin-left: 159px;
    top: 0;
}

.discardbtn.btn-sm, .submitbtn.btn-sm {
    padding: 11px 15px;
    min-width: 131px;
    font-size: 100%;
}
/* background-color: #d7d4d4;
    opacity: 0.6; */
/* .cl-row {
  counter-reset: rowNumber;
}

.cl-row .cl-cell::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber);
  padding-right: 0.3em;
  text-align: right;
} */

/* .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -30px;
} */


/************************************/

/**********************************************************************************************************************************/
/* --- @Media ------------------------------------------------------------------------------------------------------------------- */
/**********************************************************************************************************************************/

@media (max-width: 768px) {
    .text-end {
        text-align: left !important;
    }

    a.logo {
        margin-left: 40px;
    }

    .w98per {
        width: 100%;
    }

    .form .formSelect.w98per, .form .formInput.w98per {
        width: 100%;
    }

    .m-xs-7 {
        width: 70% !important;
    }

        .m-xs-7.text-start {
            text-align: start !important;
        }

    .m-xs-6 {
        width: 60% !important;
        float: left;
    }

    .m-xs-5 {
        width: 50% !important;
        float: left;
    }

    .m-xs-4 {
        width: 40% !important;
        float: right;
    }

    .m-xs-3 {
        width: 30% !important;
    }

        .m-xs-3.text-end {
            text-align: end !important;
        }

    .m-xs-6.right {
        float: right !important;
    }

    .m-xs-6.left {
        float: left !important;
    }

    .m-size .m-xs-4 .navLink, .m-size.navLink {
        display: inline-block !important;
    }

    .btnsection.d-flex a, .btnsection.d-flex .submitbtn {
        min-width: auto;
        width: 100%;
    }

    .file-upload-wrapper {
        width: 100%;
    }

    .col-md-3.pr-0.ms-country-code {
        padding-right: 15px !important;
        width: 30%;
    }

    .col-md-9.pl-0.ms-country-mobile {
        padding-left: 15px !important;
        width: 70%;
    }

    table.table tr td .form .formSelect.w98per select,
    table.table tr td .form .formInput.w98per input,
    table.table tr td .form .formSelect select,
    table.table tr td .form .formInput input,
    table.table tr td .formSelect.w98per select,
    table.table tr td .formInput.w98per input,
    table.table tr td .formSelect select,
    table.table tr td .formInput input,
    .form table.table tr td .form .formSelect.w98per select,
    .form table.table tr td .form .formInput.w98per input,
    .form table.table tr td .formSelect.w98per select,
    .form table.table tr td .formInput.w98per input,
    .form table.table tr td .formSelect select,
    .form table.table tr td .formInput input {
        min-width: 250px !important;
    }

    .d-flex.m-banner-box, .d-flex.m-banner-box-flex, .m-banner-box-flex {
        flex-wrap: wrap;
    }

    .m-banner-box-w {
        height: auto;
        min-height: auto;
        width: 150px;
    }

    .ms-auto.p-2.bd-highlight .m-banner-box, .m-banner-box {
        width: 100% !important;
        float: left;
        margin-top: 15px !important;
    }

        .m-banner-box .card.card-box-banner, .m-banner-box.card.card-box-banner {
            height: 100%;
            min-height: auto;
            width: auto;
        }

            .m-banner-box .card.card-box-banner img, .m-banner-box.card.card-box-banner img {
                height: auto;
                width: 100%;
            }

    .tab-content {
        margin-top: -5px;
    }

        .tab-content.m-tab .card.tab-pane {
            margin-bottom: 15px;
        }

    .responsive-tabs .tab-pane {
        margin-bottom: 15px;
    }

    .card-header.m-tab {
        background-color: var(--yellow);
        border: 1px;
        border-bottom: 0px;
        padding: 0px;
    }

        .card-header.m-tab a {
            color: var(--dark);
            text-decoration: none;
            font-size: 16px;
            display: block;
            padding: 11px 20px;
        }

            .card-header.m-tab a::after {
                content: "\f282";
                font-family: bootstrap-icons !important;
                position: absolute;
                top: 12px;
                right: 20px;
            }

            .card-header.m-tab a.collapsed::after {
                content: "\f286";
                font-family: bootstrap-icons !important;
                position: absolute;
                top: 12px;
                right: 20px;
            }

    .container.responsive-tabs {
        padding: 1rem 0;
    }

    .stepsUl li .text {
        font-size: 11px;
    }

    .loginText {
        display: none;
    }

    .leftNavsection.active-nav {
        max-height: 100%;
        overflow: hidden;
        height: 100%;
    }

        .leftNavsection.active-nav:hover {
            overflow-y: auto;
        }
}

@media (max-width:768px) {
    .pageTab {
        flex-wrap: wrap;
        font-size: 90%;
    }

    .responsive-tabs .nav-tabs {
        display: none !important;
        justify-content: space-between;
    }

    .table-btn-top-right {
        position: relative;
    }

        .table-btn-top-right .table-add-btn {
            position: absolute;
            right: -8px;
            top: -12px;
        }

    .nowrap {
        white-space: nowrap;
    }

    .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-left,
    .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-left.pt-5 {
        padding-top: 0px !important;
    }

    .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-right,
    .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-right.pt-5 {
        padding-top: 0px !important;
    }

    .d-flex.justify-content-between.bd-highlight.col-xss-12 {
        width: 100%;
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-left,
        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-left.pt-5 {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            padding-top: 0px !important;
        }

        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-right,
        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-right.pt-5 {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-end;
            padding-top: 0px !important;
        }
}

@media screen and (max-device-width: 319px) {
    .col-xs-6.col-xss-6 {
        width: 100%;
    }

    .d-flex.justify-content-between.bd-highlight.col-xss-12 {
        width: 100%;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 576px) {
    .col-xs-6.col-xss-6 {
        width: 50%;
    }
}

@media screen and (min-device-width: 180px) and (max-device-width: 479px) {
    .btnsection.d-flex {
        display: flex !important;
        flex-direction: column;
        align-content: space-between;
    }

        .btnsection.d-flex a:first-child {
            margin-bottom: 15px;
            margin-top: 15px;
        }

    .card-body.dashboard-graph {
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
    }
}

@media screen and (min-device-width: 180px) and (max-device-width: 400px) {
    .showUpload {
        width: 100%;
        height: auto;
    }

        .showUpload img {
            width: 100%;
            height: auto;
        }

    .m-banner-box-w.card.card-box-signature {
        width: 200px;
        min-height: 194px;
        height: auto;
    }

        .m-banner-box-w.card.card-box-signature img {
            width: 100%;
            height: auto;
        }

    .navLink.right ul li {
        padding: 0px 2px;
    }

    a.logo {
        margin-left: 30px;
    }

    .logo img {
        width: 170px;
    }

    .notification-method .rightNotification {
        padding: 20px 0px 20px 0px;
    }
}

@media screen and (min-device-width: 401px) and (max-device-width: 600px) {

    .m-banner-box-w.card.card-box-signature {
        width: 250px;
        min-height: 194px;
        height: auto;
    }

        .m-banner-box-w.card.card-box-signature img {
            width: 100%;
            height: auto;
        }

    .notification-method .rightNotification {
        padding: 20px 0px 20px 0px;
    }

    .navLink.right ul li {
        padding: 0px 4px;
    }

    .d-flex.justify-content-between.bd-highlight.col-xss-12 {
        width: 100%;
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-left,
        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-left.pt-5 {
            width: 50%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            padding-top: 0px !important;
        }

        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-right,
        .d-flex.justify-content-between.bd-highlight.col-xss-12 .bd-highlight.col-xss-6.text-right.pt-5 {
            width: 50%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-end;
            padding-top: 0px !important;
        }
}


@media screen and (min-device-width: 601px) and (max-device-width: 678px) {
    .showUpload {
        width: 100%;
        height: auto;
    }

        .showUpload img {
            width: 100%;
            height: auto;
        }

    .m-banner-box-w.card.card-box-signature {
        width: 250px;
        min-height: 194px;
        height: auto;
    }

        .m-banner-box-w.card.card-box-signature img {
            width: 100%;
            height: auto;
        }
}


@media screen and (min-device-width: 679px) and (max-device-width: 800px) {
    .showUpload {
        width: 100%;
        height: auto;
    }

        .showUpload img {
            width: 100%;
            height: auto;
        }

    .m-banner-box-w.card.card-box-signature {
        width: 250px;
        min-height: 194px;
        height: auto;
    }

        .m-banner-box-w.card.card-box-signature img {
            width: 100%;
            height: auto;
        }
}



@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .showUpload {
        width: 90%;
        height: auto;
        margin-left: 0px;
    }

        .showUpload img {
            width: 100%;
            height: auto;
        }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1133px) {
    .showUpload {
        width: 85%;
        height: auto;
        margin-left: 0px;
    }

        .showUpload img {
            width: 100%;
            height: auto;
        }
}


@media (min-width: 768px) {

    .responsive-tabs .card {
        border: none;
    }

        .responsive-tabs .card .card-header {
            display: none;
        }

        .responsive-tabs .card .note-toolbar.card-header {
            display: block;
        }


        .responsive-tabs .card .collapse {
            display: block;
            border-top: 3px solid var(--yellow) !important;
            margin-top: 0px;
            padding-top: 5px;
        }

    .pageTab > li > a {
        border-radius: 5px 5px 0px 0px !important;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}



/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    /* .sidebar li:not(:first-child) {display: none;} */
    /* .leftNavsection > ul > li:not(:first-child) {display: none;} */
    /* .sidebar li:not(:first-child) {display: none;}
  .sidebar li.sidebarmenuicon {
    float: right;
    display: block;
    position: absolute;
    top: -4px;
    right: 20px;
  }

  .sidebar.responsive {
    position: relative;
    display: block;
  }
  .sidebar.responsive li.sidebarmenuicon {
    position: absolute;
    right: 20px;
    top: -4px;
  }
  .sidebar.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  ul.sidebar + .btnclick.sidebarmenuicon {
    position: absolute;
    left: 0;
}
  .sidebarmenuicon button#btnclickId {
    border: none;
    margin-top: 15px;
    background-color: #f2f3f5;
} */

    /* .leftNavsection {
    width: 100%;
    min-height: auto; 
    padding: 0 0px;
    float: left;
    position: relative;
    
} */
    .leftNavsection > ul {
        display: block;
    }

    .rightPageSection {
        width: 100%;
        min-height: auto;
        /* padding: 0px 40px; */
        padding: 0px 18px;
    }

        .rightPageSection > .form {
            padding: 0px;
        }

    .pageSection {
        display: flex;
        flex-direction: column;
    }
    /* .leftNavsection.responsive {
  display: block;
} */
    /* .btnclick.sidebarmenuicon {
  position: absolute;
  right: -47px;
  top: 0;
} */


    .leftNavsection {
        width: 300px;
        min-height: auto;
        padding: 0 0px;
        float: left;
        position: fixed;
        margin-left: -300px;
        transition: 0.5s;
        z-index: 999;
        top: 0px;
        height: 100%;
    }

    .side-navbar {
        width: 180px;
        height: 100%;
        position: fixed;
        margin-left: -300px;
        background-color: #100901;
        transition: 0.5s;
    }

    .nav-link:active,
    .nav-link:focus,
    .nav-link:hover {
        background-color: #ffffff26;
    }

    .my-container {
        transition: 0.5s;
    }

    .active-nav {
        margin-left: 0;
    }

    /* for main section */
    .active-cont {
        margin-left: 180px;
    }

    /* #menu-btn {
  background-color: #10243f;
  color: #fff;
  margin-left: -9px;
} */

    .p-1.my-container {
        position: absolute;
        top: -3px;
        left: 245px;
        transition: 0.5s;
    }

        .p-1.my-container > a {
            color: #fff !important;
            font-size: 24px;
            cursor: pointer;
        }

        .p-1.my-container.active-cont {
            position: absolute;
            top: 3px;
            right: 0;
            left: 120px;
        }

            .p-1.my-container.active-cont > a {
                color: #000 !important;
                margin-left: -9px;
            }
}


@media (max-width:576px) {
    .pageTab {
        flex-wrap: wrap;
        font-size: 90%;
        flex-direction: column;
    }
    /* .btnsection.d-flex{
    display: grid !important;
    margin-bottom: 5px !important;
    flex-direction: column !important;
  } */

    /* .btnsection.d-flex a{
    margin-bottom: 10px;
  } */
    .addmorebutton, .addmorebutton:hover, .buttonxl {
        min-width: 142px;
    }

        .addmorebutton.m-btn100, .addmorebutton:hover, .buttonxl.m-btn100 {
            min-width: 142px;
            width: 100%;
        }

    .file-upload-wrapper {
        width: 100%;
    }

    .m-formcheck-list .form-check-inline {
        display: flex;
        margin-bottom: 15px;
        margin-left: 35px;
    }
}

/***********************/


@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}


/*code view fixing*/
.rightPageSection > .form {
    padding-top: 0px !important;
}

/*-----------------------------------------------------Start shivam code---------------------------------------------------------------------*/
/*----------------------------------------preloader---*/
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
    background-color: rgba(150, 150, 150, 0.3);
}

    #preloader:before {
        content: "";
        width: 60px;
        height: 60px;
        position: fixed;
        border-radius: 50%;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 5px solid #112540;
        border-top-color: #f9f9f9;
        border-bottom-color: #f9f9f9;
        animation: animate-preloader 1s linear infinite;
        -webkit-animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*-------------------------------------------------------Hide default calender and put new icon---*/
input[type="date"]::-webkit-calendar-picker-indicator {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    position: absolute;
    color: transparent;
    background: transparent;
}

.calenderIcon::after {
    top: 10px;
    right: 20px;
    content: "\f1e8";
    position: absolute;
    pointer-events: none;
    font-family: bootstrap-icons !important;
}

.ui-timepicker-container.ui-timepicker-no-scrollbar.ui-timepicker-standard {
    z-index: 9991 !important;
}
/*---Hide text editor insert link, image and video section---*/
.note-btn-group.btn-group.note-insert {
    display: none !important;
}
/*-----------------------------------Tooltip---*/
.tooltip > .tooltip-inner {
    background-color: var(--navbg);
    color: white;
    border: 1px solid var(--navbg);
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.1rem;
    }

    75% {
        margin-left: -0.1rem;
    }

    100% {
        margin-left: 0rem;
    }
}
/*-----------------------------------------------------End shivam code---------------------------------------------------------------------*/


@media (min-width: 1340px) and (max-width: 1440px) {
    .bking-barcode p {
        top: 144px !important;
        right: -40px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .bking-barcode p {
        top: 135px !important;
        right: -34px !important;
    }
}

@media (min-width: 1661px) and (max-width: 1750px) {
    .bking-barcode p {
        top: 135px !important;
        right: -20px !important;
    }
}


@media (min-width: 1751px) and (max-width: 1920px) {
    .bking-barcode p {
        top: 135px !important;
        right: 0px !important;
    }
}

.intl-tel-input {
    width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
