:root {
    --main-color: #E7E9ED;
    --secondary-color: #11284b;
}


@font-face {
    font-family: Cera Pro;
    src: url(../fonts/cera-pro-sv/cera_pro_black.otf);
}
@font-face {
    font-family: Cera Pro Black Italic;
    src: url(../fonts/cera-pro-sv/cera_pro_black_italic.otf);
}
@font-face {
    font-family: Cera Pro Bold;
    src: url(../fonts/cera-pro-sv/cera_pro_bold.otf);
}
@font-face {
    font-family: Cera Pro Light;
    src: url(../fonts/cera-pro-sv/cera_pro_light.otf);
}

@font-face {
    font-family: Cera Pro Medium;
    src: url(../fonts/cera-pro-sv/cera_pro_medium.otf);
}

@font-face {
    font-family:Cera Pro Regular Italic;
    src: url(../fonts/cera-pro-sv/cera_pro_regular_italic.otf);
}

@font-face {
    font-family:Sinfonieta normal;
    src: url('../fonts/sinfonieta/Sinfonieta.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*list-style: none;*/
    text-decoration: none;
    scrollbar-color: #ccc #808080; 
    scrollbar-width: thin; 
}

.body {
    padding-bottom: 30px;
    position: relative;
    min-height: 100vh;
    background: #F5F6FA;
    height:100%;

}
a {
    transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--main-color);
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    /*    position: absolute;
        top: 0;*/
    width: 250px;
    text-align: center;
    padding: 20px 0;
}
.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.sidebar-nav {
    /*    position: absolute;
        top: 75px;*/
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav > li {
    text-indent: 10px;
    line-height: 42px;
}
.sidebar-nav > li .sildebar-menu-title {
    font-family: 'Cera Pro Medium';
    font-style: normal;
    letter-spacing: 0.03em;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 10px;
    border-radius: 10px !important;
    text-transform: uppercase;
}
.sidebar-nav li  ul.list-unstyled > li > a{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    letter-spacing: 0.03em;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 10px;
    border-radius: 10px !important;
    text-transform: capitalize;

}
.sidebar-nav .list-unstyled > li > a:hover,
.sidebar-nav .list-unstyled > li.active > a {
    text-decoration: none;
    color: blue;
    background: silver;
    border-radius: 10px;
    margin: 5px 10px;
    font-family: 'Cera Pro Bold';
    /*font-weight: 700;*/
    text-transform: capitalize;
}
.sidebar-nav .list-unstyled > li > a i{
    padding-right: 5px; 
}

.sidebar-nav > li > a i.fa {
    font-size: 24px;
    width: 60px;
}


#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#navbarNavDropdown .dropdown-menu .dropdown-item:active{
    background-color:  var(--main-color) !important;
    color:#fff;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #fff!important;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-wrapper .navbar a {
    color: #757575;
}
#navbar-wrapper .navbar a:hover {
    color: var(--secondary-color);
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}
#wrapper.toggled #content-wrapper {
    /*    position: absolute;
        margin-right: -250px;*/
}

.profile-round{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 166, 0, 0.3)!important;
    font-size: 15px;
    line-height: 40px;
    text-align: center !important;
    font-family: 'Cera Pro'!important;
    color: #000 !important;
    display: inline-block!important;
    text-transform: uppercase;

}
.que-profile-round{
    color: #C4C4C4;
    border: 0.5px solid #fff;   
    padding-top: 15px;
}
.card-body-subtitle{
    font-size: 13px;line-height: 10px;color: #B2B2B2;text-transform: capitalize;font-family: 'Cera Pro Medium';font-style: normal;font-weight: 500;
}
.card-body-title{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #B2B2B2;
}



.dash-board-card-title {
    font-family: 'Cera Pro bold';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 20px;
}
.dashboard-card {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0px 0px 20px;
    border: none!important;
    max-height: 100px;
}
.dash-bord-card-count{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #29292B;
    padding-left:2px;
}
.card-progress-bar{
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;

}
.breadcrumb{
    background: none;
    text-decoration: none;
    padding-bottom:0px;
}

.breadcrumb li{
    color: #333333;
    font-size: 14px;
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
}
.breadcrumb .breadcrumb-item a{
    color: #000;
    font-size: 14px;
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
}
.breadcrumb .active{
    color: var(--secondary-color);
}
.dropdown-menu  a{
    font-family: 'Cera Pro Medium';
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;   
}
.dropdown-menu  {
    border-radius: 10px;
}


.view-boarding-theme-card{
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: inset 0px -1px 0px rgba(30, 32, 37, 0.08);
    word-break: break-word;
    border:none !important;

}
.view-boarding-theme-card table.contract-form-card td,
.view-boarding-theme-card table.contract-form-card th{
    border-top: none !important;

}



.theme-card{
    font-family: 'Cera Pro Bold';
    /*font-weight: 500;*/
    font-size: 16px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: inset 0px -1px 0px rgba(30, 32, 37, 0.08);
    word-break: break-word;
    border:none !important;

}

.search-theme-card {
    font-family: 'Cera Pro Bold';
    /*font-weight: 500;*/
    font-size: 16px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
}
.filter-theme-btn-primary{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background:  #fff;
    padding: 5px 14px;
    border-radius: 6px;
    min-height: 38px;
    min-width: 87px;
}
.filter-theme-btn-primary:hover{
    color: #B2B2B2;
    border: 1px solid #B2B2B2;
}
.filter-theme-btn-primary i {
    font-size: 0.8rem;
    padding-right:3px;
}

.swal2-cancel,
.swal2-confirm,
.theme-btn-primary{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: black!important;
    background:  var(--main-color) !important;
    padding: 5px 14px;
    border-radius: 6px;
    min-height: 38px;
    min-width : 136px;
    outline: 0;
    box-shadow: none!important;
}

