﻿
@import url('../font-awesome/css/font-awesome.css');
@import url('bootstrap.min.css');
@import url('datepickr.min.css');
/* =Global Styles
-------------------------------------------------------------- */
@font-face {
    font-family: 'satoshi-black';
    src: url('../fonts/satoshi-black.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-blackitalic';
    src: url('../fonts/satoshi-blackitalic.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-bold';
    src: url('../fonts/satoshi-bold.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-bolditalic';
    src: url('../fonts/satoshi-bolditalic.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-italic';
    src: url('../fonts/satoshi-italic.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-light';
    src: url('../fonts/satoshi-light.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-lightitalic';
    src: url('../fonts/satoshi-lightitalic.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-medium';
    src: url('../fonts/satoshi-medium.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-mediumitalic';
    src: url('../fonts/satoshi-mediumitalic.otf') format('opentype');
}

@font-face {
    font-family: 'satoshi-regular';
    src: url('../fonts/satoshi-regular.otf') format('opentype');
}

.new-ins-book-header {
    margin: 0;
    color: #33475b;
}

.width-100percent {
    width:100% !important;
}

.new-ins-book-header-input {
    border: none;
    background: transparent;
    color: #33475b;
    font-size: 40px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

    .new-ins-book-header-input:focus {
        border-bottom: 2px solid #33475b;
    }

.each-booklist h3 {
    margin: 0 0 0 0;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.each-booklist {
    padding: 20px 0;
    border-bottom: 1px solid #d8e3ed;
}
/*.each-booklist:last-child{
    border:none;
}*/
.fs-27px {
    font-size: 27px !important;
}
.booking-list-maindiv {
    margin-top: 30px;
    height: calc(100vh - 270px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
}
    /* width */
    .booking-list-maindiv::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    .booking-list-maindiv::-webkit-scrollbar-track {
        border-radius: 5px;
    }
    /* Handle */
    .booking-list-maindiv::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

.sm-service-buuton {
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
    padding: 4px 10px;
    margin-right: 5px;
    min-width: 90px;
}
.loc-sm-service-buuton {
    background: transparent;
    border: 1px solid #00b4d8;
    padding: 4px 15px;
    border-radius: 5px;
    color: #00b4d8;
    font-size: 15px;
    min-width: 90px;
    margin-right:5px;
}
.emp-sm-service-buuton{
    font-weight:normal;
}
.loc-sm-service-buuton .fa {
    margin-right: 5px;
    color: #33475b;
}
.emp-sm-service-buuton .fa {
    margin-right: 5px;
    color:#fff;
}
.service-btn-section {
    margin-top: 10px;
}

.circle-edit {
    /* height: 30px; */
    width: 50px;
    /* border-radius: 50%; */
    /* background: #33475b; */
    padding: 3px 9px;
    margin-bottom: 0;
    cursor: pointer;
}

    .circle-edit i {
        color: #fff !important;
    }

.service-copy {
    font-size: 22px !important;
    margin-right: 10px;
    color: #33475b;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.switch-res {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
    margin-bottom: 0 !important;
}

    .switch-res input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.mr-10px {
    margin-right: 10px;
}
.checkbox-disabled {
    opacity: 0.4;
}
    .checkbox-disabled .slider-res {
        cursor: no-drop;
    }
.slider-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #6f8396;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-res:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 2px;
        bottom: 2px;
        background: #6f8396;
        -webkit-transition: .4s;
        transition: .4s;
    }

.sw-chk:checked + .slider-res {
    background-color: transparent;
    border: 2px solid #86d8c9;
}

.sw-chk:focus + .slider-res {
    box-shadow: 0 0 1px #2196F3;
}

.sw-chk:checked + .slider-res:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #86d8c9;
    border: 2px solid #86d8c9;
}
/* round-resed slider-ress */
.slider-res.round-res {
    border-radius: 34px;
}

    .slider-res.round-res:before {
        border-radius: 50%;
    }

.ins-book-newbutton {
    border: none;
    color: #fff;
    min-width: 125px;
    font-size: 17px;
    padding: 15px 12px;
    font-weight: 600;
    cursor:pointer;
}
.linkins-book-newbuttonclearFilters {
    padding: 11px 0;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline !important;
    color: #66dcec !important;
}
.ins-book-cancelbutton {
    border: none;
    color: #fff;
    min-width: 125px;
    font-size: 17px;
    padding: 15px 12px;
    background-color: #6f8396;
    font-weight: 600;
    cursor: pointer;
}
.ins-book-deactivebutton {
    border: 2px solid #6f8396;
    color: #fff;
    min-width: 125px;
    font-size: 17px;
    padding: 13px 12px;
    color: #6f8396;
    font-weight: 600;
    cursor: pointer;
    background:none;
}
.mb-20px {
    margin-bottom: 20px !important;
}
.mb-30px {
    margin-bottom: 30px !important;
}
.each-row-del {
    width: 20px !important;
    margin-top: 10px;
}
.ins-book-newbutton {
    /* background-color: #66DCEC !important;*/
}
.picktext {
    background-color: #d8e3ed !important;
    color:#000 !important
}
.change-sch-button-small {
    border: none;
    color: #fff;
    min-width: 90px;
    font-size: 14px;
    padding: 0px 12px;
    /* font-weight: 600; */
    /* background-color: #66DCEC !important;*/
    outline: none !important;
    height: 37px;
}
.caccel-sch-button-small {
    border: none;
    color: #fff;
    min-width: 90px;
    font-size: 14px;
    padding: 0px 12px;
    /* font-weight: 600; */
    background-color: #6f8396 !important;
    outline: none !important;
    height: 37px;
}
.ins-nav li a {
    color: #33475b !important;
    font-weight: 600;
    font-size: 15px;
    padding: 9px 4px !important;
    border-radius: 5px !important;
}

.ins-nav > li.active > a, .ins-nav > li.active > a:focus, .ins-nav > li.active > a:hover {
    font-size: 15px !important;
    background: #04a4ab !important;
}

    .ins-nav > li.active > a, .ins-nav > li.active > a:focus, .ins-nav > li.active > a:hover {
        border: none !important;
        /*background: #66DCEC !important;*/
        color: #fff !important;
        padding: 9px 8px !important;
        padding-bottom:9px !important;
    }

.ins-nav li {
    padding: 0 1px !important;
    min-width: 50px;
}

    .ins-nav li:first-child {
        padding-left: 0 !important;
    }

.mt-15px {
    margin-top: 15px;
}
.mt-25px {
    margin-top: 25px;
}
.ins-nav {
    border-bottom: 2px solid #d8e3ed;
    padding-bottom: 10px;
}

    .ins-nav li a:hover {
        font-weight: 600 !important;
        border-color: transparent !important;
    }

    .ins-nav li a:focus {
        color: #33475b !important;
        font-weight: 600 !important;
    }

    .ins-nav > li > a:focus, .nav > li > a:hover {
        margin-bottom: 0 !important;
    }

.ins-book-tab {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-tab-innerlabel {
    margin-bottom: 10px;
    color: #6f8396;
    font-size: 19px;
    font-weight: 600;
}

.mb-0px {
    margin-bottom: 0 !important;
}

.inb-input {
    width: 100%;
    border: 2px solid #d8e3ed !important;
    height: 45px;
    padding: 5px 10px 5px 10px !important;
    color: #6f8396 !important;
    font-size: 16px;
}
.inb-deliconcapacity{
    width:18px !important;
    margin-right:20px;
    margin-left:0 !important;
    cursor:pointer;
    margin-top:8px !important;
}
.d-blockfullclick {
    display: block;
}
.inb-input:focus-visible {
    outline: none !important;
    border: 2px solid #b4c2c9 !important;
    box-shadow: none !important;
}

select.inb-input {
    padding: 5px 35px 5px 10px;
    background-color:#fff !important;
}

.inb-input::placeholder {
    color: #6f8396 !important;
}

.mb-15px {
    margin-bottom: 15px;
}
.new-radio-regisins {
    display: inline-block !important;
    padding-left: 0 !important;
    margin-left: 40px;
}
/*----Radio-Button-----*/
/* The radio-regisins */
.radio-regisins {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
    padding-right: 0;
    margin-bottom: 0;
    line-height: 30px;
    margin-bottom: 10px;
    color: #6f8396;
}
    /* Hide the browser's default radio button */
    .radio-regisins input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark-resins {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    border: 1px solid;
}
.infohover2 {
    position: absolute;
    right: initial !important;
    left: 135px;
    top: -2px !important;
}
.yes-boxins {
    border-color: #86d8c9;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-resins:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-regisins input:checked ~ .checkmark-resins:after {
    display: block;
}

.yes-boxins:after {
    left: 10px;
    top: 3px;
    width: 10px;
    height: 17px;
    border: solid #86d8c9;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

/*----Radio-Button End-----*/
.info-buble {
    right: 13px;
    top: 6px;
    color: #a5bed6;
    cursor: pointer;
    vertical-align: top;
    font-size: 16px !important;
    line-height: 17px;
}
.nxthov {
    right: -20px;
    top: 5px;
}
.nxthov .fa {
    color: #a5bed6 !important;
}
.nxthov .info-hov-label{
    text-align:left;
}
.mr-5px{
    margin-right:5px;
}
.min-wi100{
    min-width:auto;
    width:100%;
}
.default-toggle-btn {
    border: none;
    color: #fff;
    min-width: auto;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: normal;
    cursor: pointer;
}
.active-default-toggle-btn {
    background-color: transparent !important;
    color: #33475b;
    border: 1px solid #33475b;
}
.default-button{
    margin-top:10px;
}
.color-box {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-bottom: 0;
    margin-right: 8px;
    vertical-align: top;
    padding: 20px 24px;
    color: #dadada;
}
.addcol {
    width: 100% !important;
    border: none;
}
.mb-25px {
    margin-bottom: 25px !important;
}

.up-ings {
    border-radius: 3px;
    border: 1px solid #cecdcd;
    padding: 10px 5px;
    max-width: 160px;
    height: 100px;
    vertical-align: top;
    min-width: 60px;
    position: relative;
    margin-right: 5px;
}

    .up-ings img {
        height: 100%;
        object-fit: contain;
    }

.imp-label {
    position: relative;
    margin-bottom: 0;
}

    .imp-label input {
        opacity: 0;
        width: 60px;
        height: 100%;
    }

.imp-file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #a9a2a2;
    padding: 25px 20px;
    text-align: center;
    font-size: 25px;
}

.brnd-font-txtbox {
    width: 100%;
    border: none;
    height: 42px;
    padding: 5px 10px;
}

.head-style {
    font-size: 22px;
}

.subhead-style {
    font-size: 19px;
}

.body-style {
    font-size: 15px;
}

.pos-rel {
    position: relative;
}

.pos-ab {
    position: absolute;
}

.customer-each-booklist {
    padding: 15px 15px 12px 15px;
}

    .customer-each-booklist h5 {
        font-size: 16px;
        margin: 0;
        color: #6f8396;
    }

.dropdownregistration {
    position: relative;
}

    .dropdownregistration:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #d8e3ed;
        z-index: 1;
        pointer-events: none;
        right: 10px;
        top: 15px;
    }
    .dropdownregistrationcapacity select {
        -webkit-appearance: none;
        width: 100%;
        height: 45px;
        border: 2px solid #d8e3ed;
        padding: 5px 55px 5px 15px;
        color: #6f8396;
        font-size: 14px !important;
        display: block !important;
    }
    .dropdownregistrationcapacity:before {       
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #d8e3ed;
        right: 6px;
        top: 18px;
    }
        .dropdownregistration select {
        -webkit-appearance: none;
        width: 100%;
        height: 45px;
        border: 2px solid #d8e3ed;
        padding: 5px 30px 5px 5px;
        color: #6f8396;
        font-size: 17px;
        display: block !important;
    }

.addservice-button {
    color: #6f8396;
    font-size: 20px;
    border: none;
    background-color: transparent;
    padding: 6px 0;
    font-weight: 600;
}

.added-buttonservice {
    /*background-color: #d8e3ed;
    color: #6f8396;
    font-size: 15px;
    border: none;
    padding: 11px 10px;
    font-weight: 600;
    margin-bottom:8px;*/
    background-color: #d8e3ed;
    color: #6f8396;
    font-size: 18px;
    border: none;
    padding: 11px 12px;
    margin-bottom: 8px;
}

.ml-8px {
    margin-left: 8px;
}

.ml-15px {
    margin-left: 15px;
}

.sp-cal {
    font-size: 30px;
    color: #717f8e;
}
/* The res-radiobut */
.res-radiobut {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
    color: #6f8396;
    line-height: 26px;
}

    /* Hide the browser's default radio button */
    .res-radiobut input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.che-radiobut {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #757575;
}

/* On mouse-over, add a grey background color */

/* When the radio button is checked, add a blue background */
.res-radiobut input:checked ~ .che-radiobut {
    border: 2px solid #757575;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.che-radiobut:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.res-radiobut input:checked ~ .che-radiobut:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.res-radiobut .che-radiobut:after {
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #757575;
}

.visible-input {
    position: static !important;
    opacity: 1 !important;
    border: 2px solid #d8e3ed;
    height: 32px;
    padding: 5px 10px 5px 10px;
    color: #757575 !important;
    width: 60px;
}

.insbooking-anchor {
    padding-left: 15px;
    text-decoration: underline !important;
    font-size: 16px;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.bokibg-req-but {
    border: 2px solid #d8e3ed;
    background-color: transparent;
    min-width: 150px;
    color: #6f8396;
    padding: 10px 5px;
    font-size: 17px;
    margin-right: 5px;
}

.active-booked-req-but {
    color: #fff !important;
}

.dis-textlight {
    color: #6f8396;
    font-weight: normal;
    font-size: 17px;
}

.dot-bord {
    border: 2px dotted #cecdcd;
}

.person_man-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #dadada;
}

    .person_man-user img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 50% !important;
    }

.emp-names {
    margin: 0 0 0 0;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.emp-details-maindiv {
    position: relative;
}

.mt-10px {
    margin-top: 10px;
}

.fl-name-can {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    padding: 19px 5px;
    text-align: center;
}

.each-userpanner {
    position: relative;
    min-height: 300px;
    background: #f4f4f4;
    padding: 35px 8px 8px 25px;
    margin-bottom: 20px;
}

.each-useraction {
    position: absolute;
    right: 0px;
    top: 8px;
}

.mr-15px {
    margin-right: 15px !important;
}

.mt-0px {
    margin-top: 0px;
}

.emp-addressdetails {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.mt-10px-auto-d-block {
    margin: 10px auto;
    display: block;
}

.mt-40px {
    margin-top: 40px;
}

.addnew-userdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
}

.addnew-userinnerdiv {
    height: 100%;
    width: 550px;
    position: fixed;
    right: 0;
    background: white;
    border-left: 3px solid #6f8396;
    padding: 20px;
    top: 0;
}

.txt-box-label {
    line-height: 30px;
    margin-bottom: 5px;
    color: #6f8396;
    font-size: 17px;
    text-align: left;
}

.img-coseicon {
    position: absolute;
    right: 2px;
    z-index: 9;
    top: 1px;
    font-size: 19px !important;
    color: #6f8396;
    cursor: pointer;
    display: none !important;
}

.up-ings:hover .img-coseicon {
    display: block !important;
}

.addnew-userdiv {
    display: none;
}

.day-ul {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

    .day-ul li {
        width: 60px;
        height: 60px;
        display: inline-block;
        background: #d8e3ed;
        color: #6f8396;
        font-size: 15px;
        font-weight: 600;
        padding: 19px 8px;
        text-align: center;
        margin-right: 6px;
    }

.day-liactive {
    color: #fff !important;
    background: #F88383 !important;
}

.each-div-adduser {
    margin-bottom: 10px;
}

.user-scroll {
    height: calc(100vh - 65px);
    overflow-y: auto;
    margin-bottom: 300px;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.zone-buttoncolor {
    background: #6f8396 !important;
}

.search-imp {
    background: #efefef;
    font-style: italic;
    border: none;
}

.team-img-new {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .team-img-new img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.team-popup-eachpannel {
    border-bottom: 1px solid #6f8396;
    padding: 7px 0;
}

.pl-0px {
    padding-left: 0 !important;
}

.pr-0px {
    padding-right: 0 !important;
}

.lh-45px {
    line-height: 45px;
}

.make-sveiser {
    background: #F88383 !important;
    border-radius: 0;
    margin: 7px 0 0 0;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 100;
}

.fs-15px {
    font-size: 15px;
}

.fs-25px {
    font-size: 25px;
}

.pl-5px {
    padding-left: 5px !important;
}

.d-in-bl {
    display: inline-block;
    vertical-align: top;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.Getting-Startedh2 {
    color: #33475b;
    margin: 0;
    font-weight: 600;
    font-size: 42px;
}

.each-compl-row {
    border-bottom: 2px solid #d8e3ed;
    padding: 5px 10px;
}

.status-section {
    float: right;
}

.status-section {
    font-weight: 600;
}

.setting-label {
    color: #000;
    margin: 40px 0 3px 0;
    font-size: 27px;
    font-weight: 600;
}

.setting-label-p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.st-label-icon {
    font-size: 39px;
}

.sta-label {
    margin: 10px 0 0 0;
    font-size: 25px;
}

.setup-acclabel {
    border-bottom: 6px solid #d8e3ed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 15px;
}

.status-section a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}

.status-section label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}

.status-section i {
    padding-left: 20px;
    font-size: 22px;
    color: #33475b;
}

.status-section label span {
}

.changeplan-button {
    color: #fff;
    background: #f88383;
    border: none;
    font-size: 16px;
    padding: 4px 18px;
    font-weight: 100;
    line-height: 27px;
    min-width: 120px;
}

.lock-ab-position {
    position: absolute;
    top: 0;
}

.f-width-dinline {
    width: 65px;
}

.l-width-dinline {
    width: 70%;
}
.my-cus-each{
    padding:15px;
    background-color:#f4f4f4;
}
.info-hov-label {
    position: absolute;
    right: 30px;
    min-height: 100px;
    width: 200px;
    background: #33475b;
    z-index: 99;
    top: -40px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    display: none;
}

    .info-hov-label::before {
        content: " ";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 13px solid #33475b;
        border-bottom: 7px solid transparent;
        position: absolute;
        right: -10px;
        top: 42px;
    }
.infohoverl:hover .info-hov-label {
    display: block;
}
.info-hov-label-conficsettings{
    right:auto;
    left:30px;
}
    .info-hov-label-conficsettings::before {
        border-left: none;
        border-top: 7px solid transparent;
        border-right: 13px solid #33475b;
        border-bottom: 7px solid transparent;
        left: -10px;
    }

.operationmodal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.operationmodal .modal-content {
    background-color: #fff !important;
    height: 100vh !important;
    overflow-y: auto;
}

.cl-button {
    color: #000;
    font-size: 78px;
    left: 0;
    top: 0;
    background: #fff;
    border: none;
    line-height: 56px;
}

.time-zone-top-sec {
    padding-bottom: 20px;
    border-bottom: 1px solid #a9c3da;
    margin-bottom: 20px;
}

.gr-boxins {
    border: 2px solid;
    border-color: #d6d6d6;
}

    .gr-boxins:after {
        left: 9px;
        top: 3px;
        width: 9px;
        height: 16px;
        border: solid #7f8483;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg );
    }

.m-0px {
    margin: 0px !important;
}

h3.wk-hrs {
    margin: 0 0 25px 0;
    font-weight: 600;
}

h3.spl-hrs {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.day-radio {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px !important
}

.with-cont-input {
    font-size: 23px;
    color: #33475b !important;
    vertical-align: top;
}

.inb-delicon {
    width: 17px;
    margin-left: 20px;
    margin-top: 10px;
}

.sp-plussign {
    font-size: 40px;
    cursor: pointer;
}

.v-top {
    vertical-align: top;
}

.copy-operation {
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
}

.dropdownregistration .dropdown-toggle {
    border: 2px solid #d8e3ed !important;
    height: 45px !important;
    box-shadow: none !important;
    padding: 16px 25px 12px 10px !important;
    color: #6f8396 !important;
}

.dropdownregistration .bootstrap-select {
    width: 100% !important;
}

.dropdownregistration .filter-option {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
}

.dropdownregistration.btn-default.dropdown-toggle:focus, .dropdownregistration.btn-default.dropdown-toggle:hover {
    background-color: #ffffff !important;
}

.color-h-w-control {
    height: 45px !important;
    width: 100% !important;
}

.each-div-adduser .minicolors-theme-default .minicolors-swatch {
    top: 15px !important;
}

.switch-rel {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 30px;
    margin-top: 5px;
}

    .switch-rel input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider-rel {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8e3ed;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-rel:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-rel {
    background-color: #06D8B9;
}

input:focus + .slider-rel {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-rel:before {
    -webkit-transform: translateX(44px);
    -ms-transform: translateX(44px);
    transform: translateX(44px);
}

.slider-rel.round-rel {
    border-radius: 34px;
}

    .slider-rel.round-rel:before {
        border-radius: 50%;
    }

.operationmodal {
    z-index: 9999;
}

.mr-8px {
    margin-right: 8px;
}

.d-seperator {
    line-height: 45px;
    font-weight: 600;
    color: #717f8e;
}

.mb-50px {
    margin-bottom: 15px;
}
.mb-40px {
    margin-bottom: 40px;
}
.copy-operation {
    position: relative;
}

.copy-operation-popdiv {
    position: absolute;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 0 5px #a9a9a9;
    top: 32px;
    left: -75px;
    z-index: 9;
    padding: 15px 15px 15px 15px;
}

    .copy-operation-popdiv .dropdownregistration {
        position: relative;
        width: 90%;
        margin: 25px auto;
    }

        .copy-operation-popdiv .dropdownregistration select {
            line-height: 15px;
        }

    .copy-operation-popdiv .fa {
        position: absolute;
        top: -8px;
        right: -7px;
        font-size: 25px;
        padding: 15px
    }

.copy-operation-popdiv {
    display: none;
}

.ent-hrs {
    font-size: 20px;
    font-weight: 100;
    color: #000000;
}

.copy-div {
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px !important;
}

    .copy-div .checkmark-resins {
        right: 0px;
        left: initial;
    }

.copy-operation-popdiv .ins-book-newbutton {
    margin-top: 25px;
    padding: 0;
    width: 100%;
}

.copy-operation-popdiv p {
    text-align: left;
    line-height: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
    font-size: 17px;
    margin-bottom: 17px
}
/*.sch-ins-nav li {
    min-width: 145px;
}*/

/*--------------------------------------------------Radio-Button------------------------------------*/
/* The radio-regis */
.radio-regis {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
    padding-right: 30px;
    margin-bottom: 0;
    line-height: 35px;
}
    /* Hide the browser's default radio button */
    .radio-regis input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark-res {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border-radius: 7px;
    border: 3px solid;
}
.cycle-check {
    width: 30px;
    height: 30px;
    border: 1px solid #86d8c9;
    border-radius: 4px;
}
.cycle-check:after {
    left: 10px;
    top: 3px;
    width: 10px;
    height: 17px;
    border: solid #86d8c9;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-regis-cycle-check {
    color: #6f8396;
    font-size: 17px;
    padding-right: 20px;
    padding-bottom: 0;
    line-height: 30px;
    padding-left: 40px;
}
.no-box {
    border-color: #f88383;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-res:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-regis input:checked ~ .checkmark-res:after {
    display: block;
}

.yes-box:after {
    left: 10px;
    top: 2px;
    width: 10px;
    height: 20px;
    /*border: solid #66DCEC;*/
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg )
}

.no-box:after {
    left: 10px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid #f88383;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg )
}

/*--------------------------------------------------Radio-Button End------------------------------------*/
.new-version-table {
    width: 100%;
}

    .new-version-table thead tr th {
        border-bottom: 3px solid #33475b;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .new-version-table thead h5 {
        padding-bottom: 15px;
    }

    .new-version-table tbody tr td {
        padding: 12px 5px;
        vertical-align:top;
    }

    .new-version-table tbody tr {
        border-bottom: 1px solid #d8e3ed;
    }

.fs-19px {
    font-size: 19px !important;
}

.w-30px-iconed-del {
    width: 30px;
    cursor: pointer;
}
.w-22px-iconed-del {
    width: 22px;
    cursor: pointer;
}
.lh-40px {
    line-height: 40px;
}

.tab-innertab-config {
    border-bottom: none !important;
}

    .tab-innertab-config > li.active > a, .tab-innertab-config > li.active > a:focus, .tab-innertab-config > li.active > a:hover {
        background: #dae3e7 !important;
        color: #5198a3 !important;
    }

    .tab-innertab-config li a {
        color: #a5bed6 !important;
        padding: 9px 10px !important;
    }

.tag-td {
    background: #f1f6f8 !important;
    color: #6f8396;
    font-size: 18px;
}

.tab-innertable-tbody tr td {
    color: #6f8396;
    font-size: 18px;
}

.w-50px {
    width: 50px;
}

.stp-bckward {
    width: 40px;
    height: 40px;
    background: #6f8396;
    font-size: 30px;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.stp-forward {
    width: 40px;
    height: 40px;
   /* background: #66DCEC;*/
    font-size: 30px;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.sch-ins-nav li a {
    padding: 9px 8px !important;
}

.bb-jobestimation {
    border-bottom: 2px solid #d8e3ed;
    padding: 10px 0;
}

.fw-100 {
    font-weight: 100;
}

.f-upload {
    position: relative;
    width: 120px;
    text-align: center;
    padding: 12px 10px 5px 10px;
    /*color: #66dcec*/
}

    .f-upload input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.img-upload-jobs {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    color: #6f8396 !important;
    font-size: 16px;
    width: 100%;
  /*  border: 2px solid #66dcec;*/
}

.w-120-desk {
    width: 120px;
}
.pt-0px {
    padding-top: 0 !important;
}
.pt-20px {
    padding-top: 20px;
}
.col-66ecce {
   /* color: #66DCEC !important;*/
}
.p-0-td {
    padding: 0 !important;
}
.sm-tab-icon {
    font-size: 25px;
    color: #6f8396;
    cursor: pointer;
}
.operationmodal .modal-header{
    margin-bottom:15px;
}
.scedul-popinpop .modal-body {
    padding: 0 !important;
}
.avs-apan{
    display:inline-block;
    min-width:220px;
}

/*----------------------------------------------------------------------Item Page-new Design-----------------------------*/

.accordion-toggle.collapsed:before {
    font-family: FontAwesome;
    content: "\f067" !important;
}
.accordion-toggle:before {
    font-family: FontAwesome;
    content: "\f068" !important;
}

.setting-label-inv {
    color: #33475b;
    margin: 25px 0 0px 0;
    font-size: 27px;
    font-weight: 600;
}

.two-label-div {
    text-align: right
}

.on-ord {
    background-color: #f1f6f8;
    text-align: center;
    line-height: 25px;
    /*border-left: 20px solid #66DCEC;*/
    margin-bottom: 0px !important;
    padding: 16px 25px;
    font-size: 20px;
    color: #33475b;
}

.on-hnd {
    background-color: #f1f6f8;
    text-align: center;
    line-height: 25px;
    border-left: 20px solid #83d5c6;
    margin-bottom: 0px !important;
    padding: 16px 25px;
    font-size: 20px;
    color: #33475b;
}
.item-input{
    border:1px solid #dcdcdc;
    height:35px;
    padding:5px 10px;
    width:100%;
}
.item-input:focus{
    box-shadow:0 0 5px #dcdcdc;
}
.item-input:focus-visible {
    box-shadow: 0 0 5px #dcdcdc;
    border: 1px solid #dcdcdc;
    outline:none;
}
.item-p-label {
    color: #09101c;
    font-size: 16px;
    margin-bottom: 3px;
}
.each-iten-inpdiv{
    margin-bottom:15px;
}
.radio-regisins input:checked ~ yes-boxins {
    background: #04a4ab !important;
}
.radio-regisins-item input:checked ~ .checkmark-resins {
    background: #86d8c9 !important;
}
.yes-boxins-item:after {
    border: solid #fff !important;
    border-width: 0 3px 3px 0 !important;
}
.each-border-section-div {
    border: 2px solid #f4f8f9;
    padding: 15px;
    box-shadow: 0 0 5px #f4f8f9;
}
.heading-item{
    color:#33475b;
    font-size:20px;
    margin:0 0 22px 0;
    font-weight:600;
}
.itemlink-anchor {
    text-decoration: none;
    font-size: 18px;
   /* color: #66DCEC !important;*/
    font-weight:600;
}
.media-img-div{
    text-align:center;
    position:relative;
}
.each-del-cross {
    position: absolute;
    right: 37px;
    font-size: 27px;
    color: red;
    top: -5px;
}
.media-img-div img {
    width: 100%;
    padding: 0 40px;
    height: 150px;
    object-fit: contain;
}
.img-add-button-div {
    background-color: #fafbfb;
    border: 2px dotted #bdc2c6;
    border-radius:5px;
    height:180px;
    width:160px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.add-button-img {
    background-color: #e5effd;
    height: 25px;
    font-size: 14px;
    color: #33475b;
    border: none;
    outline: none;
    font-weight:600;
}
.add-button-url {
    background-color: transparent;
    height: 25px;
    font-size: 14px;
    color: #33475b;
    border: none;
    outline: none;
    font-weight: 600;
    margin-top:20px;
}
.option-div{
    padding:0 40px;
}
.add-save-button {
    border: 2px solid #6f8396;
    color:#000;
    background-color:transparent;
    min-width:115px;
    height:50px;
    font-size:18px;
    font-weight:600;
}
.edit-varient {
    border: 2px solid #6f8396;
    color: #000;
    background-color: transparent;
    min-width: 85px;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
}
.varient-label-name {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding:6px 0;
}
.option-varientdiv-row {
    padding-bottom: 15px;
    padding-top:15px;
    border-bottom: 2px solid #f4f8f9;
}
.m-w85{
    min-width:85px;
}
.handleicon{
    cursor: move;
}
.d-flex-div{
    display:flex;
}
.pl-control-label{
    padding-left:32px;
}
.optvalue-handle {
    cursor: move;
    height: 22px;
    margin-right: 20px;
}
.value-delete-icon {
    margin-left: 18px;
    margin-right: 10px;
    height:20px;
}
.option-varientdiv-row:last-child {
    border-bottom: none;
}
.item-bigtable thead tr .bb-none {
    border-bottom: none !important;
}
.item-bigtable thead tr th {
    border-top: none !important;
    border-bottom: 2px solid #6f8396 !important;
    color: #09101c;
    font-size: 18px !important;
    margin-bottom: 3px;
    font-weight:normal;
}
.new-inv-a a{
    color: #6f8396 !important;
    font-weight: 600;
    cursor: pointer;
    font-size:14px;
}
.togg_div {
    display: inline-block;
    position: relative;
}
.togg_div .fa {
    position: absolute;
    top: -12px;
    left: -35px;
    font-size: 18px;
    color: #c4c4c4;
    cursor:pointer;
}
.item-bigtable tbody tr td {
    font-size: 17px !important;
    padding-left:0 !important;
}
.hiddenRow {
    border: none !important;
    padding-bottom: 0 !important;
    border-top: none !important;
    padding:0 !important;
}
.adjust-company {
    color: #6f8396 !important;
    font-weight: 600;
    cursor:pointer
}
.collapsible-table-newadd thead tr th{
    padding:7px !important;
}
.collapsible-table-newadd tbody tr td {
    padding: 13px 7px !important;
}
.collapsible-table-newadd {
    border: 2px solid #eeeeee;
}
.code-link{
    text-align:right;
}
.tfoot-amttable {
    background-color: #6f8396;
}
.tfoot-amttable tr td{
    color:#fff;
    font-size:18px !important;
}
.varient-filter{
    padding-left:0;
    margin-bottom:0;
}
.variant-select-div{
    position:relative;
}
.varient-filter li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
}
.variant-select-div select{
-webkit-appearance: none;
padding: 1px 23px 1px 5px;
border: none;
outline: none;
}
.variant-select-div:before {
    content: " ";
    position: absolute;
    z-index: 99;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    /*border-top: 14px solid #66dcec;*/
    right: 0;
    top: 7px;
    pointer-events:none;
}
.varient-filter {
    padding: 15px 0;
}
.add-varient {
   /* color: #66dcec !important;*/
    font-size: 16px;
    float:right;
    clear:both;
    text-decoration:none;
    padding:15px 0;
}
.add-value-pad-control {
    padding: 0 53px 0 33px;
}
.table-varient thead tr th {
    padding: 15px 5px;
    border-bottom: 2px solid #dadada;
    font-size: 16px;
}
.table-varient tbody tr td{
    padding:8px 5px;
}
.table-varient tbody tr {
    border-bottom: 2px solid #dadada
}
.variant-small-image {
    height: 65px;
    width: 62px;
    border: 3px dotted #8c9196;
    border-radius: 5px;
    cursor:pointer;
}
.variant-small-image img{
    height:50px;
    width:50px;
    object-fit:cover
}
.varient-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.action-dropdown select{
    -webkit-appearance:none;
}
.action-dropdown{
    position:relative;
    width:130px;
}
.action-dropdown:before {
    content: " ";
    position: absolute;
    z-index: 99;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    /*border-top: 14px solid #66dcec;*/
    right: 7px;
    top: 10px;
    pointer-events: none;
}
.top-10px-minus{
    top:-10px !important;
}
.theme-save-btn {
    background-color: #04a4ab;
    height: 38px;
    min-width: 100px;
    color: #FFF;
    border: none;
    outline: none;
    font-size: 15px;
    text-align: center;
}
.redish-cancel-btn {
    background-color: #f88383;
    height:38px;
    min-width:100px;
    color:#FFF;
    border:none;
    outline:none;
    font-size:15px;
    text-align:center;
}
.fixedHeaderitem tr th {
    font-weight: 600;
    font-size: 16px !important;
    color:#33475b !important;
}
.scrollContentitem tr td {
    font-weight: 600;
    font-size: 15px !important;
    color: #6e6e6e !important;
    padding:5px !important;
}
.variantmodal .modal-header {
    padding: 0;
    background-color: transparent !important;
    border-bottom: 1px solid #e5e5e5;
}
.variantmodal .modal-footer {
    padding: 0;
}
.variantmodal .modal-content {
   /* border: 3px solid #66DCEC !important;*/
    box-shadow: none;
    border-radius: 0;
    float:none !important;
    margin-bottom:60px !important;
}
.variantmodal .modal-header h3 {
    color: #33475b;
    font-size: 22px;
    margin: 0;
    padding: 19px 15px;
}
.variantmodal .modal-header .close {
    color: #33475b !important;
    margin-top: 12px;
    /* position: absolute; */
    margin-left: -39px !important;
    padding-right: 15px;
    font-size: 36px;
    opacity: 0.7 !important;
}
.variantmodal .modal-body {
    padding: 20px 15px;
}
.variantmodal .modal-footer{
    padding:15px !important;
}
.bord-color {
    color: #707476 !important;
    border-color: #dcdcdc !important;
    height: 35px !important;
    border-radius: 0 !important;
}
.float-leftprev-nxt-btn{
    float:left;
}
.previousitem {
    color: #909aa1;
    height: 45px;
    border-radius: 7px;
    padding: 9px 17px;
    border: 1px solid #d8dbdd;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color:transparent;
}
.next-item {
    color: #909aa1;
    height: 45px;
    border-radius: 7px;
    padding: 9px 17px;
    border: 1px solid #d8dbdd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.ud-mkp-abs {
    position: absolute !important;
    top: 26px !important;
    right: 0px !important;
}
.po-rel{
    position:relative !important;
}
.pb-25px{
    padding-bottom:25px;
}
.media-img-div-variant {
    height: 120px;
    width: 100%;
    object-fit: contain;
    box-shadow: 0 0 5px #e9e9e9;
}
.media-img-div-variant img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.bg-cont {
    background-color: #008060 !important;
}
.bord-col-color {
    border: 1px solid #babfc3 !important;
    color: #606060 !important;
}
.media-img-div-variantactive {
    box-shadow: 0 0 5px #c2c8ce;
   /* border: 2px solid #66dcec;*/
}
.media-img-div-variant .each-del-cross {
    position: absolute;
    right: 0;
    font-size: 27px;
    color: red;
    top: -10px;
}
.billing-conf-g-chkboxdiv{
    margin-top:15px;
}
.billing-conf-g-chkboxdiv .radio-regisins{
    display:inline-block;
}
.request-postpone {
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 10px 10px;
    background: #f1f6f9;
}

.request-postpone .dis-textlight{
    font-size:14px;
}
.date-time-light {
    font-size: 12px;
    color: #bbbbbb;
}
.fs-reason span {
    font-size: 13px;
    color: #6e8398 !important;
}
.additional-label {
    color: #66DCEC;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d8e3ed;
}
.content-listbox {
    border: 1px solid #dadada;
    border-radius: 3px;/*
    padding: 13px;*/
    margin-bottom:30px;
}
.con-box-inner h4 {
    font-size: 15px;
    color: #333;
    margin-bottom:5px;
    margin-top:0;
}
.con-box-inner h4 span {
    color: #868686;
    font-weight: 500;
    font-size:13px;
}
.con-box-inner p {
    font-size: 12px;
    color: #868686;
}
.content-fil-visual {
    text-align: center;
    font-size: 60px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
    padding-bottom: 35px;
    padding-top: 35px;
}
.pl-concontentbox{
    padding:20px 15px 10px 10px;
}
.content-fil-visual {
    color: #00b4d8 !important;
}
.dwn-load{
    font-size:25px;
    color:#33475b;
}
.con-box-inner h3 {
    margin: 0 0 12px 0;
    font-size: 17px;
    color: #33475b;
    font-weight: 600;
}
.contnt-img{
    height:72px;  
}
.ModalAddInfo-header{
    background-color:#33475b;
    padding-bottom:0;
}
.closeicon-svg {
    height: 36px;
    fill: #fff !important;
    text-align: right;
    width: 35px;
    cursor: pointer;
}
.ModalAddInfo-header .close{
    color:#fff !important;
    opacity:1 !important;
    position:relative;
    top:-5px;
}
.m-0-all {
    margin: 0;
}
.apto-dropdown-wrapper {
    width: 100%;
    height: 45px;
    float: left;
    position: relative;
}

.apto-trigger-dropdown {
    width: 100%;
    border: 2px solid #d8e3ed;
    height: 45px;
    padding: 5px 10px 5px 10px;
    color: #6f8396 !important;
    font-size: 16px;
    background: transparent;
    text-align: left;
}

    .apto-trigger-dropdown span {
        padding-left: 10px;
    }

    .apto-trigger-dropdown:hover {
        background-color: #eee;
    }

    .apto-trigger-dropdown .fa-caret-down {
        float: right;
        line-height: 22px;
    }

    .apto-trigger-dropdown svg {
        width: 25px;
        float: left;
        height: 25px;
    }

.apto-dropdown-wrapper .dropdown-menu {
    width: 100%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 45px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

    .apto-dropdown-wrapper .dropdown-menu.show {
        display: block;
    }

.apto-dropdown-wrapper .dropdown-item svg {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    color: #222;
}

.apto-dropdown-wrapper .dropdown-item {
    width: 100%;
    height: 50px;
    line-height: 25px;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s ease-in;
    background-color: #fff;
    font-weight: 700;
    font-family: Montserrat, serif;
    color: #5a616c;
    text-align: left;
}

    .apto-dropdown-wrapper .dropdown-item:hover {
        background-color: #e5e5e5;
    }

    .apto-dropdown-wrapper .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }
    .div-Settings-List {
        width: 200px;
    }
    .div-Settings-List .added-buttonservice {
        width: 150px !important;
        text-align:left !important;
    }
    .t-cen-allign:last-child {
        text-align: center !important;
    }
.dropdown-menu.abc{
    display:block;
}
.infohoverSigningKey {
    position: absolute;
    left: 77px;
    top: -3px;
    width:25px;
}
.small-boxinfo {
    width: 220px !important;
    min-height: 50px !important;
    top: -20px !important;
}
    .small-boxinfo:before {
        top: 10px !important;
    }
    .info-hov-labelSigningKey {
        border: 1px solid #d0d0d0;
        border-radius: 5px;
        box-shadow: 1px 1px 9px 1px #a5a5a5;
        width: 500px;
        color: #000;
        font-weight: normal;
        background-color: #fff;
        top: -45px;
        left: 30px;
        line-height: 19px;
    }
.info-hov-labelSigningKey:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 13px solid white;
    border-top: 20px solid transparent;
    top: 35px;
}
.documentation-link {
    font-size: 13px;
    padding: 5px 0 0px 0;
    display: inline-block;
    font-weight: 600;
}
.documentation-link{
    float:right;
    text-decoration:underline;
    font-size:14px;
}
.box-workflow {
    padding: 15px 0;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 0 5px #dadada; */
    background: #fdfdfd;
}
    .box-workflow .p-tab-innerlabel{
        font-size:18px !important;
    }
    .trigger-box {
        margin: 0;
        margin-top: 30px;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 15px 0;
    }
.call-notification {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}
.mem-tab li{
    min-width:90px !important;
}

.pos-re{
    position:relative;
}
.porel-ab{
    position:absolute;
    top:-85px;
    right:0
}
.btn-fsizecontrol{
    font-size:20px;
}
.viewcommission {
    padding-top: 10px;
}
.commisionmainbox{
    border:1px solid #dadada;
    border-radius:6px;
    /*padding:30px 30px*/;
}
.commisionmainboxinner {
    padding: 30px 30px 35px 30px;
}
.commision-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 18px;
    text-align: left;
}
.commision-table th {
    border: 1px solid #f1f1f1 !important;
    padding: 8px;
    text-align: center;
    color: #33475b;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 8px !important;
}
.commision-table td {
    border: 1px solid #f1f1f1 !important;
    padding: 8px;
    text-align: center;
    color: #33475b;
    font-size: 15px;
}
   
.commision-table .input-box {
    width: 100%;
    padding: 5px;
    text-align: left;
    border: 1px solid #f1f1f1;
    height: 45px;
    border-radius: 7px;
}
.input-boxpercentage {
    width: 100%;
    padding: 5px 20px;
    text-align: left;
    border: 1px solid #f1f1f1;
    height: 45px;
    border-radius: 7px;
    font-size: 20px;
}
.commision-table .copy-operation {
    line-height: initial;
}

.dropArea {
    width: 100%;
    min-height: 100px;
}
.input-boxpercentage.perventpxcalculation {
    width: 120px;
}
.bord-rightonlyone{
    border-right:1px solid #f1f1f1;
}
.comontargetmovep {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    margin: 0 10px 5px 0;
    border-radius: 6px;
    background-color: #d8e3ed;
    color: #5a6a78;
    font-weight: 500;
    font-size: 14px;
}
.sta-labelcommssion {
    font-size: 17px;
    font-weight: 600;
    color: #33475b;
}
.eg-exampletext {
    font-size: 15px;
    font-style: italic;
    margin: 10px 0 10px 0;
    color: #9f9f9f;
}
.pvalue {
    font-size: 12px;
    margin: 4px 0 0 0;
    text-align: left;
}
.pvalue span{
    font-weight:600;
    font-size:13px;
}
.inputBox {
    margin-left: 0;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #e1dadaf3;
    width: 30px;
    border-radius: 6px;
}
.dropAreaonborderbox{
    border:1px solid #f1f1f1;
    padding:10px;
    border-radius:6px;
}
.calculate-button {
    background-color: #06d8b9;
    border: 0;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 18px;
    width: 100%;
}
.main-commissionbox {
    box-shadow: 0 0 5px #cdcdcd;
    border-radius: 7px;
    padding: 15px 20px 0 20px;
}
.header-ofbox{
    margin:0 0 0 0;
}
.viewcommission a {
    color: #00b4d8;
    font-size: 16px;
    font-weight:600;
    text-decoration:none;
}
.comission-save button {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #f58873;
    color: #fff;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 16px;
}
.cost-boxes{
    text-align:center;
}
.label-valueboxh4 {
    font-size: 25px;
    color: #06d8b9;
    font-weight:600;
}
.cost-boxes h4 {
    font-size: 25px;
}
.md-costboxes {
    border-top: 1px solid #f1f1f1;
    padding: 13px 0;
}
.md-costboxes-main{
    padding-left:25px;
    padding-right:25px;
}
.role-dropdown{
    text-align:right;
    padding:0 30px;
}
.role-dropdown select.input-boxpercentage {
    opacity: 1 !important;
    display: inline-block !important;
    width:300px;
    font-size:15px;
    padding-left:10px;
    font-weight:600
}
.role-dropdown label{
    font-weight:normal;
}
.information-insbooking {
    background: #f1f6f8;
    padding: 15px 15px;
    border: 1px solid #d9e7eb;
    border-radius: 5px;
    color: #33475b;
    margin-bottom:20px;
}
.information-insbooking p {
    margin:0;
}
.information-insbooking .fa {
    font-size: 18px;
    color: #00b4d8;
    margin-right: 5px;
}
.comission-clearbutton {
    color: #00b4d8;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border: none;
}
.commissioncopytechdiv{
    width:260px !important;
}
.commissioncopytechdiv .copy-div {
    padding-right: 42px !important;
    word-break: break-word !important;
    line-height: 23px !important;
    font-size:18px !important;
}
.scroll-commissioncopytechdiv{
    max-height:250px;
    overflow-x:hidden;
    overflow-y:auto;
}
.commissioncopytechdiv .copy-div .checkmark-resins {
    right: 6px !important;
}
.r-0class{
    right:0 !important;
}
.allgin-stylecontrol {
    float: right;
    vertical-align: top;
    margin: 0;
}
.row-each-div-adduser .each-div-adduser {
    margin-bottom: 20px;
}
.single-tmzone {
    margin: 5px 0 0px 0;
    background: #f7f7f7;
    padding: 3px 2px;
    border: 1px solid #ededed;
    font-weight: 500 !important;
    font-size: 13px;
}
.single-tmzone input {
    border: 1px solid #ededed;
    height: 25px;
    padding: 5px 8px;
    font-size: 14px;
    color: #6f8396 !important;
    width:100%;
}
.single-tmzone span {
    color: #253342;
    margin: 0 0 2px 0;
    display: block;
    line-height: 14px;
}
.orcopybutton {
    border: none;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 0 5px #919191;
    background: #fff;
    width: 60px;
    height: 60px;
    font-weight: 600;
}
.capacitysm-modal-head {
    font-size: 20px;
    font-family: 'satoshi-bold';
    color:#253342;
}
.modal-closeaddcapacity {
    position: absolute;
    right: 0;
    top: 0px;
}
.capacitysm-modalheader {
    padding: 20px;
}
.modal-body.capacitysm-modal-body {
    padding: 20px !important;
}
.capacitysm-modal-footer {
    padding: 20px !important;
}
.capacitysm-modal-body .p-tab-innerlabel {
    font-size: 18px;
    font-family: 'satoshi-bold';
    color: #253342;
}
.capacity-dropdown select{
    -webkit-appearance:auto;
    height:52px;
    border:1px solid rgba(0, 0, 0, 0.05);
    color:#253342;
    border-radius:8px;
}
.capacity-dropdown:before {
    display: none;
}
.addcapaciry-popupsavebtn {
    height: 44px;
    background-color: #00b4d8;
    color: #253342;
    border-radius: 8px;
    min-width: 101px;
    border: none;
    font-size: 16px;
    font-family: 'satoshi-bold';
    color: #253342;
    padding: 0px 15px;
}
.cancelcapaciry-popupsavebtn {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    height: 44px;
    border-radius: 8px;
    min-width: 101px;
    font-size: 16px;
    font-family: 'satoshi-bold';
    color: #253342;
}
.addcapacityswitch {
    margin: 0;
    font-weight: normal;
    padding: 0 20px;
    font-size: 18px;
    cursor:pointer;
}
.option {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
.multi-select {
    width: 250px;
    position: relative;
    font-family: Arial, sans-serif;
}
.select-box {
    border: 1px solid #ccc;
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.sltdtxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.checkbox-list {
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}
    .checkbox-list label {
        display: block;
        padding: 6px 10px;
        cursor: pointer;
    }
        .checkbox-list label:hover {
            background: #f2f2f2;
        }
.arrow {
    font-size: 12px;
}
.opctyone{
    opacity:1 !important;
}
/*----------------------------------------------------------------------Item Page-new Design End-----------------------------*/
@media screen and (max-width: 767px) and (min-width: 320px) {
    .Getting-Startedh2 {
            margin-top: 60px;
            font-size: 35px;
        }

        .setting-label {
            margin-top: 30px;
            font-size: 25px;
        }

        .sta-label {
            margin: 17px 0 0 0;
            font-size: 17px;
        }

        .status-section a {
            font-size: 14px;
            line-height: 53px;
        }

        .status-section i {
            padding-left: 8px;
            font-size: 15px;
        }

        .cl-button {
            font-size: 40px;
            line-height: 20px;
        }

        .pos-rel .Getting-Startedh2 {
            margin-top: 0;
            padding: 0 20px;
        }

        .operationmodal .modal-dialog {
            padding: 5px;
        }

        .operationmodal .modal-content {
            padding: 15px 10px;
        }

        .operationmodal .modal-header {
            margin-bottom: 15px;
            padding: 15px 0;
        }

        .with-cont-input {
            width: 85px !important;
            font-size: 14px !important;
            padding: 0 3px;
        }

        .mw-connt {
            width: 70px !important;
        }

        .copy-operation-popdiv {
            left: initial;
            right: 0;
        }

        .switch-rel {
            width: 55px;
        }

        input:checked + .slider-rel:before {
            -webkit-transform: translateX(25px);
            -ms-transform: translateX(25px);
            transform: translateX(25px);
        }

        .day-radio {
            font-size: 18px;
            margin: 5px 0px !important;
        }

        .new-ins-book-header-input {
            font-size: 30px;
        }

        .each-userpanner {
            position: relative;
            padding: 35px 8px 20px 25px;
            min-height: initial;
        }

        .ins-book-newbutton {
            font-size: 15px;
            padding: 12px 10px;
        }

        .emp-names {
            font-size: 19px;
        }

        .addnew-userinnerdiv {
            width: 100%;
        }

        .pl-0-pr-0-mob {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .ins-book-cancelbutton {
            font-size: 15px;
            padding: 12px 10px;
        }

        .day-ul li {
            margin-bottom: 6px;
        }

        .ins-nav li {
            padding: 0px !important;
            width: 100%;
        }

        .sch-ins-nav li a {
            font-size: 18px !important;
        }

        .w-30px-iconed-del {
            width: 20px;
        }

        .new-version-table {
            width: 100%;
            display: block;
            overflow-x: auto;
        }

            .new-version-table tbody tr td {
                padding: 3px 5px;
            }

            .new-version-table thead tr th {
                padding: 0 10px;
            }

        .scedul-popinpop .modal-content {
            padding: 0
        }

        .mt-0-mob {
            margin-top: 0;
        }

        .mb-40px-mobile {
            margin-bottom: 40px;
        }

        .text-left-mobile {
            text-align: left;
        }

        .ins-nav li a {
            font-size: 18px !important;
        }

        .d-blmob {
            display: block !important;
            margin: 0 !important;
        }

        .mb-15px-mob {
            margin-bottom: 15px !important;
        }

        .mar-0-mob {
            margin: 0 !important;
        }
    }