@charset "utf-8";
/* CSS Document */

@import url('/public/assets/css/bootstrap.min.css');
@import url('/public/assets/css/fontawesome.min.css');
@import url('/public/assets/css/feathericon.css');
@import url('/public/assets/css/animate.min.css');
@import url('/public/assets/css/jquery.mCustomScrollbar.min.css');
@import url('/public/assets/css/select2.css');
@import url('/public/assets/css/jquery.dataTables.min.css');
@import url('/public/assets/css/swiper.min.css');
@import url('/public/assets/css/dropzone.css');
@import url('/public/assets/css/normal.css');
@import url('/public/assets/css/dragNDrop.css');

/*----------drodpown----------*/
.top-16{
    top: 16px !important;
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after{
    display: none;
}
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(20%) !important;
    -webkit-box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    border-radius: 10px;
    border: none;
    min-width: 200px;
}
.dropdown-medium{
    width: 180px;
    min-width: inherit;
}
.dropdown-menu.show {
    opacity: 1;
    transform: translateY(5%) !important;
    visibility: visible;
}

.form-group .form-label.flex-label {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.action-link{
    display: inline-block;
    color: #1C85E8;
    font-size: 14px;
    font-weight: 500;
}

.tox-tinymce-aux{
    z-index: 99999 !important;
}


/* data-loader */
.data-loader {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.data-loaderbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    transition: 0.3s;
}

.data-loaderbox.show {
    opacity: 1;
    visibility: visible;
}
.loader-data {
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaderbox>div,
.loader-data>div{
    pointer-events: none;
}

/*------------Header--------------*/
.header-wrapper.account-logined{
    background-color: #fff;
}
.header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    padding: 6px;
    transition: 0.5s;
    background-color: #00AE86;
}
.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper.sticky {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
.inner-page-navbar {
    background-color: #27282c;
}
.logo-part {
    overflow: hidden;
}
.logo-part a img {
    display: block;
    width: 50px;
}
.nav-bar li {
    margin-left: 5px;
    position: relative;
}
.nav-bar li a {
    color: #fff;
    position: relative;
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 12px;
}
.nav-bar li a.live-now-menu {
    color: #ff3737;
    font-weight: 700;
}


.account-right li:first-child{
    margin-left: 0px;
}
.account-right li{
    position: relative;
    margin-left: 10px;
}
.header-btn{
    color: #00ae86;
    position: relative;
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 25px;
    background-color: #fff;
}
.header-btn i{
    display: none;
}
.menu-part {
    margin-left: 25px;
    margin-right: 15px;
}
.menu-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.menu-overlay-bg.active{
	opacity: 1;
    visibility: visible;
}

.header-user-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-header-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.user-dropdown-icon{
    color: #fff;
    font-size: 13px;
}
.user-header-name {
    color: #fff;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 12px;
    display: inline-block;
    margin-bottom: 0;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-dropdown-arrow{
    font-size: 12px;
    color: #fff;
}
/*.header-profile-dropdown .dropdown-menu:before {
    background-image: url(../images/dropdown-arrow.png);
    position: absolute;
    content: '';
    top: -11px;
    right: 10px;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
}*/
.header-profile-dropdown .dropdown-menu {
    border: none;
    min-width: 200px;
    -webkit-box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    border-radius: 10px;
    right: -2px;
    left: initial;
    padding: 0;
}
.profile-dropdown-link {
    padding: 10px 4px;
}
.profile-dropdown-link a {
    font-weight:500;
    font-size: 13px;
    color: #445882;
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
}
.profile-dropdown-link a:hover {
    color: #01a39d;
    padding-left: 20px;
}
.profile-icon{
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}

.active-notification.notification-dropdown .dropdown-toggle img{
    filter: invert(0) sepia(29) saturate(69) hue-rotate(-209deg);
}
.active-notification.notification-dropdown .notifi-badge{
    display: block;
}
.notifi-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #01A39D;
    display: none;
}
.notification-dropdown{
    position: relative;
}
.notification-dropdown .dropdown-toggle img{
    width: 20px;
}
.notification-dropdown .dropdown-menu{
    border: none;
    min-width: 350px;
    -webkit-box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    border-radius: 10px;
    right: initial;
    left: 0px;
    padding: 0;
}
.notification-dropdown .dropdown-menu{
    transform: translateY(10%) !important;
}
.notification-dropdown .dropdown-menu.show{
    transform: translateY(1%) !important;
}
.notification-header {
    padding: 11px;
    border-bottom: 1px solid #f1f1f1;
}
.notification-drp {
    padding: 10px;
}
.notification-header .noti-head{
    font-size: 14px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
}
.notification-content ul{
    max-height: 400px;
    overflow-x: hidden;
    position: relative;
}
.notification-content li{
    padding: 16px 11px;
    border-bottom: 1px solid #f1f1f1;
}
.notifi-header h5{
    font-size: 14px;
    font-weight: 500;
    color: #445882;
    margin-bottom: 0;
    word-break: break-all;
}
.notifi-header{
    display: flex;
    justify-content: space-between;
}
.notifi-header .notifi-time{
    color: #8A93A6;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    margin-left: 15px;
}
.unread-notifi .notifi-header h5{
    color: #01A39D;
}

.notifi-message p{
        font-size: 14px;
    font-weight: 400;
    color: #445882;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 0;
}
.notification-footer a{
    color: #01A39D;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 11px;
    padding-bottom: 5px;
}
.notifi-loader .spinner-border{
    width: 18px;
    height: 18px;
}

/*---------------login-page---------------*/
.page-ath-wrap {
    display: flex;
    min-height: 100vh
}

.page-ath-logo{
    margin: 20px 0px;
}
.page-ath-logo img{
    max-width: 180px;
}
.page-ath-heading {
    font-size: 26px;
    font-weight: 600;
    color: #121212;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 35px;
}

.page-ath-heading small {
    display: block;
    font-weight: 400;
    font-size: 0.66em;
    color: #495463;
    letter-spacing: normal;
    margin-top: 10px
}

.page-ath-heading span {
    display: block;
    font-weight: 400;
    font-size: 0.61em;
    color: #495463;
    letter-spacing: normal;
    line-height: 1.62;
    padding-top: 15px
}
.auth-head-list{
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.auth-head-list h1{
    font-size: 34px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0px;
}

.auth-head-list p{
    color: #8A93A6;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.dark-small-text{
    color: #445882;
}
.page-ath-form {
    width: 625px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.page-auth-header{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
    margin-bottom: 70px;
}
.page-ath-header {
    padding-top: 40px;
}

.page-ath-footer {
    padding-bottom: 30px;
}
.page-auth-footer p{
    color: #102A5E;
    margin-top: 50px;
    font-size: 15px;
    font-weight: 400;
}
.page-auth-footer p a{
    display: inline-block;
    color: #1C85E8;
    font-size: 15px;
    font-weight: 500;
}
.page-ath-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.page-ath-gfx {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: flex;
    align-items: center;
    width: 40%;
    background-color: #1C85E8;
    overflow: hidden;
}
.page-ath-gfx:before{
    content: '';
    position: absolute;
    width: 100%;
    bottom: -100%;
    transition: 0.5s;
    left: 0;
    height: 100%;
    background-size: 100% auto;
    background-position: center bottom;
    background-image: url(../images/auth-bg.svg);
    background-repeat: no-repeat;
}
.page-ath-gfx.active:before{
    bottom: 0;
}
.forgot-link a{
    color: #121212;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.form-control:disabled, 
.form-control[readonly] {
    background-color: #e4e6e9;
    opacity: 1;
}
.mt-btn {
    margin-top: 35px;
}
.form-footer-link p {
    color: #102A5E;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0;
}
.form-footer-link p a {
    color: #01A39D;
}
.forgot-link a {
     font-size: 14px;
    color: #121212;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.login-btn{
    background-color: #01A39D;
    border: 2px solid #01A39D;
    color: #fff;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px; 
}
.login-btn:hover{
    background-color: #fff;
    color: #01A39D;
}
.login-btn.active:hover .spinner-border{
    color:  #01A39D;
}
.login-btn.btn-disabled{
    opacity: 0.7;
}
.cancel-btn{
    display: inline-block;
    padding: 8px 18px;
    border: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px; 
    background-color: transparent;
    color: #8A93A6;
}
.cancel-btn:hover{
    color: #01A39D;
}
.page-auth-center {
    max-width: 480px;
    margin: auto;
}



/*------content-area------*/
.content-area-container {
    padding-top: 60px;
    min-height: calc(100vh - 57px);
}






/*-------default-content-------*/
.default-content-area {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.16);
    border-radius: 6px;
}
.content-area {
    margin-bottom: 30px;
}
.default-content-area h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.default-content-area h4 span {
    color: #000;
}
.content-area h6 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    line-height: 25px;
}
.content-area ul {
    padding-left: 20px;
}
.content-area li{
    list-style: initial;
}
.content-area p, 
.content-area li {
    letter-spacing: 0.3px;
    font-size: 14px;
    color: #8e8c8c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 24px;
}
.content-area a {
    font-weight: 600;
    color: #2660a4;
}


.step-indeicator{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.step-indicator .step{
    width: 25px;
    height: 4px;
    display: inline-block;
    border-radius: 5px;
    background-color: #D7DAE0;
}
.step.active{
    background-color: #1C85E8;
}
.step.done.active{
    background-color: #1C85E8;
}
.step.done{
    background-color: #01A39D;
}

/*-----------*/
.staff-radio-box{
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}
.staff-radio-box:last-child{
    margin-right: 0;
}
.staff-radio-box{
    position: relative;
}
.staff-radio-box p{
    color: #102A5E;
    font-size: 14px;
    font-weight: 400;
}
.staff-radio-box .staff-radio{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.staff-label-box{
    width: 140px;
    height: 140px;
    background-color: #F6F7FB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #F6F7FB;
}
.dataset-box{
    width: 70px;
    height: 70px;
}
.dataset-box img{
    max-width: 30px;
}
.staff-radio-box .staff-radio:checked + .staff-label-box{
    border:2px solid #1C85E8;   
}

/*---------------*/

.page-footer{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page-footer p{
    color: #102A5E;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
}
.page-footer a{
    color: #01A39D;
}
.main-content-area {
    /* max-width: 1440px; */
    margin: auto;
    margin-top: 30px;
    min-height: calc(100vh - 182px);
}
.main-content-white-area{
    background-color: #fff;
    padding: 20px;
    border-radius: 14px;
    padding-bottom: 40px;
}

/*-------datat-table-------*/
.table-design thead th{
    color: #102A5E;
    font-size: 15px;
    font-weight: 500;
}
.table-design thead th,
.table-design tbody td{
    border: none;
    border-bottom: 1px solid #E3E5EF;
    padding: 15px 10px;
    vertical-align: middle;
}
.table-style tbody tr:hover{
    background-color: #f1f9f8;
}
.table-design tbody td{
    color: #8A93A6;
    font-size: 14px;
    font-weight: 400;
}
.table-style{
    min-width: 850px;
    width: 100%;
}
.table-style th{
    font-size: 15px;
    font-weight: 500;
    color: #102A5E;
}
.table-style .table-type{
    color: #445882;
    font-size: 14px;
    font-weight: 400;
}
.table-message.active h5{
    color: #01A39D;
}
.table-message h5{
    color: #445882;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}
.table-message p{
    color: #445882;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.table-datetime h6{
    color: #445882;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    white-space: nowrap;
}
.table-assinee p{
    margin-bottom: 0;
    
    color: #445882;
    font-weight: 400;
    font-size: 14px;
}
.table-assinee.active p{
    color: #01A39D;
}
.table-simple-text p{
    color: #8A93A6;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.table-simple-text.active p{
    color: #445882;
}
.table-datetime p{
    font-size: 14px;
    font-weight: 400;
    color: #8A93A6;
    margin-bottom: 0;
    white-space: nowrap;
}
.table-id p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #445882;
}
.table-form-date h6{
    font-size: 14px;
    font-weight: 500;
    color: #445882;
    margin-bottom: 0;
}
.table-form-date p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #8A93A6;
}
.table-form-date.active h6{
    color: #01A39D;
}
.table-form-date.active p{
    color: #445882;
}
.table-formname h6{
    font-size: 14px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
}
.table-status{
    font-size: 12px;
    font-weight: 500;
    border-radius: 7px;
    padding: 6px 16px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
.table-status.badge-danger{
    background-color: #fee7eb;
    color: #FC5D68;
}
.table-status.badge-warning{
    background-color: #FFE8DA;
    color: #F27327;
}
.table-status.badge-success{
    background-color: #d5edeb;
    color: #01A39D;
}
.table-status.badge-grey{
    background-color:  #E3E5EF;
    color: #8A93A6;
}
.table-responsive .dataTables_wrapper {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.table-responsive .dataTables_wrapper .top,
.table-responsive .dataTables_wrapper .clear,
.table-responsive .dataTables_wrapper:after{
    display: none;
}

table.table-style.dataTable thead .sorting{
    background-image: none;
}
table.table-style.dataTable thead th{
    color: #102A5E;
    font-size: 15px;
    font-weight: 500;
}
table.table-style.dataTable tbody th, 
table.table-style.dataTable tbody td{
    padding: 20px 10px;
}
table.table-style.dataTable thead th, 
table.table-style.dataTable thead td{
     padding: 15px 10px;
}

table.table-style.dataTable thead th, 
table.dataTable.table-style thead td{
    border-bottom: 1px solid #E3E5EF;
}
table.table-style.dataTable.no-footer{
    border-bottom: none;
}
table.table-style.dataTable.display tbody tr.odd>.sorting_1, 
table.table-style.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.table-style.dataTable.display tbody tr.even>.sorting_1, 
table.table-style.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.table-style.dataTable.stripe tbody tr.odd, 
table.table-style.dataTable.display tbody tr.odd{
    background-color: transparent;
}
table.table-style.dataTable.hover tbody tr:hover, 
table.table-style.dataTable.display tbody tr:hover{
    background-color: #f1f9f8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 6px 8px;
    min-width: 32px;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 8px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    color: #8A93A6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
    background-color: #F6F7FB;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    background-color: #F6F7FB;
    color: #D7DAE0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #1C85E8;
    background: #1C85E8;
    border-color: #1C85E8;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background-color: #edf4fd;
    background: #edf4fd;
    border:1px solid #edf4fd;
    color: #1C85E8 !important;
    box-shadow: none;
}

.dataTables_wrapper .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.dataTables_wrapper .dataTables_paginate{
    float: left;
}
.dataTables_wrapper .dataTables_info{
    float: right;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    color: #445882;
}

/*--------------*/
.action-buttons{
    display: flex;
    align-items: center;
}
.serach-filter {
    position: relative;
}
.serach-store-box.active {
    visibility: visible;
    opacity: 1;
    width: 300px;
}
.search-filter-btn {
    font-size: 15px;
    color: #8A93A6;
    padding: 5px;
}
.search-filter-btn img {
    width: 16px;
}
.serach-store-box {
    position: absolute;
    background-color: #fff;
    padding: 4px;
    width: 0px;
    right: -2px;
    top: -12px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
}
.search-store-input {
        width: 100%;
    border: none;
    padding: 11px 44px;
    color: #445882;
    font-size: 14px;
    font-weight: 400;
    padding-right: 25px;
}
.search-icon{
    position: absolute;
    left: 8px;
    height: 42px;
    width: 35px;
    background-color: #fff;
    border: none;
    font-size: 15px;
    color: #8A93A6;
    visibility: hidden;
    opacity: 0;
}
.search-close-icon {
    position: absolute;
    right: -2px;
    height: 42px;
    width: 35px;
    background-color: #fff;
    border: none;
    font-size: 17px;
    color: #8A93A6;
    visibility: hidden;
    opacity: 0;
}
.serach-store-box.active .search-icon,
.serach-store-box.active .search-close-icon{
    visibility: visible;
    opacity: 1;
}
.side-filter {
    display: inline-block;
    margin-left: 15px;
}
.side-filter a img{
    width: 16px;
}

.side-dropdown{
    display: inline-block;
    margin-left: 15px;
}
.side-dropdown .dropdown-toggle img{
    width: 16px;
}
.side-dropdown .dropdown-menu{
    min-width: 180px;
}
.actions-links-data ul li a{
    display: inline-block;
    padding: 10px 21px;
    font-size: 14px;
    font-weight: 400;
    color: #445882;
    width: 100%;
    transition: 0.5s;
}
.actions-links-data ul li.disable a{
    color: #8A93A6;
}
.actions-links-data ul li.disable a:hover {
    background-color: #8a93a62e;
    color: #8A93A6;
}
.actions-links-data ul li a:hover{
    background-color: #d9f1f0;
    color: #01A39D;
}
.actions-links-data ul li.active a{
    background-color: #01A39D;
    color: #fff;
}
.add-area-btn{
    display: inline-block;
    margin-left: 15px;
}
.add-area-btn a {
    font-size: 16px;
    color: #fff;
    padding: 8px 13px;
    display: inline-block;
    background-color: #01A39D;
    border-radius: 7px;
}
.add-area-btn a i {
    font-weight: 900;
}


/*--------application---*/
.table-app-msg {
    width: 350px;
    display: inline-block;
}
.table-app-msg h5{
    color: #445882;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}
.table-app-msg p{
    color: #8A93A6;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;   
}
.table-app-msg.active h5{
    color: #01A39D;
}
.table-user-data{
    display: flex;
    align-items: center;
}
.tb-user-img{
    margin-right: 10px;
}
.tb-user-img img{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
}
.tb-user-dtl h6{
    color: #445882;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.tb-user-dtl p{
    color: #8A93A6;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
}
.empty-table{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    flex-direction: column;
}
.empty-table p{
    font-size: 14px;
    font-weight: 400;
    color: #8A93A6;
    margin-bottom: 5px;
}
.empty-table a{
    display: inline-block;
    color: #01A39D;
    font-size: 14px;
    font-weight: 500;
}
.application-table thead tr th:nth-child(1){
    width: 55px !important;
}
.application-table thead tr th:nth-child(2){
    width: 106px !important;
}
/*.application-table thead tr th:nth-child(3){
    width: 350px !important;
}*/
.application-table thead tr th:nth-child(4){
    width: 250px !important;
}
.application-table thead tr th:nth-child(5){
    width: 120px !important;
}
.application-table thead tr th:nth-child(6){
    width: 60px !important;
}


/*---------edit-column------*/
.edit-column tbody td{
    padding: 10px 10px;
}
.edit-column tbody td:nth-child(1){
    width: 280px;
}
.edit-column tbody td:nth-child(3),
.edit-column tbody td:nth-child(4){
    width: 180px;
}
.drag-handle{
    width: 26px;
    padding: 10px;
    margin-right: 10px;
    cursor: grabbing;
}
.sortable-ghost .drag-handle,
.sortable-ghost{
    cursor: grabbing;
}
.table-title-edt{
    font-size: 14px;
    color: #445882;
    font-weight: 500;
}
.table-new-title-edt {
    font-size: 14px;
    font-weight: 400;
    color: #8A93A6;
    position: relative;
}
.set-new-title{
    position: absolute;
    left: -25px;
    visibility: hidden;
    opacity: 0;
}
.edit-column tbody td:hover:nth-child(2) .table-new-title-edt:hover>.set-new-title{
    opacity: 1;
    visibility: visible;
}


/*------status-dropdown----*/
.status-dropdown .dropdown-toggle{
    padding: 8px 12px;
    border: 2px solid #01A39D;
    border-radius: 7px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: block;
    color: #ffffff;
    font-weight: 400;
    background-color: #01A39D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 180px;
}
.status-dropdown .dropdown-toggle i{
    font-weight: 600;
}
.status-primary .dropdown-toggle{
    background-color:  #1C85E8;
    border-color:  #1C85E8;
   
}
.status-grey .dropdown-toggle{
    background-color: #8A93A6;
    border-color: #8A93A6;
}
.status-warning .dropdown-toggle{
    background-color: #F5AA3F;
     border-color: #F5AA3F;
}
.status-success .dropdown-toggle{
    background-color: #01A39D;
    border-color: #01A39D;
}
.status-danger .dropdown-toggle{
    background-color: #FC5D68;
    border-color: #FC5D68;
}

/*------------*/
.view-more-dropdown{
    display: inline-block;
    margin-left: 15px;
}
.view-more-dropdown .dropdown-toggle img{
    width: 16px;
    min-width: 16px;
}
.view-more-dropdown .dropdown-menu{
    min-width: 180px;
}
.view-more-dropdown .dropdown-menu .actions-links-data ul li a{
    white-space: nowrap;
}
.view-more-dropdown .dropdown-menu .actions-links-data ul li a i{
    font-size: 12px;
}


/*------------*/
.user-icon-box{
    position: relative;
}
.user-icon-box img{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
}
.user-status {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    bottom: -2px;
    right: 0;
}
.form-card{
    background-color: #fff;
    border-radius: 14px;
}

.form-body{
    padding: 20px;
}
.form-data-area{
    padding-bottom: 40px;
}
.form-barcode-header {
        display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.barcode-box{
    padding: 5px;
    border: 2px solid #01A39D;
    display: inline-block;
    margin-right: 15px;
}   
.barcode-box img{
    width: 66px;
    height: 66px;
}
.barcode-flex-box{
    display: flex;
    align-items: center;
}
.barcode-detail h5{
    font-size: 17px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 5px;
}
.barcode-detail p{
    color: #445882;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.right-action-buttons ul li{
    display: inline-block;
}
.right-action-buttons ul li a{
    display: inline-block;
    padding: 4px 6px;
    color: #8A93A6;
    font-size: 14px;
}
.right-action-buttons ul li a:hover{
    color: #01A39D;
}
.form-label-area{
    background-color: #1C85E8;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    min-height: 59px;
}
.form-barcode-header .table-user-data{
    min-width: 265px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-barcode-header .right-action-buttons{
    min-width: 265px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-barcode-header .tb-user-dtl h6{
    font-size: 17px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 5px;
}
.form-barcode-header .tb-user-dtl p{
    color: #445882;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.form-label-area{
    position: relative;
}
.form-label-area p{
    display: inline-block;
    margin: 3px 0px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.form-label-area h6{
    display: inline-block;
    margin: 3px 0px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
}
.form-label-area a{
    display: inline-block;
    color: #fff;
}
.close-button{
    position: absolute;
    right: 20px;
}
.close-button a{
    display: inline-block;
    padding: 8px;
}
.form-tabs{
    margin-bottom: 0;
}
.form-tabs.nav-pills .nav-item{
    margin-right: 10px;
}
.form-tabs.nav-pills .nav-link{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    border-radius: 7px;
    padding: 9px 15px;
}
.form-tabs.nav-pills .nav-link.active, 
.form-tabs.nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.13);
}
.form-content-area{
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}
.form-content-area .max-form-data .form-control{
    max-width: 450px;
    display: inline-block;
}
.form-heading{
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e5ef;
    margin-top: 20px;
}
.form-heading h6{
    font-size: 17px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
}
.form-info-note{
    margin-bottom: 0;
    font-weight: 400;
    color: #102A5E;
    font-size: 14px;
}
.form-group .signature-form{
    height: 150px;
    background: #F6F7FB;
    border: 2px solid #01A39D;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
}
.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}
.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.pdf-viewer-box{
    text-align: center;
}
.pdf-viewer-box img{
    display: inline-block;
    max-width: 100%;
}
.hitory-heading{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.hitory-heading h5{
    font-size: 15px;
    font-weight: 500;
    color: #102A5E;
}
.back-button-history{
    display: inline-block;
    color: #8A93A6;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0px;
}
.history-table-box{
    margin: 0 auto;
    max-width: 75%;
}
.table-history .table-user-data.active .tb-user-dtl h6{
    color: #01A39D;
}
.table-history .tb-user-dtl h6{
    font-weight: 500;
}
.table-history thead th{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #445882;

}
.table-history tbody td{
    border-bottom: none;
}




/*--------agreement-form------*/
.agree-data-list-box{
    max-width: 740px;
}
.agree-data-list-box b{
    font-weight: 500;
}
.agree-data-container{
    margin-top: 20px;
}
.agree-data-container h5{
    font-size: 17px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 20px;
}
.agree-data-container p{
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
}
.devider-line{
    border-bottom: 1px solid #E3E5EF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.agree-content-box{
    margin-bottom: 15px;
}
.agree-content-box h6{
    font-size: 15px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.agree-content-box p{
    color: #102A5E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;
}
.agree-content-box a{
    display: inline-block;
    word-break: break-all;
    font-weight: 500;
    color: #102A5E;
    margin: 0px 3px;
}
.agree-small-cnt{
    display: flex;
    align-content: flex-start;
}
.agree-small-cnt span{
    display: inline-block;
    color: #01A39D;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}
.agree-small-cnt h6{
    font-size: 15px;
    font-weight: 500;
    color: #102A5E;
    text-transform: uppercase;
}
.agree-small-cnt p{
    color: #102A5E;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 25px;   
}
.signed-agree-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
}
.agree-sign-data{
    margin-bottom: 30px;
}
.agree-sign-data p{
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
}
.signed-detil h6{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #102A5E;
}
.signed-detil p{
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
}
.signed-img-box {
    text-align: center;
    min-width: 340px;
}
.signed-img-box h6{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #102A5E;
}
.signed-img-box h5{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
    margin-top: 5px;
}
.signed-img-box p{
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
}
.signed-img {
    padding: 10px;
    width: 100%;
    background-color: #F6F7FB;
    border: 2px solid #01A39D;
    text-align: center;
    border-radius: 8px;
}
.profile-header {
    border-bottom: 1px solid #E3E5EF;
    margin-bottom: 28px;
    padding-bottom: 20px;
}
.profile-header h6 {
    font-size: 15px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
    margin-left: 10px;
}
.profile-cng-dtl h6{
    font-size: 17px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 2px;
}
.profile-cng-dtl p{
    color: #8A93A6;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
}
.profile-upload{
    position: relative;
    color: #1C85E8;
    font-weight: 500;
    color: 14px;
    margin-bottom: 0px;
}
.profile-cng-img{
    margin-right: 20px;
}
.profile-cng-img img{
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
}
.profile-upload p{
    color: #1C85E8;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.profile-change-box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.profile-upload .profile-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.profile-form-list{
    margin-bottom: 30px;
}

.data-checkbox p{
    color: #8A93A6;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.data-checkbox.custom-control {
    padding-left: 40px;
}
.data-checkbox.custom-checkbox .custom-control-label:before {
    top: 2px;
    left: -40px;
}
.data-checkbox.custom-checkbox .custom-control-label:after {
    top: 6px;
    left: -38px;
}


.nav-users{
    margin-bottom: 0;
}
.nav-users.nav-pills .nav-item{
    margin-right: 10px;
}
.nav-users.nav-pills .nav-link{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #8A93A6;
    margin: 4px 0;
    background-color: transparent;
    padding: 8px 16px;
}
.nav-users.nav-pills .nav-link.active, 
.nav-users.nav-pills .show>.nav-link {
    color: #102A5E;
    background-color: transparent;
}

.users-table .table-datetime.active p:last-child{
    color: #01A39D;
}
.user-role p{
    font-size: 14px;
    font-weight: 400;
    color: #445882;
    margin-bottom: 0;
}
.users-table .tb-user-dtl h6{
    font-weight: 500;
}
.table-user-data.active .tb-user-dtl h6{
    color: #01A39D;
}
.users-table thead tr th:nth-child(1){
    width: 20px !important;
}
.users-table thead tr th:nth-child(2){
    width: 250px !important;
}
.users-table thead tr th:nth-child(3){
    width: 230px !important;
}
.users-table thead tr th:nth-child(4){
    width: 150px !important;
}
.users-table thead tr th:nth-child(5){
    width: 100px !important;
}
.users-table thead tr th:nth-child(6){
    width: 50px !important;
}


/*------------*/
.permission-table-box{
    min-height: 400px;
    padding-bottom: 80px;
}
.permission-table .table-app-msg{
    width: auto;
}
.permission-table tbody td{
    padding: 22px 10px;
}

.permission-table thead tr th:nth-child(1){
    width: 280px !important;
}
.permission-table thead tr th:nth-child(2){
    width: 340px !important;
}
.permission-table thead tr th:nth-child(3){
    width: 150px !important;
}
.permission-table thead tr th:nth-child(4){
    width: 150px !important;
}
.permission-table thead tr th:nth-child(5){
    width: 150px !important;
}


.edit-pr-heading {
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.edit-pr-heading h2{
    color: #102A5E;
    font-size: 22px;
    font-weight: 500;
    margin: 4px 0px;
    padding-left: 12px;
}
.edit-permission-table tbody td{
    padding: 22px 10px;
}
.edit-pr-msg p{
    font-size: 14px;
    font-weight: 500;
    color: #445882;
    margin-bottom: 0;
}
.inner-edit-pr{
    padding-left: 30px;
}
.edit-permission-table thead tr th:nth-child(1){
    width: 280px !important;
}
.edit-permission-table thead tr th:nth-child(2){
    width: 125px !important;
}
.edit-permission-table thead tr th:nth-child(3){
    width: 125px !important;
}
.edit-permission-table thead tr th:nth-child(4){
    width: 125px !important;
}
.edit-permission-table thead tr th:nth-child(5){
    width: 125px !important;
}
.edit-permission-table thead tr th:nth-child(6){
    width: 125px !important;
}
.edit-permission-table thead tr th:nth-child(7){
    width: 90px !important;
}
.edit-permission-table tbody tr.border-none-table td{
    border: none;
}


/*------------manager-table-------*/
.manager-table-box {
    min-height: 200px;
    padding-bottom: 80px;
}
.manager-table thead tr th:nth-child(1){
    width: 20px !important;
}
.manager-table thead tr th:nth-child(2){
    width: 450px !important;
}
.manager-table thead tr th:nth-child(3){
    width: 150px !important;
}
.manager-table thead tr th:nth-child(4){
    width: 100px !important;
}
.manager-table thead tr th:nth-child(5){
    width: 50px !important;
}
.manager-table .tb-user-dtl h6{
    font-weight: 500;
}
.manager-table .table-datetime.active p:last-child{
    color: #01A39D;
}

.permission-history{
    padding-bottom: 40px;
}
.permission-history ul{
    margin-left: 12px;
}
.permission-history ul li{
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.permission-history ul li i {
    font-size: 6px;
    position: relative;
    top: 7px;
    margin-right: 10px;
    color: #01A39D;
}
.permission-history ul li p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #445882;
}
.permission-history ul li p .user-clr{
    color: #01A39D;
    display: inline-block;
    margin: 0px 4px;
}



/*--------form-table-------*/
.form-table-box{
    min-height: 400px;
    padding-bottom: 100px;
}
.form-table tbody td{
    padding: 22px 10px;
}
.form-table thead tr th:nth-child(1){
    width: 50px !important;
}
.form-table thead tr th:nth-child(2){
    width: 150px !important;
}
.form-table thead tr th:nth-child(3){
    width: 450px !important;
}
.form-table thead tr th:nth-child(4){
    width: 200px !important;
}
.form-table thead tr th:nth-child(5){
    width: 100px !important;
}
.form-table thead tr th:nth-child(6){
    width: 100px !important;
}
.form-table .tb-user-dtl h6{
    font-weight: 500;
}




/*-----------Setting-modal--------*/
.custom-modal-header h2{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #102A5E;
    margin: 5px 0px;
}
.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting-slider-button{
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}
.setting-slider-button .setting-prev,
.setting-slider-button .setting-next{
    width: 32px;
    height: 32px;
    background-color: #F6F7FB;
    color: #8A93A6;
    border: none;
    font-size: 13px;
}
.setting-slider-button .setting-prev.disabled,
.setting-slider-button .setting-next.disabled{
    color: #D7DAE0;
}
.custom-modal-content {
    margin: 30px 10px;
}
.seting-data-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.setting-modal-body{
    padding: 45px;
}
.setting-id h6{
    font-size: 15px;
    font-weight: 500;
    color: #01A39D;
    margin-bottom: 4px;
}
.setting-id p{
    font-size: 14px;
    font-weight: 400;
    color: #8A93A6;
    margin-bottom: 0;
}

.setings-form-data .form-group-hrl{
    margin-bottom: 10px;
}
.setting-tabs {
    background-color: #F6F7FB;
    border-radius: 7px;
}
.setting-tabs .nav-link{
    padding: 10px 18px;
    border-radius: 7px;
    background-color: #F6F7FB;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
}
.setting-tabs.nav-pills .nav-link.active, 
.setting-tabs.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #01a39d;
}
.upload-radio-box{
    position: relative;
    margin-bottom: 10px;
}
.upload-radio-label{
    margin-bottom: 0;
    width: 100%;
    background-color: #F6F7FB;
    border-radius: 7px;
    text-align: center;
    padding: 13px;
    transition: 0.5s;
}
.upload-radio-label svg{
    transition: 0.5s;
}
.upload-radio-label span{
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}
.upload-radio-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.upload-radio-box .upload-radio-input:checked + .upload-radio-label{
    background-color:  #1C85E8;;
}
.upload-radio-box .upload-radio-input:checked + .upload-radio-label svg path{
    fill: #fff !important;
}
.upload-radio-box .upload-radio-input:checked + .upload-radio-label span{
    color: #fff;
}
.data-form-buttons{
    background-color: #F6F7FB;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.data-form-buttons .form-btn-data{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 10px 18px;
    border-radius: 7px;
    background-color: #F6F7FB;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
    border: none;
}
.data-form-buttons .form-btn-data.active{
        color: #fff;
    background-color: #01a39d;
}
.form-dark-label-area{
    background-color: #445882;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    min-height: 59px;
}
.page-list-right-buttons {
    display: flex;
    align-items: center;
}
.approve-btn {
    padding: 9px 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #01A39D;
    border-radius: 7px;
    border: 2px solid #01a39d;
    margin: 3px;
}
.reject-btn {
    padding: 9px 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #FC5D68;
    border-radius: 7px;
    border: 2px solid #FC5D68;
    margin: 3px;
}
.note-btn{
    padding: 9px 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #445882;
    border-radius: 7px;
    border:  2px solid rgba(255, 255, 255, 0.3);
    margin: 3px;
}
.note-dropdown-menu {
    min-width: 350px;
    border: 1px solid #E3E5EF;
    box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    padding: 0;
    border-radius: 14px;
}



.note-drp-header{
    display: flex;
    align-items: center;
    padding: 20px 22px;
}
.note-drp-head-text{
    margin-right: 10px;
}
.note-drp-head-tags {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.note-drp-header h3{
    font-size: 13px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
}
.note-drp-header{
    border-bottom: 1px solid #D7DAE0;
}
.note-tag-maped:first-child{
    margin-left: 0;
}
.note-tag-maped{
    font-size: 12px;
    font-weight: 500;
    padding: 3px 9px;
    background-color: #01A39D;
    border-radius: 7px;
    color: #fff;
    margin-left: 8px;
    white-space: nowrap;
}

.note-tag-maped.pending-tag{
    background-color: #D7DAE0;
    color: #445882;
}
.note-drp-content{
    padding: 10px 0px;
}
.note-drp-footer{
    padding: 0px 18px;
    padding-bottom: 18px;
}
.note-drp-footer .form-control{
    padding: 9px 15px;
}
.user-msg-box{
    display: flex;
    align-items: flex-start;
    padding: 12px 20px;
    position: relative;
    transition: 0.5s;
}
.user-msg-box.delete-box{
    background-color: #ffe7ea;
}
.user-msg-img{
    margin-right: 15px;
}
.edit-delet-buttons {
    margin-left: 15px;
}
.page-list-no{
    display: flex;
    align-items: center;
}
.page-list-tag {
    background-color: #102A5E;
    color: #fff;
    padding: 6px 9px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}
.page-list-no span{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.user-msg-box .edit-delet-buttons{
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.user-msg-box:hover .edit-delet-buttons,
.user-msg-box.delete-box .edit-delet-buttons{
    visibility: visible;
    opacity: 1;
}

.user-msg-img img{
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
}
.custom-dropdown{
    position: relative;
}
.custom-toggle{
    color: #102A5E;
    font-size: 13px;
    padding: 4px;
    display: inline-block;
}
.user-msg-text p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
}
.edit-delete-links li a{
    font-size: 14px;
    font-weight: 400;
    color: #8A93A6;
    display: inline-block;
    width: 100%;
    padding: 6px 15px;
}
.custom-dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
    transform: translateY(20%) !important;
    -webkit-box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    border-radius: 8px;
    border: none;
    min-width: 100px;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0px;
    z-index: 1;
}
.custom-dropdown-menu.show {
    opacity: 1;
    transform: translateY(5%) !important;
    visibility: visible;
}
.note-blue-btn{
    background-color: #445882;
    font-size: 14px;
    padding: 7px 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 7px;
    border: 2px solid #445882;
    transition: 0.5s;
}
.note-blue-btn:hover,
.note-blue-btn:focus{
    color: #445882;
    background-color: transparent;
}
.note-blue-btn[disabled],
.note-blue-btn[disabled]:hover{
    opacity: 0.3;
    cursor: not-allowed;
    color: #fff;
    background-color: #445882;
}
.note-cancel-btn{
    color: #8A93A6;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
    font-size: 14px;
    padding: 7px 22px;
    background-color: transparent;
}
.note-cancel-btn:hover,
.note-cancel-btn:focus{
    color: #01A39D;
}
.delete-dropdown{
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
    transform: translateY(20%) !important;
    -webkit-box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    box-shadow: 0px 4px 12px rgba(68, 88, 130, 0.2);
    border-radius: 8px;
    border: none;
    min-width: 100px;
    position: absolute;
    top: calc(100% - 19px);
    right: 15px;
    padding: 15px 25px;
    z-index: 1;
}
.user-msg-box.delete-box .delete-dropdown{
    opacity: 1;
    transform: translateY(5%) !important;
    visibility: visible;
}
.delete-dropdown h5{
    color: #102A5E;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.delete-dropdown h5 i{
    color: #8A93A6;
}
.delete-dropdown ul li{
    display: inline-block;
    margin-right: 10px;
}
.delete-dropdown ul li:last-child{
    margin-right: 0;
}
.delete-dropdown ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #8A93A6;
    display: inline-block;
    padding: 6px 0px;
    line-height: initial;
}

.delete-dropdown ul li:first-child a{
    color: #FC5D68;
}

/*.note-drp-content .user-msg-box:not(:first-child) .custom-dropdown-menu,
.note-drp-content .user-msg-box:not(:first-child) .delete-dropdown{
    top: inherit;
    bottom: calc(100% - 19px);
}*/
.complete-header-img{
    margin-bottom: 20px;
}
.complete-header-img img{
    width: 120px;
    height: 120px;
}
.review-complete-box{
    text-align: center;
}
.complete-header h4 {
    font-size: 17px;
    font-weight: 500;
    color: #102A5E;
    margin-bottom: 0;
}
.complete-header p{
    font-size: 14px;
    font-weight: 400;
    color: #102A5E;
    margin-bottom: 0;
    margin-top: 20px;
}
.complete-buttons{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

/*------drag-input-box------*/
.drag-input-box{
    padding: 10px;
    padding-left: 28px;
    background-color: #D5F2EA;
    border-radius: 7px;
    /* margin-left: -28px;
    margin-bottom: 20px; */
}
.drag-input-box>.form-group:last-child{
    margin-bottom: 0;
}
.Toastify__toast-container--top-center {
    z-index: 99999 !important;
}


/*---------------*/
.form-input-group {
    display: flex;
    align-items: center;
}
.form-input-group .form-control{
    border: 2px solid #e6e8f3;
}
.form-input-right .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-input-left .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-input-right .input-addon-text{
    margin-left: -2px;
}
.form-input-left{
    flex-direction: row-reverse;
}
.form-input-left .input-addon-text{
    margin-right: -2px;
}
.input-addon-text{
    border: 2px solid #e6e8f3;
    color: #445882;
    height: auto;
    padding: 12px 20px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    background-color: #F6F7FB;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-input-right .input-addon-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-input-left .input-addon-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-input-group .form-control:focus,
.form-input-group .form-control:focus + .input-addon-text{
    box-shadow: none;
    border-color: #1C85E8;
    background-color: #fff;
}

.has-error .form-input-group .form-control,
.has-error .form-input-group .form-control:focus + .input-addon-text,
.has-error .input-addon-text{
    border-color: #FF9594;
    background-color: #fff;
}
.has-success .form-input-group .form-control,
.has-success .form-input-group .form-control:focus + .input-addon-text,
.has-success .input-addon-text{
    border-color: #01a39d;
    background-color: #fff;
}
.has-typing .form-input-group .form-control,
.has-typing .form-input-group .form-control:focus + .input-addon-text,
.has-typing .input-addon-text{
    border-color: #1c85e8;
    background-color: #fff;
}



.data-flex-plus{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plus-area-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}
.plus-area-btn a {
    font-size: 16px;
    color: #fff;
    padding: 8px 13px;
    display: inline-block;
    background-color: #01A39D;
    border-radius: 7px;
}
.delete-area-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}
.delete-area-btn a {
    font-size: 16px;
    color: #fff;
    padding: 8px 13px;
    display: inline-block;
    background-color: #d03232;
    border-radius: 7px;
}
.ql-container {
    min-height: 200px;
    background-color: #f6f7fb;
    border-radius: 6px;
}
.form-repeat-box{
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.mt-btn-align{
    margin-top: 33px;
    margin-left: 9px;
}
.add-poniter{
    cursor: pointer;
}
.custom-datepicker .react-datepicker-wrapper{
    width: 100%;
    display: block;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range{
    background-color: #216ba5 !important;
}
.react-datepicker__navigation--previous,
.react-datepicker__navigation--next{
    transform: scale(0.9);
    transition: all 0.5s ease;
}
.react-datepicker__navigation--previous:hover{
    border-right-color: #216ba5 !important;
    transform: scale(1.1);
}
.react-datepicker__navigation--next:hover{
    border-left-color: #216ba5 !important;
    transform: scale(1.1);
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name{
    font-family: 'Rubik', sans-serif;
}
.react-datepicker__header{
    background-color: #ffffff !important;
    border-color:#f6f7fa !important;
}
.react-datepicker{
    border: none !important;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before{
    display: none !important;
}
.country_id_data .selectPart .select2{
    width: 100% !important;
}
.country_id_data .selectPart{
    position: relative;
}
.country_id_data .select2-container + .select2-container {
    left: 0px !important;
    top: 100px !important;
    width: 100% !important;
}
.w50px{
    width: 50px;
}


.file-drag-drop-box {
    position: relative;
}
.file-drag-drop-box .file-input-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.file-drag-drop-box .file-input-control[disabled] {
    cursor: not-allowed;
}
.file-drag-drop-box .drop-upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #f6f7fb;
    border-radius: 5px;
    border: 5px dashed rgba(16, 42, 94, 0.1);
    cursor: pointer;
    text-align: center;
}
.file-drag-drop-box .drop-upload-box img {
    font-size: 30px;
    color: #445882;
    margin-bottom: 15px;
    max-width: 66px;
}
.file-drag-drop-box .drop-upload-box h6 {
    font-size: 17px;
    font-weight: 400;
    color: #445882;
    margin-bottom: 15px;
}
.file-drag-drop-box .drop-upload-box p {
    color: #656f84;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.file-drag-drop-box .drop-upload-box p span {
    color: #035f5b;
    display: inline-block;
    margin: 0px 5px;
}
.file-drag-drop-box .img-preview-box {
    position: absolute;
    top: 6px;
    left: 6px;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-drag-drop-box .img-preview-box .img-pre-data-box {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    border: 1px solid #e3e5ef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.file-drag-drop-box .img-preview-box .img-preview {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    display: block;
}
.file-drag-drop-box .img-preview-box .img-remove-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fc5d68;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0px 2px 4px #000;
}

.table-design  tbody td.custom_dropup .side-dropdown .dropdown-menu{
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
    right: 24px;
}
.table-design  tbody td.custom_dropup .side-dropdown .dropdown-menu.show{
    opacity: 1;
    transform: translateY(-5%) !important;
    visibility: visible;
}

.not-found-page {
    background-color: #F6F7FB;
    .page-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 80vh;
      .wrapper {
        padding: 0 100px;
        margin-top: -60px;
        @media (max-width: 576px) {
            padding: 0 20px;
        }
      }
      .header {
        padding: 20px 0;
        background-color: white;
        h4 {
          font-size: 16px;
          font-weight: 500;
          color: #345380;
          margin: 0;
          .icon-org {
            width: 20px;
            color: #345380;
            margin-left: 10px;
          }
        }
      }
      .content {
        max-width: 440px;
        h1 {
          font-family: PT Serif;
          font-size: 55px;
          font-weight: 600;
          color: #01A39D;
          margin-bottom: 45px;
          @media (max-width: 992px) {
            font-size: 40px;
            margin-bottom: 40px;
          }
        }
        h4 {
          font-size: 24px;
          font-weight: 600;
          @media (max-width: 992px) {
            font-size: 20px;
            margin-bottom: 15px;
          }
        }
        p {
          color: black;
        }
        .btn-wrapper  {
          display: flex;
          gap: 20px;
          margin-top: 40px;
          @media (max-width: 992px) {
            flex-direction: column;
          }
          a, button {
            width: 210px;
            height: 50px;
            border-radius: 120px;
            @media (max-width: 992px) {
              width: 200px;
              padding: 12px;
            }
          }
          a {
            background-color: #01A39D;
            color: white;
            border: none
          }
          button {
            background-color: white;
            border-color: #01A39D;
            color: #01A39D;
            &:hover {
                background-color: #01A39D;
                color: white;
            }
          }
        }
      }
    } 
  }

  .error-page {
    .page-wrapper {
        min-height: 100vh;
        justify-content: space-between;
        .content-wrapper {
            margin: auto 0;
        }
    }
  }

  .not-found-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 20px 0;
    padding-left: 40px;
    p {
      color: #102A5E;
      margin: 0;
    }
  }