.swal2-confirm:hover,
.swal2-cancel:hover,
.theme-btn-primary:hover{
    color: var(--main-color) !important;
    background: silver !important;
    border: 1px solid var(--main-color) !important; 
    padding: 5px 14px !important;
    min-height: 38px;
    min-width:  136px;
}
.theme-btn-green{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background:  #2F991D;
    padding: 5px 14px;
    border-radius: 6px;
    min-height: 38px;
    min-width: 136px;
}
.theme-btn-green:hover{
    color: #2F991D;
    background: #ffffff;
    border: 1px solid #2F991D; 
}
.theme-btn-red{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background:#FF2F00;
    padding: 5px 14px;
    border-radius: 6px;
    min-height: 38px;
    min-width: 136px;
}
.theme-btn-red:hover{
    color: #FF2F00;
    background: #ffffff;
    border: 1px solid #FF2F00; 
}
.theme-btn-light{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-color);
    border-radius: 6px;
    min-height: 38px;
    padding: 5px 14px;
    border: none;
    min-width: 136px;
    border: 1px solid black;
}
.theme-btn-light:hover{
    border: 1px solid var(--main-color); 
}
.theme-label{
    font-family: Cera Pro Bold;
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 16px;
    color: #6F767E;
}
.theme-label-text{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #333333;

}
.theme-btn .fa{
    padding-right: 5px;
}
.input-group-append{
    cursor: pointer;
}
.change-password .input-group-text{
    background-color:var(--main-color);
    color:var(--secondary-color);
    border:1px solid var(--main-color);
    border-top-right-radius: 6px; 
    border-bottom-right-radius: 6px;

}
.change-password input{
    border-radius: 6px; 
    height: 40px;
}

input[type="password"]::placeholder{
    letter-spacing: 0px!important;
}
input[type="password"]
{
    letter-spacing: 3px;
}

/*** CSS progress bar circle  **/

.progress-container {
    display: grid;
    grid-template-columns: repeat(1, 80px);
    background: transparent;
}

.progress-container .progress-circle  {
    width: 100%;
}

.progress-container .progress-circle canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}

.progress-circle span {
    font-size: 12px;
    font-style: normal;
    /*font-weight: 600;*/
    color: #333333;
    font-family: 'Cera Pro Bold';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    margin-left: -31px;
    margin-top: -31px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    z-index: 1; 
}

/**** Scrollbar design  ***/

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
}





@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}
@media (max-width: 768px){
    #sidebar-toggle{display: block !important;}
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }
    .body{
        overflow-x:hidden; 
    }
    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: fixed;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        /*        position: absolute;
                margin-right: -250px;*/
    }

    #navbar-wrapper {
        position: fixed;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        /*        position: relative;
                top: 0;*/
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        /*        position: relative;
                margin-right: 250px;*/
    }
}


@media (min-width: 2100px) {
    .timesheet-gridview .grid-view table.table-responsive{
        display: table !important;   
    }
}

.file-input-preview a{
    color: var(--main-color);
}
.file-input-preview{
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3em;
    height: 35px;
    color: var(--main-color);
    text-transform: uppercase;
    background-color: #fff !important;
    border-left: none;
    border-bottom: 1px solid #DEDCDC !important;
    border-top: 1px solid #DEDCDC !important;
    border-right:  1px solid #DEDCDC !important;
}
.file-input-remove{
    height: 35px;
    border-radius: 0px 6px 6px 0px!important;
    background-color: var(--main-color);
    border : 1px solid var(--main-color) !important;
}
.file-input:disabled{
    border-right:  none!important;
    background: #fff !important;
    opacity: 1;

}
.jurisdiction-details-label{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: var(--main-color)
}


/****  Signin Screen And Forgot Password Screen ****/
.setup-body,
.thanks-body,
.smartwizard-body,
.signin-body,
.forgot-password-body{
    background: var(--main-color);
    /*background-image: url(../images/wave.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: contain;
}




.forgot-password-body .help-block,    
.setup-body .help-block,
.smartwizard-body .help-block,
.signin-body .help-block,
.signin-body .help-block {
    color: #ff4e4e !important;
}

.forgot-password-text-title{
    font-family: Cera Pro;
    font-size: 32px;
    color: #fff;
}
.signin-text-title{
    font-family: Sinfonieta;
    font-size: 38px;
    color: var(--secondary-color);
}

.signin-text-narration,
.forgot-password-text-narration {
    font-family: Cera Pro Bold;
    font-style: normal;
    font-size: 18px;
    color: var(--secondary-color);
}
.remember-me-label{
    font-family: Cera Pro Medium;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.forgot-password-label {
    font-family: Cera Pro Medium;
    font-weight: 500;
    font-size: 13px;
    color: #A8CF45;
    text-decoration: none;
}
.signin-body a,
.back-to-signin-btn{
    font-family: 'Cera Pro Medium';
    font-weight: 700;
    font-size: 15px;
    color: var(--secondary-color);
    text-decoration: none;
}

.signin-body a:hover{
    color: #0056b3;
}

.signin-btn , 
.forgot-password-btn{
    font-family: Cera Pro Bold;
    background-color:  var(--secondary-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color:#fff;
    font-size: 18px;
}

.btn-sm:hover{
    color:yellow;
}

/*.back-to-signin-btn{
    font-family: 'Cera Pro Medium';
    font-size: 14px;
    font-weight: 500;
    color: #A8CF45;

}*/
.signin-body input,
.forgot-password-body input{
    font-family: 'Cera Pro Medium' !important;
    font-weight: 500;
    font-size: 14px;
    /*background-color:  #3883C8 !important;*/
    border: 1px solid #2536ff;
    border-radius: 10px;
    padding-left: 15px;
    color:#000!important;
}

.signin-body .form-control,
.forgot-password-body .form-control
{
    height: 45px!important;
}

.signin-body .form-control:focus,
.forgot-password-body .form-control:focus{
    box-shadow: none !important;
}

.signin-body .password-eye-icon{
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 14px;
    border: 0px solid var(--main-color);
    border-radius: 4px;
    background: #3883c8;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.signin-body ::placeholder ,
.forgot-password-body ::placeholder {
    color: var(--main-color) !important;
    opacity: 1; /* Firefox */
}

.signin-body  :-ms-input-placeholder,
.forgot-password-body :-ms-input-placeholder

{ /* Internet Explorer 10-11 */
    color: #fff !important;
}

.signin-body  ::-ms-input-placeholder, 
.forgot-password-body ::-ms-input-placeholder 
{ /* Microsoft Edge */
    color: #fff !important;
}




/*  ORG SetUp CSS  */

.succeed-background-tab-color,
.default-background-tab-color,
.active-background-tab-color{
    background: #fff !important;
    color: #fff;
    display: inline-block;
}
.active-background-tab-color:after{
    background: red !important;
}
.stepwizard-step p {
    margin-top: 10px;    
}
.stepwizard {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.stepwizard-row .stepwizard-step:after {
    top: 37px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 0;
}
.stepwizard-row .stepwizard-step:last-child:after{
    width: 0%;
}
.btn-default:hover{background-color: transparent;}
.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step .img-icon{
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #808080;
    border: 1px solid #fff;
    background-clip: content-box;
    padding: 2px;
    font-size: 24px;
    z-index: 2;
}

.process-flow p{
    text-align: center;width: 350px;
    color: #fff;
    font-family: 'Cera Pro Bold';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 20px;
}
.process-flow i{font-size: 35px;}
.process-flow .fa-user-plus{color: #f0a218;}
.process-flow .fa-check-circle-o{color: #3db876;}
.process-flow .fa-clock-o{color: #4d80ed;}
.process-flow .li-arrow-45{position: relative;bottom: 35px;}

.btn-a-r {padding: 3px 12px;border-radius: 0px;background: #f4f4f4;border: 1px solid #e4e4e4;}
.reject .modal-header {border-bottom: 0px solid #e5e5e5;}
.reject .close {opacity: 3;}            
.reject textarea.form-control{border-radius: 6px;border: 2px solid #F2F3F5;}
.reject .btn-success {color: #fff;background-color: #3db876;border-color: #3db876;padding: 6px 30px;}
.reject-text-c{text-align: left;color: #4d80ed;}
.c-red{color: red;}

.stepwizard-row .stepwizard-step:first-child:before{
    width: 0em;
    height: 0em;
    border-top: 0em solid #ccc;
    border-right: 0em solid #ccc;
}
.margin-top-20{
    margin-top: 25px !important;
}
.stepwizard-row .stepwizard-step a{
    position: relative;
}
.stepwizard-row .stepwizard-step a.step-circle.active::after{
    content: "";
    position: absolute;
    width: 22px;
    background: var(--main-color);
    z-index: 1;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


@media only screen and (max-width:767px){
    .process-flow p {
        text-align: center;
        font-size: 14px;
        margin: 0 0 0px;
        width: auto;
    }
    .process-flow i {
        font-size: 20px;
    }
    .stepwizard-row:before {
        top: 50px;
    }
    .stepwizard-step {display: block;margin-bottom: 30px;}
    .stepwizard-row .stepwizard-step:before {
        width: 0em;
        height: 0em;
        border-top: 0em solid #ccc;
        border-right: 0em solid #ccc;
    }
    .stepwizard-row .stepwizard-step:after{
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 0px;
        left: 50%;
        margin-left: -1.5px;
        height: 17vh;
    }
    .stepwizard-row .stepwizard-step:last-child:after{
        width: 0%;
    }
    .stepwizard-step .img-rotate{
        transform:          rotate(90deg);
        -ms-transform:      rotate(90deg);
        -moz-transform:     rotate(90deg);
        -webkit-transform:  rotate(90deg);
        -o-transform:       rotate(90deg);
        position: relative;
        left: 0px;
        top: 10px;
        z-index: -1;
    }
    .main-content-div {
        min-height: calc(100vh - 76px) !important;
    }
    .portal-logo-img-div{
        position: static !important;
    }
}
.stepwizard-step a .default-background-tab-color:before,
.stepwizard-step a .succeed-background-tab-color:before,
.stepwizard-step a .active-background-tab-color:before{
    content: "";
}

.authorize-signature_tab_content .form-control:disabled, .form-control[readonly]{
    background-color: #fff !important;
    opacity: 1;
}

.file-input .custom-file-label {
    font-family: 'Cera Pro Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #DEDCDC;
    line-height: 18px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: end;
    padding-right: 85px!important;
    text-transform: capitalize;
    color: var(--main-color);
    letter-spacing: 0.03em;
    line-height: 18px;


}
.file-input .custom-file-label::after{
    content: url(../images/download_icon.png) !important;
    background-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
    justify-content: center;

}
.sidebar-logo-image{
    height: 46px !important;
}

.logo-image{
    height: 160px !important;
}
.full-logo-image{
    height: 180px !important;
}

.thanks-text-title{
    font-size: 90px!important;
    color: var(--secondary-color) !important;
    font-family: Sinfonieta;
}
.thanks-msg{
    font-size: 25px!important;
    color: var(--secondary-color) !important;
}
.thanks-body a{
    font-family: 'Cera Pro Bold';
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
}

/*** Extra small devices (portrait phones, less than 576px) ***/
@media (max-width: 575.99px) { 
    .thanks-text-title{
        margin-top: 10px;
        font-size: 55px!important;
    }
    .thanks-msg{
        margin-top: 10px;
        font-size: 15px!important;
    }
    .logo-image{
        margin-top: 20px !important;
        height: 130px !important;
    }
    .full-logo-image{
        margin-top: 20px !important;
        height: 130px !important;
    }
    .breadcrumb{
        display: none !important;
    }
    .file-group-input .input-group-text{
        padding: 0.270rem 0.6rem!important;
    }
    .form-control{  font-size: 14px !important;  }
    .control-label{ font-size: 14px !important; }
    .theme-btn-primary,.theme-btn-light,.theme-btn-green {     min-width:111px  !important; }
    ul.nav-tabs li.nav-item a{ font-size:14px !important;}
    ul.nav-tabs li.nav-item a span{    font-size:13px !important; }
    .portal-logo-img{ margin:auto !important; }
    .signin-text-title{ font-size: 36px  !important; }
    .forgot-password-text-title{ font-size: 36px  !important; padding:15px;}
    .forgot-password-text-narration{font-size:14px  !important;}
    .grid-view nav ul.pagination{
        justify-content: flex-start !important;
    }

}

/***  Small devices (landscape phones, 576px and up) ***/
@media (min-width: 576px) and (max-width: 767.99px) { 
    .theme-btn-primary,.theme-btn-light,.theme-btn-green { min-width:111px  !important;}
    ul.nav-tabs li.nav-item a{ font-size:14px !important; }
    ul.nav-tabs li.nav-item a span{font-size:14px !important;}
    .portal-logo-img{ margin:auto !important; }
    .signin-text-title,.forgot-password-text-title{font-size: 50px  !important; padding: 10px  !important;}
}

/***   Medium devices (tablets, 768px and up) ***/  
@media (min-width: 768px) and (max-width: 991.99px) { 
    .logo-image{
        margin-top: 10px !important;
        height: 130px !important;
    }
    .full-logo-image{
        margin-top: 10px !important;
        height: 130px !important;
    }
    .thanks-text-title{
        margin-top: 10px;
        font-size: 75px!important;
    }
    .thanks-msg{
        margin-top: 10px;
        font-size: 20px!important;
    }

}

/***   Large devices (desktops, 992px and up) ***/  
@media (min-width: 992px) and (max-width: 1199.99px) { 
    .logo-image{
        margin-top: 10px !important;
        height: 160px !important;
    }
    .full-logo-image{
        margin-top: 10px !important;
        height: 160px !important;
    }
    .portal-logo-img{
        padding-left: 25px!important;
    }

}

/***   Extra large devices (large desktops, 1200px and up) ***/
@media (min-width: 1200px) { 
    .logo-image{
        margin-top: 10px !important;
        height: 160px !important;

    }
    .full-logo-image{
        margin-top: 10px !important;
        height: 80px !important;
    }
    .portal-logo-img{
        padding-left: 25px!important;
    }
}


/***   Grid View Design  CSS ***/

.grid-view table thead :first-child{
    background: #fff;
}

.grid-view  table > thead > tr > th  {
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #6F767E;
    /*text-align: center;*/
    background: #FFFFFF;
}
.grid-view tbody:before {
    line-height:1em;
    content:"_";
    color:white;
    display:block;
}
.grid-view table > tbody > tr > td
{
    background: #fff;
    font-family: Cera Pro Medium ;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.grid-view table > thead > tr > th {
    border-top: none;
    border-bottom:  none;
    vertical-align:middle;
}
.grid-view table > tbody > tr > th  {
    border-top: none;
    border-bottom:  none;
}

.grid-view table > tbody > tr > td  {
    border-top: none;    
    /*text-align:center;*/
    vertical-align:middle;
    box-shadow: inset 0px -1px 0px rgba(30, 32, 37, 0.08);
}
.grid-view table > tbody > tr > th {
    background: #fff;
}

.grid-view table > thead > tr :first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}
.grid-view table > thead > tr :last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align:left;
}

.grid-view table > tbody > tr:first-child td:first-child { border-top-left-radius: 10px; }
.grid-view table > tbody > tr:first-child td:last-child { border-top-right-radius: 10px; }
.grid-view table > tbody > tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.grid-view table > tbody > tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.grid-view nav ul.pagination {
    display: flex;
    justify-content:end;

}
.grid-view nav ul.pagination li {
    margin-left: 5px;
    margin-right: 5px;

}
.grid-view nav ul.pagination .page-link  {
    background: #fff;
    color:var(--secondary-color);
    border-radius:3px;
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ffffff;
}

.grid-view nav ul.pagination li.active a {
    background: var(--secondary-color);
    border:1px solid var(--main-color);
    color:#fff;

}
.grid-view .summary {
    font-family: 'Cera Pro Light';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding:5px;
}

.grid-view table > tbody > tr > td  > div.action-grid
{
    display: flex;
    justify-content: flex-start;
}


.grid-view table > tbody > tr > td  div.action-grid a{
    display: inline-block;
    margin-right: 10px;
}
.grid-view table > thead > tr > th > a {
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #6F767E;
}

.grid-view table > thead > tr > th :after {
    content: url(../images/asc_arrow.png);
    padding-left:  4px;
}


.grid-view table > thead > tr > th > .asc:after {
    content: url(../images/asc_arrow.png) !important;
    padding-left:  4px;
}
.grid-view table > thead > tr > th > .desc:after {
    content: url(../images/desc_arrow.png)!important;
    padding-left:  4px;
}


.grid-view nav ul.pagination  li.disabled a.page-link {
    background: #e9e9e9!important;
    border: 1px solid #e9e9e9!important;
}


/***   Datatable Design  CSS ***/



.dataTables_wrapper table > thead > tr > th {
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #6F767E;
    /*text-align: center;*/
    background: #FFFFFF;
    border:none;
}

.dataTables_wrapper table > tbody > tr {
    background: #FFFFFF;
    /*text-align: center;*/
}


.dataTables_wrapper table > tbody > tr > td{
    font-family: Cera Pro Medium ;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    word-break: break-word;
    vertical-align: middle;
}


.dataTables_wrapper table > tbody:before {
    content:"@";
    display:block;
    line-height:10px;
    text-indent:-99999px;
}

.dataTables_wrapper table > thead > tr :first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

}

.dataTables_wrapper table > thead > tr :last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.dataTables_wrapper table > tbody > tr:first-child td  {
    border: none !important;
}

.dataTables_wrapper table > tbody > tr:first-child td:first-child { border-top-left-radius: 10px; }
.dataTables_wrapper table > tbody > tr:first-child td:last-child { border-top-right-radius: 10px; }
.dataTables_wrapper table > tbody > tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.dataTables_wrapper table > tbody > tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.table-action img {
    padding: 5px;
    font-size: 14px;
    color: var(--main-color);
}

/*.dataTables_wrapper .dataTables_filter input{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 170px 3px!important;
    border-radius: 10px 10px;

}*/
.reset-btn-filter {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    margin-top: -9px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 40px;
    width: 40px;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate  .pagination .page-item.active .page-link { 
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color:#fff;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color:#fff;
}

.dataTables_wrapper .dataTables_paginate  .pagination .page-item.active .page-link:hover {
    background-color: var(--main-color);
}

.dataTables_wrapper .dataTables_paginate  .pagination .page-item .page-link { 
    background-color: #fff;
    border: 1px solid #fff;
    color:var(--main-color);
    margin: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: Cera Pro Medium ;
    border-radius: 3px;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_info
{
    font-size: 14px;
    color: #000000;
    font-family: Cera Pro Light;
    font-style: normal;
    font-weight: 300 !important;

}

.dataTables_wrapper .dataTables_length .form-control{
    border: 1px solid transparent;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_length .form-control:focus{
    box-shadow: none !important;
    border-color: transparent!important;
}



div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link {
    border: 1px solid #dee2e6;
    color: #dee2e6;
}

.dataTables_wrapper a{
    color: var(--main-color);
    font-family: Cera Pro Medium ;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*margin-bottom: 10px;*/
    display: flex;
    align-items: center;
    cursor: pointer;
}


ul.nav-tabs li.nav-item a.active{
    color: var(--secondary-color);    
    background-color: #fff0;
    border-bottom: 2px solid var(--secondary-color);
    border-top: none;
    border-right: none;
    border-left: none;

}

ul.nav-tabs li.nav-item a{
    text-transform:capitalize;
    font-family: Cera Pro Medium ;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1A1D1F;
}

ul.nav-tabs li.nav-item a span{
    background: rgba(25, 91, 151, 0.1);
    padding: 4px;
    color: var(--main-color);    
    border-radius: 4px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.detail-view tr:nth-child(odd) {background-color:  rgba(25, 91, 151, 0.05) !important;}
.detail-view th{
    font-family: 'Cera Pro Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    border:0px solid !important;
}
.detail-view td{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    border:0px solid !important;

}


.details_tab_content #w0.detail-view th,
.organisation-view #w0.detail-view th,
.users-view .detail-view th,
.request_tab_content #w2.detail-view th,
.request_tab_content #w1.detail-view th{
    width: 30% !important;

}

.details_tab_content #w0.detail-view td,
.organisation-view #w0.detail-view td,
.users-view .detail-view td,
.request_tab_content #w1.detail-view td,
.request_tab_content #w2.detail-view td{
    width: 70% !important;
}


.table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(25, 91, 151, 0.05)!important;
}


/*******  Tracking History *******/

#tracking-history {
    margin-bottom:1rem
}

.tracking-item-history {
    font-family: Cera Pro Medium ;
    position:relative;
    padding:0rem 1.5rem 2rem 2.5rem;
    font-size:.9rem;
    margin-left:3rem;
    min-height:5rem
}
.tracking-item-history:last-child {
    padding-bottom:2rem
}
.tracking-item-history .tracking-history-date {
    margin-bottom:.5rem
}
.tracking-item-history .tracking-history-date span {
    color:#888;
    font-family: Cera Pro Medium ;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #373737;
    padding-left:.4rem
}
.tracking-item-history .history-tracking-content {
    padding:.5rem .8rem;
    background-color:#f4f4f4;
    border-radius:.5rem;
    word-break:break-all;
}
.tracking-item-history .history-tracking-content span {
    display:block;
    color:#888;
    font-size:85%
}
.tracking-item-history .tracking-history-icon {
    line-height:2rem;
    position:absolute;
    left:-1rem;
    width:2rem;
    height:2rem;
    text-align:center;
    border-radius:50%;
    font-size:1.1rem;
    background-color:#fff;
    color:#fff;
    top:15px;
}
.tracking-item-history .tracking-history-icon.history-status-intransit {
    color:var(--main-color);
    background: radial-gradient(57.69% 57.69% at 50% 50%, rgba(25, 91, 151, 0.69) 0%, rgba(255, 255, 255, 0) 100%);
    font-size:.6rem;
}
.tracking-item-history{
    position: relative
}
.tracking-item-history::before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    left: -0.5px;
    top: 25px;
}

.tracking-item-history .tracking-history-date img{
    padding-left: 2%;
    padding-right: 2%;

}
@media(min-width:992px) {
    .tracking-item-history {
        margin-left:10rem
    }
    .tracking-item-history .tracking-history-date {
        font-family: Cera Pro Medium ;
        font-style: normal;
        font-weight: 500;
        position:absolute;
        left:-10rem;
        width:7.5rem;
        text-align:center;
        color:#373737;
    }
    .tracking-item-history .tracking-history-date span {
        display:block
    }
    .tracking-item-history .history-tracking-content {
        background-color:transparent;
        font-family: Cera Pro Medium ;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
    }
}

/***  Added " * " sign after label and error should be red color ***/
.help-block{
    font-family: Cera Pro Medium ;
    font-style: normal;
    font-weight: 500;
    color:red;
    font-size:13px;
}
.required label.control-label:after {
    color: #e32;
    content: ' *';
    display:inline;
}

.error-img-div{
    text-align:center;
    display:block;
}

.hide {
    display: none !important;
}


/***  Custom loader  ***/
#common-loader{
    display: flex;justify-content: center; align-items: center;position: fixed;z-index: 99999;height:100%;width: 100%;
}
#common-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}


/*******  Role Page ***********/

.roles-nestable2 .role-edit-icon {
    position: absolute;
    right: 40px;

}
.roles-nestable2 .role-trash-icon {
    position: absolute;
    right: 10px;
}
.roles-nestable2 ul > li.active .role-nav {
    /*color: #fff !important;*/
}
.roles-nestable2 ul > li.active {
    z-index: 2;
    background-color: #fff!important;
    color:var(--main-color)!important;
    border-color: var(--main-color);
    border-left: 3px solid var(--secondary-color) !important;
}
.roles-nestable2 .roles-li-color .role-nav{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--secondary-color) !important
}


.roles-nestable2 .roles-li-color .icon-custom-color{
    color: #000 !important
}
.roles-nestable2  .dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 20px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    border-left: 1px solid #EDEDED;
}
.roles-nestable2 .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.roles-nestable2 .dd-list .dd-list {
    padding-left: 30px;
}
.roles-nestable2 .dd-collapsed .dd-list {
    display: none;
}

.roles-nestable2 .dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #ededed;
}

.roles-nestable2 .dd-handle {
    display: block;
    height: 50px;
    margin: 1px;
    padding: 15px 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.roles-nestable2 .dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.roles-nestable2 .dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    margin:  0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.roles-nestable2 .dd-item > button:before {
    content: url('../images/plus_icon.png');
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    line-height:17px;
}

.roles-nestable2 .dd-item > button[data-action="collapse"]:before {
    content: url('../images/minus_icon.png');
}

.roles-nestable2 .dd-item input[type="checkbox"] {
    height: 20px;
    width:20px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    display: block;
}
.roles-nestable2 .dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.roles-nestable2 .dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.roles-nestable2 .dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.roles-nestable2 .dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.roles-nestable2 .dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}
/**
 * Nestable Extras
 */

.roles-nestable2 .nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.roles-nestable2 #nestable-menu {
    padding: 0;
    margin: 20px 0;
}

.roles-nestable2 #nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.roles-nestable2 .list-group-item {
    border-bottom: 1px solid #ededed !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.roles-nestable2 #nestable2 .dd-handle {
    color: #000;    
    display: flex;
    align-items: center;
    text-transform:capitalize;
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.roles-nestable2  #nestable2 .dd-handle:hover {
    background: #3883c845;
}
.roles-nestable2  ol > li:not(:first-child){
    margin-left:20px;
}
.roles-nestable2  ol > li > ol > li:first-child{
    margin-left:20px;
    border-top:  1px solid #ededed;
}


.roles-nestable2 #nestable2 .dd-handle span{
    padding-right: 10px; 
}
.roles-nestable2 #nestable2 .dd-item > button:before {
    color: #000;
}

@media only screen and (min-width: 700px) {
    .roles-nestable2 .dd {
        float: left;
        width: 100%;
    }
    .roles-nestable2 .dd + .dd {
        margin-left: 2%;
    }
}

.roles-nestable2 .dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}
/*** Extra small devices (portrait phones, less than 576px) ***/
@media (max-width: 575.99px) { 
    .roles-nestable2 .roles-li-color .role-nav{
        font-size: 15px !important;
        line-height: 20px!important;
    }
    .roles-nestable2 #nestable2 .dd-handle{
        font-size: 12px!important;;
        line-height: 14px!important;
    }
    .roles-nestable2  ol > li > ol > li:first-child{
        margin-left:0px!important;

    }
    .roles-nestable2  ol > li:not(:first-child){
        margin-left:0px!important;
    }
    .roles-nestable2 dd{
        margin-top: 10px; 
    }
}

/***   Medium devices (tablets, 768px and up) ***/  
@media (min-width: 768px) and (max-width: 991.99px) { 
    .roles-nestable2 .roles-li-color .role-nav{
        font-size: 14px !important;
    }
    .roles-nestable2 #nestable2 .dd-handle{
        font-size: 14px!important;
    }
}


/**
 * Nestable Draggable Handles
 */

.roles-nestable2 .dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.roles-nestable2 .dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.roles-nestable2.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.roles-nestable2 .dd3-item > button {
    margin-left: 30px;
}

.roles-nestable2 .dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.roles-nestable2 .dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.roles-nestable2 .dd3-handle:hover {
    background: #ddd;
}



/*SUMMER NOTE ALIAS CK EDITOR*/ 

.summernote-custom .panel-default>.panel-heading{

    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.summernote-custom pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.summernote-custom .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
.summernote-custom ul.note-dropdown-menu.dropdown-menu {
    transform: none !important;
    margin-top: 35px !important;
}

/* For summernote override unordered and order list */
.summernote-custom .note-editable td  ul{
    list-style: disc !important;
    list-style-position: inside !important;
}

.summernote-custom .note-editable td  ol {
    list-style: decimal !important;
    list-style-position: inside !important;
}



/**** Tooltip CSS ****/

#tooltip {
    position: relative;
    display: inline-block;
}

#tooltip  .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

#tooltip  .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#tooltip :hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
#tooltip button {
    background: var(--main-color);
    color:#fff;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid var(--main-color);
    max-height: 35px;
}



.contract-form-card .contract-view-label{
    font-family: 'Cera Pro Bold';
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}
.contract-form-card .contract-view-label-value{
    font-family: 'Cera Pro Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.contract-form-card .contract-view-template-value{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}




/**Toaster CSS**/

#toast-container > .toast-success {
    background-color:#28a745 !important;
}
#toast-container > .toast-info {
    background-color:#17a2b8 !important;
}
#toast-container > .toast-warning {
    background-color:#ffc107 !important;
}
#toast-container > .toast-error {
    background-color:#d43f3a !important;
}


/**Model Popup CSS**/

#commonModallg .modal-header,
#commonModalsm .modal-header,
#commonModal .modal-header{
    border-bottom: none !important;
    background: var(--main-color);
}

#commonModal .modal-title,
#commonModallg .modal-title,
#commonModalsm .modal-title{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    /*color: var(--main-color);*/
    color: var(--secondary-color);
    text-align: center;
    width: 100%;
}
.modal .close{
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: var(--secondary-color);
}
#onBoardingModal .close,
#offBoardingModal .close
{
    color: #fff !important;

}

#onBoardingModal .modal-dialog {
    width: 420px!important;
}

#offBoardingModal div[role="radiogroup"] label,
#onBoardingModal div[role="radiogroup"] label {
    padding-right: 50px;
}

#onBoardingModal .modal-header,
#offBoardingModal .modal-header{
    background-color:  var(--main-color);
}
#onBoardingModal .modal-title,
#offBoardingModal .modal-title{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#onBoardingModal input[type="checkbox"] ,
#offBoardingModal input[type="checkbox"]
{
    height: 20px;
    width:20px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
}
#offBoardingModal .input-group-text,
#onBoardingModal .input-group-text {
    color:var(--main-color)!important;
    background-color:#fff !important;
}







textarea.form-control,
select.form-control,
input.form-control[type="text"],
input.form-control[type="email"],
input.form-control[type="number"],
input.form-control[type="url"],
input.form-control[type="time"],
input.form-control[type="tel"],
input.form-control[type="password"]{
    font-family: 'Cera Pro Medium' !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;

}
label.control-label{
    font-family: 'Cera Pro Medium' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #333333 !important;
}



.form-control:disabled, 
.form-control[readonly] 
{
    background-color: #f0f0f0 !important;
    opacity: 1;
}
.form-control{
    border: 1px solid #DEDCDC;
    box-sizing: border-box;
    border-radius: 6px;
}


/** Datepicker CSS **/

.krajee-datepicker:disabled, .krajee-datepicker[readonly] {
    background-color:#fff !important;
    border-right: none !important;
}
.kv-date-remove{
    background-color:#fff !important;
}

.kv-date-picker{
    background-color:#fff !important;
}

table td a {
    color:var(--main-color);
}

.sidebar-bottom-text {
    margin-top: auto;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 10px;
    padding-bottom: 10px;
    font-family: 'Cera Pro Medium';

}





#smartwizard .tab-pane{
    padding: 0!important;
}
#smartwizard .border-secondary{
    border-color: #ffffff!important;
}
#smartwizard .confirmation-fieldset,
#smartwizard .card{
    background-color: #fff;
    border-radius:0px!important;
    border: 1px solid #fff!important;
}
#smartwizard .sw-theme-dots{
    margin-bottom:60px;
}
#smartwizard .step-title{
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Cera Pro Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: var(--main-color);

}
#smartwizard .tab-content{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
#smartwizard .toolbar-bottom{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background: #ffffff!important;
    padding: 10px!important;
}
#smartwizard.sw-theme-dots>.nav .nav-item{
    position: relative;
}
.sw-theme-dots>.nav::before{
    height: 0 !important;
}
#smartwizard.sw-theme-dots>.nav .nav-item::before{
    width: 100% !important;
    margin: auto;
    left: 0;
    height: 2px!important;
    content: " ";
    position: absolute;
    top: 18px;
    background-color: #eee;
    border-radius: 3px;
    z-index: 1;
}
#smartwizard.sw-theme-dots>.nav li.nav-item:first-child::after {
    content: "";
    position: absolute;
    top: 18px;
    width: 50%;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 0px;
    z-index: 1;
    left: 0;
}
#smartwizard.sw-theme-dots>.nav li.nav-item:last-child::after {
    content: "";
    position: absolute;
    top: 18px;
    width: 50%;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 0px;
    z-index: 1;
    right: 0;
}
#smartwizard.sw-theme-dots>.nav .nav-link.active::after{
    background-color:#fff !important;
}
#smartwizard.sw-theme-dots>.nav .nav-link::before{
    width:24px!important;
    height:24px!important;
    top:-32px!important;
    background:none  !important;
    border: 0px solid #fff !important;
}
#smartwizard.sw-theme-dots>.nav .nav-link.active::before{
    background:var(--main-color)  !important;
    border: 1px solid #fff !important;
}
#smartwizard.sw-theme-dots>.nav > a.active{
    color: #fff !important;
    font-family: 'Cera Pro Medium' !important;
    font-style: normal;
    font-weight: 700;
}
#smartwizard.sw-theme-dots>.nav .nav-link.inactive::after{
    background-color:#fff!important;
}
#smartwizard.sw-theme-dots>.nav .nav-link.inactive{
    color: #fff !important;
    font-family: 'Cera Pro Light';
    font-style: normal;
    font-weight: 600;
}

#smartwizard .sw-btn-prev{
    font-family: Cera Pro Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--main-color)!important;
    background-color: #fff!important;
    border-radius: 6px;
    min-height: 38px;
    padding: 5px 14px;
    min-width: 136px;
    border: 1px solid var(--main-color)!important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#smartwizard .sw-btn-prev:hover{
    color: #fff!important;
    background-color: var(--main-color)!important;
}
#smartwizard .sw-btn-finish,
#smartwizard .sw-btn-next{
    font-family: Cera Pro Medium !important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 16px!important;
    color: #FFFFFF!important;
    background-color: var(--main-color)!important;
    border: 1px solid var(--main-color)!important;
    padding: 5px 14px!important;
    border-radius: 6px!important;
    min-height: 38px!important;
    min-width: 136px!important;
    margin-top: 5px;
    margin-bottom: 5px;
}

#smartwizard .sw-btn-finish:hover,
#smartwizard .sw-btn-next:hover{
    color: var(--main-color)!important;
    background: #ffffff!important;
    border: 1px solid var(--main-color)!important; 
}

#smartwizard #confirmation-steps {
    padding: 0px;
    /* delete default counter */
    list-style-type: none;
    /* create custom counter and set it to 0 */
    counter-reset: elementcounter;

}
.smartwizard-body{
    font-family: Cera Pro Light !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

#smartwizard #confirmation-steps >li{
    font-family: Cera Pro Light !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

#smartwizard #confirmation-steps >li:before{
    content: "Step " counter(elementcounter) " : ";
    counter-increment: elementcounter;
    color: var(--main-color)!important;
    font-family: Cera Pro Medium !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
/*    #confirmation-steps :first-of-type::before {
        set a value of count first index 
        counter-set: elementcounter 0;
    }*/
#smartwizard .confirmation-steps-number{
    font-family: Cera Pro Medium !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color:var(--main-color)!important;
}
#smartwizard .step-inner-title{
    font-family: Cera Pro Medium !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color:var(--main-color)!important;
}
#smartwizard .confirmation-question{
    font-size: 18px;
    font-family: 'Cera Pro Medium';
    font-weight: 500;
    color: var(--main-color);
    font-style: normal;
}
#smartwizard .question-block{
    font-size: 18px;
    font-family: 'Cera Pro Light';
    font-weight: 300;
    color: #000000;
    font-style: normal;
}
#smartwizard .responsive-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#smartwizard .responsive-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; 
}
#smartwizard .step-form-title p{
    font-size: 18px;
    margin-left:5px;
}

#smartwizard.sw-theme-dots>.nav .done::before {
    width: 24px!important;
    height: 24px!important;
    top: -32px!important;
    background: var(--main-color) !important;
    border: 1px solid #fff !important;
}

@media (max-width: 575.99px) { 
    #smartwizard .step-form-title p{
        font-size: 16px!important;
        padding-bottom:  0px!important;
        margin-bottom: 0px!important;
    }
    #smartwizard .step-title{
        font-size: 22px!important;
    }
    #smartwizard .tab-content #step-1 p{
        font-size: 14px!important;
    }
    #smartwizard .tab-content #confirmation-steps li{
        font-size: 14px!important;
    }
    #smartwizard .tab-content .step-inner-title{
        font-size: 14px!important;
    }
    #smartwizard .toolbar-bottom{
        text-align: center!important;
    }
    #smartwizard.sw-theme-dots>.nav .nav-item::before{
        height: 0!important;
    }
}
u{
    text-decoration: underline !important;
}

b, strong {
    font-weight: bold !important;
}


table.excel-table tbody tr td .form-group {
    position: relative !important;
}
table.excel-table tbody tr td .form-group .help-block {
    position: absolute !important;
    font-size: 12px!important;
}
table.excel-table tbody tr td:nth-child(2){
    width: 50px!important;
    padding-bottom: 36px!important;
}

table.excel-table tbody tr td:first-child{
    width: 50px!important;
    padding-bottom: 39px!important;
}
table.excel-table tbody tr td{
    width: 200px!important;
    padding-right: 10px!important;
    padding-bottom: 20px!important;
}
table.excel-table thead tr th{
    /*font-family: 'Cera Pro Medium';*/
    font-style: normal;
    font-size: 16px;
    width: 200px !important;
    line-height: 50px !important;   
}

.alert-dismissible .close {
    z-index: 1 !important;
}

.grid-view table > thead > tr.filters {
    background: #fff!important;
}

.clear-sorting-btn{
    color: #6F767E!important;font-size: 15px !important;
}
.grid-view table > thead > tr > th:first-child :after {
    content: '' !important;
    padding-left: 4px !important;
}
/*.grid-view table > thead > tr > th:last-child :after {
    content: ''!important;
    padding-left: 4px !important;
}*/

/*.hide-sort-icon{
    content: ''!important;
    padding-left: 4px !important;
}*/

a.view-detail {
    color: #0056b3;
}
.secondary-color{
    color:var(--secondary-color);
}

.delete-color{
    color: #ff5630;
}

/*menu - sub menu custom css start*/
.sub-menu > a{padding: 0;margin: 5px 10px;}
.sub-menu .nav-link i.fa{font-size: 15px;width: auto;}
.sub-menu .sub-menu-list ul li a{padding: 0;line-height: 30px;}
.sub-menu .nav-link-main:hover{background: silver;border-radius: 10px !important;}
.nav-link-main[data-toggle].collapsed:after {
    content: " ▾";
    float: right;
    padding-right: 15px;
}
.nav-link-main[data-toggle]:not(.collapsed):after {
    content: " ▴";
    float: right;
    padding-right: 15px;
}
.font-style{
    font-family: 'Cera Pro Medium';
    font-style: normal;
    letter-spacing: 0.03em;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.ul-padding{
    padding: 0 !important;
    margin: 5px 10px !important;
}
/*menu - sub menu custom css start end*/


.resend-otp{
    color: gray;    
}
#otp-form{
    max-width: 350px;
    margin: auto;
}
.main-content-div-otp{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.form-control::placeholder {
    color: #000 !important;
}

.add-width-table-min{
    width: 400px;
}

.cursor-pointer{
    cursor:pointer;
}

.table-class-report{
    height: 500px;
    overflow-y: auto;
}

.table-bordered-report table {
    border-collapse: collapse;
}
.table-bordered-report th, .table-bordered-report td {
    border: 1px solid black;
    padding: 5px;
}
.table-bordered-report th:first-child,.table-bordered-report td:first-child {
    border: 1px solid black;
    position: sticky;
    left: 0;
    z-index: 1;
    background: white;
    padding: 0;
    overflow: hidden;
}
.table-bordered-report thead th:nth-child(-n+100) {
    border: 1px solid black;
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
    padding: 0;
}

.thead-divider{
    border-bottom: 1px solid;
}

.thead-divider-right{
    border-right: 1px solid;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0;
}

.responsive-object-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Set the aspect ratio (16:9 for example) */
    height: 0;
    overflow: hidden;
}

.responsive-object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-message {
    text-align: center;
    font-size: 18px;
    color: red;
    margin-top: 20px;
}