/* body */
body {
    background-color: #f6f6f7;}




/* header */ 
.header {
	height: 50px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
	padding-left: 25px;
    padding-right: 25px;}
@media (max-width: 991px) {
.header {
	padding-right: 20px;
	padding-left: 20px;}
}

/* left */
.header .left .a-logo {
    margin-top: 3px;
    left: 75px;
    display: inline-block;
    position: absolute;}
.header .left .a-logo img {
    height: 45px;
    max-width: 60px;}
@media (max-width: 1199px) {
.header .left .a-logo {
    left: 105px;}
}
/* sidebar-toggle */
.header .left .sidebar-toggle {
    position: absolute;
	width: 28px;
	height: 20px;
    top: 15px;
    cursor: pointer;
    min-width: auto;
    border: none;
    box-shadow: none;
    padding: 0;}
.header .left .sidebar-toggle span {
    height: 2.5px;
	width: 100%;
	position: absolute;
	background-color: #7f7f7f;
    border-radius: 25%;}
.header .left .sidebar-toggle span:nth-child(2) {
    top: 9px;
    width: 80%;}
.header .left .sidebar-toggle span:nth-child(3) {
    top: 18px;}

/* navbar-top */
.header .left .navbar.navbar-top {
    padding-top: 0;
    padding-bottom: 0;}
@media (min-width: 1200px) {
.header .left .navbar.navbar-top {
    margin-left: 120px;}
}

/* navbar-toggler */
.header .left .navbar.navbar-top .navbar-toggler {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    left: 40px;
    top: 9px;}
.header .left .navbar.navbar-top .navbar-toggler:focus {
    box-shadow: none;}
.header .left .navbar.navbar-top .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.7em;
    height: 1.7em;}
/* navbar-collapse */
@media (max-width: 1199px) {
.header .left .navbar.navbar-top .navbar-collapse {
    width: 260px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 15px 10px #ccd1d5;
    position: fixed;
    top: 50px;
    left: 0;
    /*overflow-y: auto;*/
    padding: 30px 15px;}
}
/* nav-link */
.header .left .navbar.navbar-top .nav-link {
    padding: 15px 20px;
    font-size: 12px;}
.header .left .navbar.navbar-top .nav-link.active {
    border-bottom: 3px solid #e33c39;
    font-family: airbnb_cereal_appmedium;
    background-color: #fff7f8;
    color: #838181;}
/* icon-item */
.header .left .navbar.navbar-top .icon-item .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;}
.header .left .navbar.navbar-top .icon-item .nav-link img {
    height: 22px;}
/* dropdown-menu */
.header .left .navbar.navbar-top .dropdown-menu {
    border: none;
    box-shadow: 9px 19px 35px #dcdcdd;}
.header .left .navbar.navbar-top .dropdown-menu .dropdown-item {
    background-color: transparent;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #727272;}
.header .left .navbar.navbar-top .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #efefef;}
.header .left .navbar.navbar-top .dropdown-menu .dropdown-item:hover {
    color: #1e2125;}




/* right */
/* user-profile-dropdown */
/* dropdown-toggle */
.header .right .user-profile-dropdown .dropdown-toggle {
    background-color: transparent;
    color: #8f8f8f;
    border: none;
    margin-top: 10px;
    font-size: 13px;}
.header .right .user-profile-dropdown .dropdown-toggle::after {
    border: none;}
.header .right .user-profile-dropdown .dropdown-toggle img {
    border: 1px solid #e33c39;
    height: 30px;
    border-radius: 50%;}
.header .right .user-profile-dropdown .dropdown-toggle div {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 4px;}
/* dropdown-menu */
.header .right .user-profile-dropdown .dropdown-menu {
    border: none;
    box-shadow: 9px 19px 35px #dcdcdd;
    padding: 15px;}
.header .right .user-profile-dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #838383;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;}
.header .right .user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    color: #212529;}


/* main-wrapper */
.main-wrapper {
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
    /*overflow-x: hidden;*/}
@media (max-width: 991px) {
.main-wrapper {
    padding-left: 15px;}
}


/* open-sidebar */
@media (min-width: 992px) {
.open-sidebar .main-wrapper {
    padding-left: 245px;}
}




/* btn */
.btn {
    font-size: 13px;
    border-radius: 5px;
    font-family: airbnb_cereal_appmedium;}
.btn:focus {
    box-shadow: none;}
/* btn-group-icon */
.btn-group-icon .fa {
    margin-right: 5px;}

/* btn-primary */
.btn-primary {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #3184d8;
    border-color: #3184d8;}
.btn-primary:hover {
    background-color: #2571bf;
    border-color: #0a58ca;}

/* btn-secondary */
.btn-secondary,
.btn-secondary:disabled {
    color: #777b7e;
    background-color: #e2e2e2;
    border-color: #e2e2e2;}
.btn-secondary:hover {
    color: #777b7e;
    background-color: #c7c3c3;
    border-color: #c7c3c3;}

/* btn-berry */
.btn-berry {
    color: #fff;
    background-color: #4853af;
    border-color: #4853af;}
.btn-berry:hover {
    color: #fff;
    background-color: #384297;
    border-color: #384297;}

/* btn-d-cyan */
.btn-d-cyan {
    color: #fff;
    background-color: #29abe2;
    border-color: #29abe2;}
.btn-d-cyan:hover {
    color: #fff;
    background-color: #22a8e1;
    border-color: #22a8e1;}

/* btn-l-rose */
.btn-l-rose {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fdcac8;
    color: #e35e58;
    border-color: #fdcac8;}
.btn-l-rose:hover {
    background-color: #fdcac8;
    color: #e35e58;
    border-color: #fdcac8;}

/* btn-m-green */
.btn-m-green {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #58bc7c;
    color: #fff;
    border-color: #58bc7c;}
.btn-m-green:hover {
    background-color: #3d995e;
    color: #fff;
    border-color: #3d995e;}

/* btn-purple */
.btn-purple {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #7e56af;
    color: #fff;
    border-color: #7e56af;}
.btn-purple:hover {
    background-color: #734aa5;
    color: #fff;
    border-color: #734aa5;}

/* btn-l-green */
.btn-l-green {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #80f0bf;
    color: #287a56;
    border-color: #80f0bf;}
.btn-l-green:hover {
    background-color: #61c398;
    color: #287a56;
    border-color: #61c398;}

/* btn-xl-green */
.btn-xl-green {
    background-color: #d9f5e9;
    color: #42af7f;
    border-color: #d9f5e9;}
.btn-xl-green:hover {
    background-color: #d9f5e9;
    color: #287a56;
    border-color: #d9f5e9;}

/* btn-small */
.btn-small {
    padding: 3px 10px;
    font-size: 11px;}

/* btn-icon */
.btn-icon {
    display: inline-block;/* check  */
    border: none;
    background-color: transparent;}
.btn-icon img {
    height: 18px;}

/* btn-back-icon */
.btn-icon.btn-back-icon img {
    height: 25px;
    opacity: .7;}

/* btn-large */
.btn-large {
    font-size: 16px;
    min-width: 130px;
    padding: 8px 20px;}

/* btn-badge */
.btn-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 15px;}

/* btn-group-export */
.btn-group.btn-group-export .btn {
    background-color: #f4f4f4;
    color: #7c7ba1;
    min-width: 50px;
    border: none;
    padding: 5px;
    font-size: 11px;
    margin-left: 0;}
.btn-group.btn-group-export .btn:nth-of-type(2) {
    border: 1px solid #ccc;
    border-width: 0 1px;}

/* btn-group-toggle */
.btn-group-toggle {
    background-color: #e5fbf1;}
.btn-group-toggle .btn {
    background-color: #e5fbf1;
    color: #3ba56b;}
.btn-group-toggle .btn:nth-of-type(2) {
    margin-left: 10px !important;}
.btn-group-toggle .btn.active {
    background-color: #3ba56b;
    color: #e5fbf1;}




/* text-color */
.text-color-purple {
    color: #7e56af !important;}
.text-color-m-gray {
    color: #494a4a !important;}
.text-light-red {
    color: #d4383a !important;}
.text-color-l-gray {
    color: #bfc3c3 !important;}

/* border */
.border-left-1 {
   border-left: 1px solid #e3e3e3;}
.border-right-1 {
   border-right: 1px solid #e3e3e3;}
.border-m-gray-1 {
    border: 1px solid #c1c0c0;}

/* bg */
.bg-light-gray {
   background-color: #f2f2f2 !important;}
.bg-light-red {
   background-color: #fdd2d2 !important;}

   
/* breadcrumb */
.breadcrumb {
    display: inline-flex;}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
    position: relative;}
.breadcrumb .breadcrumb-item:first-of-type+.breadcrumb-item:before {
    width: 1px;
    content: "";
    height: 20px;
    background-color: #6c757d;
    padding-right: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 46%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.breadcrumb .breadcrumb-item a {
    font-size: 13px;
    color: #8c8d8f;
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    padding: 10px;}

   



/* chart-col */
.chart-col {
    position: relative;}
.chart-col.position-content-center .apexcharts-canvas {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
.chart-col.bottom-line-1 .apexcharts-canvas svg:first-of-type {
    border-bottom: 1px solid #ccc;}
/* apexcharts-toolbar-hide */
.chart-col.apexcharts-toolbar-hide .apexcharts-toolbar {
    display: none;}

/* chart-col */
.chart-col .bullet-text td .color-icon {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    margin-right: 10px;}
.chart-col .bullet-text td .color-icon.l-blue {
    background-color: #3199f9;}
.chart-col .bullet-text td .color-icon.l-yellow {
    background-color: #f0b051;}
.chart-col .bullet-text td .color-icon.l-green {
    background-color: #34bfb5;}
.chart-col .bullet-text td .color-icon.l-pink {
    background-color: #f34f5b;}
.chart-col .bullet-text td label {
    color: #7c7c7c;}





/* timeline-vertical */
.timeline-vertical table tr td {
    vertical-align: middle;
    position: relative;}
.timeline-vertical table tr td:first-of-type::before {
    content: '';
    background-color: #a57bc9;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 22px;
    top: 0;}
.timeline-vertical table tr:not(:last-of-type) td {
    padding-bottom: 45px;}
/* timeline-point */
.timeline-vertical table tr td .timeline-point {
    background-color: #7850a3;
    padding: 24px;
    border-radius: 50%;
    z-index: 1;
    position: relative;}
.timeline-vertical table tr td .timeline-point:before {
    border: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;}
.timeline-vertical table tr td .timeline-point img {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    height: 18px;}
/* timeline-content */
.timeline-vertical table tr td .timeline-content {
    margin-left: 20px;}
.timeline-vertical table tr td .timeline-content .title {
    color: #3e3f40;
    font-size: 14.5px;}
.timeline-vertical table tr td .timeline-content .dec {
    color: #78797a;
    font-size: 12px;}
.timeline-vertical table tr td .timeline-content .dec a {
    text-decoration: none;
    display: inline-block;
    color: #1a99fa;}
/* no-data */
.timeline-vertical table tr.no-data td:first-of-type::before {
    content: initial;}





    
/* search-form */
.search-form {
    position: relative;
    width: 100%;
    max-width: 300px;}
.search-form .form-control {
    font-size: 13px;
    padding: 6px 45px 6px 15px;}
.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;}
.search-form .btn img {
    height: 20px;}



/* range-datepicker */
.range-datepicker {
    font-size: 12px;
    color: #026eb5;
    background-color: #dcf0fd;}


/* ui-datepicker-custom */
.ui-datepicker-custom {
    color: #026eb5;
    display: inline-flex;
    background-color: #dcf0fd;
    border-radius: 5px;
    width: 155px;
    height: 35px;
    padding: 10px;}
.ui-datepicker-custom input {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    color: #026eb5;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 5px;}



/* filter-by */
.filter-by .filter-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;}
/* chosen-container */
.filter-by .filter-item .chosen-container {
    width: 100% !important;}
/* form-select */
.filter-by .filter-item .form-select {
    border: none;
    font-size: 13px;
    border-radius: 8px;
    color: #71717b;
    box-shadow: 12px 5px 17px #e3e3e5;}


/* filter-checkbox-radio */
.filter-checkbox-radio .filter-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;}
.filter-checkbox-radio .filter-item label {
    cursor: pointer;}
.filter-checkbox-radio .filter-item input {
    position: relative;
    top: 2px;}
.filter-checkbox-radio .filter-item span {
    font-size: 12px;}
@media (max-width: 767px) {
.filter-checkbox-radio .filter-item {
    margin-left: 0;
    margin-right: 15px;}
}



/* count-plain */
.count-plain .count-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;}
.count-plain .count-item label {
    color: #646464;
    font-size: 13px;}
.count-plain .count-item .data {
    display: inline-block;
    margin-left: 5px;}




/* list-links */
.list-links .link-item {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;}
.list-links .link-item label {
    color: #727272;}
.list-links .link-item a {
    color: #8b8b8b;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 5px;}
.list-links .link-item a:hover {
    color: #545454;}
.list-links .link-item a.active {
    font-family: airbnb_cereal_appbold;
    color: #c73431;
    background-color: #fddee3;}






/* fee-report-print */
.fee-report-print {
    background-color: #fff;
    font-size: 14px;}
/* head */
.fee-report-print .head .logo {
    max-width: 100%; 
    height: 70px;}
.fee-report-print .head .name {
    font-size: 38px; 
    font-weight: bold;}
.fee-report-print .head .id {
    line-height: 14px;
    font-size: 16px; 
    color: #222222;}
.fee-report-print .head .deatils {
    margin-bottom: 35px;
    margin-top: 20px;}
/* body */
.fee-report-print .body table {
    margin-top: 25px;
    width: 100%;}
.fee-report-print .body table td,
.fee-report-print .body table th {
    padding: 10px;} 
.fee-report-print .body table .bg-dark {
    color: #e5e5e4;
    background-color: #3c3d3a;}


    


/* chose-checkbox-radio */
.chose-checkbox-radio .chose-item {
    display: inline-block;}
.chose-checkbox-radio .chose-item label {
    cursor: pointer;
    margin-right: 15px;}
.chose-checkbox-radio .chose-item input {
    position: relative;
    top: 2px;}
.chose-checkbox-radio .chose-item span {
    margin-left: 5px;
    font-size: 12px;}



/* pagination */
.pagination .page-item {
    margin-left: 5px;
    margin-right: 5px;}
.pagination .page-item .page-link {
    border: none;
    font-size: 13px;
    border-radius: 5px;
    color: #918f8f;
    padding: 0 6px;}
.pagination .page-item .page-link.active {
    background-color: #515151;
    color: #fff;}
.pagination .page-item.next-item .page-link,
.pagination .page-item.prev-item .page-link {
    width: 20px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 14px;
    border-radius: 50%;
    color: #515151;}
    




/* offcanvas */
.offcanvas {
    width: initial;
    min-width: 400px;
    max-width: 500px;}
.offcanvas-sm {
    max-width: 300px;}
.offcanvas-lg {
    max-width: 800px;}
.offcanvas-xl {
    max-width: 1140px;}

/* offcanvas-title */
.offcanvas .offcanvas-title {
    font-size: 25px;}

/* btn-offcanvas-close */
.offcanvas .btn-offcanvas-close img {
   height: 25px;
   opacity: .7;}

/* offcanvas-header */
.offcanvas .offcanvas-header {
    padding: 30px;}

/* offcanvas-inner-body */
.offcanvas .offcanvas-inner-body {
    padding: 30px;}

/* offcanvas-footer */
.offcanvas .offcanvas-footer {
    padding: 30px;}

/* form-default */
.offcanvas .form-default .form-body .form-label {
    font-size: 13px;}






/* modal */
.modal .modal-content {
    border-radius: 15px;
    border: none;}
/* modal-header */
.modal .modal-header {
    padding: 30px;}
.modal .modal-header h5 {
    font-size: 20px;}

/* modal-body */
.modal .modal-body {
    padding: 30px;}

/* modal-footer */
.modal .modal-footer {
    padding: 30px;}



/* confirm-modal */
.modal.confirm-modal .modal-dialog {
  max-width: 400px;}
.modal.confirm-modal .color-yellow {
  color: #fca83e;}
.modal.confirm-modal .color-green {
  color: #4bb40b;}
/* modal-body */
/* icon */
.modal.confirm-modal .modal-body .icon {
  font-size: 55px;
  border: 7px solid;
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-top: 20px;
  margin-bottom: 30px;}
/* h1 */
.modal.confirm-modal .modal-body h1 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 15px;}
/* h6 */
.modal.confirm-modal .modal-body h5 {
  font-size: 13px;
  margin-top: 25px;
  color: #8291a0;}
/* modal-footer */
.modal.confirm-modal .modal-footer {
  padding-bottom: 40px;
  border-top: none;}
.modal.confirm-modal .modal-footer .btn {
  font-size: 11px;}






/* card-table */
.card-table tr[class^="col-"] {
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 10px;}
.card-table td {
    display: block;
    height: 100%;
    border: none;}
.card-table .card-item {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative;
    padding: 15px;}
.card-table .card-item .btn-publish {
    position: absolute;
    top: 10px;
    right: 10px;}
.card-table .card-item .img-primary {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;}
.card-table .card-item .name {
    color: #515151;
    font-size: 13px;}
.card-table .card-item ul {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;}
.card-table .card-item ul li {
    margin-right: 5px;
    color: #7a7a7a;
    display: inline-block;
    font-size: 13px;
    list-style: none;}
.card-table .card-item ul li .fa {
    color: #cecece;}
.card-table .card-item ul li .fa.active {
    color: #fbb03d;}
.card-table .card-item .desc {
    color: #5b595b;
    margin-top: 15px;
    font-size: 12px;}
.card-table .card-item .btn-more {
    color: #42af7f;
    font-size: 12px;
    border: none;
    background-color: transparent;
    margin-top: 10px;}




/* list-data */
.list-data .list-item {
    margin-bottom: 20px;
    position: relative;}
.list-data .list-item .img-primary {
    border-radius: 15px;}
.list-data .list-item .rybbon {
    height: 80px;
    position: absolute;
    left: 0;}
.list-data .list-item .label-large {
    font-size: 14px;
    color: #898f97;}
.list-data .list-item label {
    font-size: 12px;
    color: #898f97;}
.list-data .list-item .data {
    font-size: 13.8px;
    font-family: airbnb_cereal_appmedium;
    color: #555656;}
.list-data .list-item .data.text-large {
    font-size: 30px;}



/* profile-section */
/* profile-head-col */
.profile-section .profile-head-col {
    background: linear-gradient(-45deg, #4a4591, #674691);
    color: #fff;
    border-radius: 15px 0 0 15px;}
@media (max-width: 991px) {
.profile-section .profile-head-col {
    border-radius: 15px;}
}
/* list-data */
/* profile-head */
.profile-section .list-data .profile-head {
    padding: 20px;}
.profile-section .list-data .profile-head .label-large {
    font-size: 18px;
    color: #fff;}
.profile-section .list-data .profile-head .img-primary {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 50%;}
.profile-section .list-data .profile-head .name {
    font-size: 16px;}
.profile-section .list-data .profile-head .reg-no {
    font-size: 12px;}
.profile-section .list-data .profile-head .progress {
    border-radius: 25px;
    margin-top: 20px;
    background-color: #7b5ea8;
    height: 5px}
.profile-section .list-data .profile-head .progress .progress-bar {
    border-radius: 25px;}
.profile-section .list-data .profile-head .btn-edit {
    min-width: 110px;
    margin-top: 25px;
    border-radius: 8px;
    font-size: 12px;
    color: #674691;
    background-color: #fff;}

/* gradient-blue */
.profile-section .profile-head-col.gradient-blue {
    background: linear-gradient(-45deg, #0459bc, #26a4df);}
/* list-data */
/* profile-head */
.profile-section .list-data .gradient-blue .profile-head .progress {
    background-color: #4180c9;}
.profile-section .list-data .gradient-blue .profile-head .btn-edit {
    color: #0459bc;}



/* form-default */
/* form-body */
.form-default .form-body [class^="col-"] {
    margin-bottom: 20px;}
.form-default .form-body .form-label {
    font-family: airbnb_cereal_appmedium;
    color: #565659;
    font-size: 12px;}
.form-default .form-body .form-control,
.form-default .form-body .form-select {
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 8px 15px;
    border-color: transparent;}
/* chosen */
.form-default .form-body .chosen-container-single .chosen-single {
    text-align: left;
    box-shadow: none;
    border-radius: .25rem;
    background-color: #f2f2f2;
    height: 34px;
    margin-top: 1px;
    line-height: 27px;}
.form-default .form-body .chosen-container-single .chosen-single div b:before {
    background-color: #ccc;
    color: #fff;
    padding: 2px 5px;
    border-radius: 50%;
    position: relative;
    bottom: 2px;
    right: 3px;}

/* attach-label-text */
.form-default .form-body .attach-label-text {
    color: #71717b;
    height: 35px;
    display: block;
    position: relative;
    overflow: hidden;}
.form-default .form-body .attach-label-text .bg-col {
    background-color: #f2f2f2;
    height: 35px;
    border-radius: .25rem;
    padding: 10px;}
.form-default .form-body .attach-label-text input[type="file"] {
    position: relative;
    left: -85px;
    height: 30px;
    top: -30px;
    font-size: 12px;}
.form-default .form-body .attach-label-text img {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 7px;}


/* attach-label-btn */
.form-default .form-body .attach-label-btn {
    position: relative;}
.form-default .form-body .attach-label-btn .attach-label {
    font-family: airbnb_cereal_appmedium;
    position: absolute;
    background-color: #29abe2;
    color: #fff;
    padding: 7px 14px;
    text-align: center;
    min-width: 120px;
    font-size: 13px;
    border-radius: 5px;}
.form-default .form-body .attach-label-btn input[type="file"] {
    font-size: 12px;
    margin-left: 36px;
    margin-top: 5px;}
.form-default .form-body .attach-label-btn img {
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;}


/* img-show */
.form-default .form-body .img-show {
    position: relative;}
.form-default .form-body .img-show .primary-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px 8px;}


/* form-body-section */
/* section-head */
.form-default .form-body .form-body-section .section-head .section-head-text {
    font-family: airbnb_cereal_appmedium;
    color: #424242;
    font-size: 18px;}




/* questions-list */
.questions-list .question-item:not(:last-of-type) {
    margin-bottom: 15px;}
.questions-list .question-item .sl-no {
    font-size: 20px;
    margin-bottom: 15px;
    color: #727272;}
.questions-list .question-item .question {
    font-size: 14px;
    margin-bottom: 15px;
    color: #727272;}
/* move-data */
.questions-list .question-item:first-of-type .move-up-data,
.questions-list .question-item:last-of-type .move-down-data {
    display: none;}
/* options */
.questions-list .question-item .options tr td {
    color: #727272;
    font-size: 14px;
    vertical-align: top;}
.questions-list .question-item .options tr.text-success td {
    color: #389445;}
.questions-list .question-item .options tr.text-danger td {
    color: #de4050;}
.questions-list .question-item .options tr td:first-of-type {
    padding-right: 10px;}
.questions-list .question-item .options tr:not(:last-of-type) td {
    padding-bottom: 6px;}
.questions-list .question-item .options p {
    margin-bottom: 4px;}
.questions-list .question-item .options .img-default {
    height: 50px;
    margin-bottom: 4px;}




/* card-test-details */
.card-test-details {
    padding: 20px;}
/* div-col */
.card-test-details .div-col {
   display: inline-block;}
.card-test-details .div-col label {
   color: #6b6b6b;
   font-size: 13px;}
.card-test-details .div-col .data {
  color: #3F3F3F;}
/* countdown */
.card-test-details .countdown {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;}
/* circle-col */
.card-test-details .circle-col {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 5px;
  min-width: auto;
  border: none;
  background: #DDDDDD;
  color: #5E5E5E;}
.card-test-details .circle-col .fa {
  position: absolute;
  top: 0;
  right: 0;
  color: #ED9726;}
.card-test-details .circle-col .data {
  font-size: 20px;}
@media (max-width: 767px) {
/* circle-col */
.card-test-details .circle-col {
  width: 50px;
  height: 50px;}
}
/* label-circle */
.card-test-details .label-circle {
  margin-top: 5px;
  line-height: 10px;
  font-size: 10px;}
/* circle-col-small */
.card-test-details .circle-col-small [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;}
.card-test-details .circle-col-small .circle-col {
  width: 45px;
  height: 45px;
  line-height: 38px;}
.card-test-details .circle-col-small .circle-col .data {
  font-size: 16px;}
@media (max-width: 767px) {
.card-test-details .circle-col-small .circle-col {
  width: 40px;
  height: 40px;
  line-height: 35px;}
.card-test-details .circle-col-small .circle-col .data {
  font-size: 14px;}
}
/* color */
.card-test-details .col-danger {
  background-color: #fcd2d6;
  color: #c13233;}
.card-test-details .col-success {
  background-color: #c2f2c5;
  color: #3d9f47;}
.card-test-details .col-warning {
  background-color: #ffe5c2;
  color: #fbb03d;}





/* insert-question */
.insert-question .sl-no {
    font-size: 20px;
    margin-bottom: 15px;
    color: #727272;}
.insert-question .insert-item:not(:last-of-type) {
    margin-bottom: 15px;}




/* multi-field */
.multi-fields .multi-field {
    position: relative;
    border: 1px solid #dbdfe7;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;}
.multi-fields .multi-field .remove-field-btn {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;}
.multi-fields .multi-field:last-of-type .remove-field-btn {
    display: none;}



/* schedule-wrapper */
.schedule-wrapper .wrapper-bg {
    background-color: #f6fafa;
    border-radius: 15px;
    padding: 10px;}
.schedule-wrapper .badge {
    background-color: #327f7b;
    font-size: 11px;
    padding: 7px 16px;
    margin-right: 20px;
    border-radius: 25px;}
.schedule-wrapper .badge-text {
    background-color: transparent;
    color: #327f7b;
    padding: 0;}
.schedule-wrapper .btn-plus {
    background-color: #e1efef;
    color: #327f7b;
    width: 100%;}
.schedule-wrapper .btn-create {
    height: 130px;}
.schedule-wrapper .btn-create .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #c8dbda;
    border-radius: 50%;
    margin-bottom: 10px;}
.schedule-wrapper .btn-create[aria-expanded="true"] {
    display: none;}
.schedule-wrapper .btn-create span {
    font-size: 11px;
    display: block;}
/* schedule-head */
.schedule-wrapper .schedule-head {
    margin-bottom: 20px;
    position: relative;}
.schedule-wrapper .schedule-head .date {
    color: #327f7b;
    font-size: 15px;}
.schedule-wrapper .schedule-head .btn-edit img {
    height: 20px;}
.schedule-wrapper .schedule-head .users-icon {
    height: 22px;}
.schedule-wrapper .schedule-head .count {
    color: #327f7b;
    display: inline-block;
    margin-right: 8px;
    font-size: 9px;
    position: relative;
    top: 3px;}
.schedule-wrapper .schedule-head .count span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;}
/* schedule-item */
.schedule-wrapper .schedule-item {
    box-shadow: 3px 0px 14px #e1e1e1;
    border-radius: 15px;
    padding: 10px;}
.schedule-wrapper .schedule-item:not(:last-of-type) {
    margin-bottom: 10px;}
.schedule-wrapper .schedule-item .position {
    color: #222;
    font-size: 12px;}
.schedule-wrapper .schedule-item .action button {
    padding: 0;}
.schedule-wrapper .schedule-item .name {
    color: #222;
    font-size: 14px;}
.schedule-wrapper .schedule-item .dec {
    color: #327f7b;
    font-size: 11.5px;}
.schedule-wrapper .schedule-item .img-profile {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;}
.schedule-wrapper .schedule-item .progress-wrapper label {
    font-size: 11px;
    margin-right: 10px;}
.schedule-wrapper .schedule-item .progress-wrapper .count {
    font-size: 14px;
    display: inline-block;
    float: right;
    margin-top: 14px;}
.schedule-wrapper .schedule-item .progress-wrapper .count span:nth-of-type(2) {
    font-size: 10px;}
.schedule-wrapper .schedule-item .progress {
    border-radius: 25px;
    margin-top: 20px;
    background-color: #d8d8d8;
    height: 8px;
    display: inline-flex;
    width: 55%;}
.schedule-wrapper .schedule-item .progress .progress-bar {
    border-radius: 25px;}
/* card */
/* btn-close */
.card-group .schedule-wrapper .card .card-body .btn-close {
    width: 0.2em;
    height: 0.2em;}






/* table-default */
.table-default table {
    font-size: 13px;
    color: #727272;}
.table-default table>:not(:first-child) {
    border-top: none;}
/* img */
.table-default table tbody tr td .img-default {
    height: 30px;}
.table-default table tbody tr td .rounded-img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #e33c39;}

/* td:first-of-type */
.table-default table tbody tr td:first-of-type {
    position: relative;}
.table-default table tbody tr:hover td:first-of-type::after {
    content: '';
    background-color: #e33c39;
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;}

/* collapse */
/* btn-collapse */
.table-default table tbody tr td .btn-collapse {
    width: 22px;
    height: 22px;
    line-height: 12px;
    border-radius: 50%;
    border: none;
    color: #fff;
    background-color: #a4a4a4;}
.table-default table tbody tr td [aria-expanded="true"].btn-collapse .fa:last-of-type,
.table-default table tbody tr td [aria-expanded="false"].btn-collapse .fa:first-of-type {
    display: none;}

/* border-cell-0 */
.table-default .border-cell-0 th,
.table-default .border-cell-0 td {
    border: none;}

/* collapse */
.table-default table tbody tr td .collapse.show {
    background-color: #f9f9f9;}




/* dropdown */
/* dropdown-toggle */
.table-default table td .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;}
.table-default table td .dropdown .dropdown-toggle::after {
    border: none;}
.table-default table td .dropdown .dropdown-toggle img {
    height: 6px;}
/* dropdown-menu */
.table-default table td .dropdown .dropdown-menu {
    min-width: 130px;
    border: none;
    border-radius: 5px;
    box-shadow: #e0e0e6 5px 5px 5px 0;}
.table-default table td .dropdown .dropdown-menu .dropdown-item {
    color: #787b7d;
    cursor: pointer;
    font-size: 11px;
    padding: 7px 15px;}
.table-default table td .dropdown .dropdown-menu .dropdown-item.active, 
.table-default table td .dropdown .dropdown-menu .dropdown-item:active {
    color: #787b7d;
    background-color: transparent;}
.table-default table td .dropdown .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #dee2e5;}
.table-default table td .dropdown .dropdown-menu .dropdown-item:active,
.table-default table td .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #414242;}
.table-default table td .dropdown .dropdown-menu .dropdown-item:focus {
    outline: none;}

/* move-data */
.table-default table tbody tr:first-of-type td .move-up-data,
.table-default table tbody tr:last-of-type td .move-down-data {
    display: none;}




/* card-radius */
.card-radius {
    border-radius: 15px;
    border: 1px solid #c1c0c0;}
/* table */
.card-radius table thead tr th:first-of-type,
.card-radius table tbody tr td:first-of-type {
    padding-left: 20px;}
.card-radius table thead tr th,
.card-radius table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;}
.card-radius table thead tr th:last-of-type,
.card-radius table tbody tr td:last-of-type {
    padding-right: 20px;}



/* card-group */
.card-group {
    display: block;}
/* card */
.card-group .card {
    box-shadow: 0 7px 15px #dddded;
    border: none;
    border-radius: 15px;}
/* card-header */
.card-group .card .card-header {
    border-color: #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;}
.card-group .card .card-header .card-title {
    color: #727272;
    font-size: 22px;
    margin-bottom: 0;}
/* card-sub-header */
.card-group .card .card-sub-header {
    padding-left: 15px;
    padding-right: 15px;}
/* card-body */
.card-group .card .card-body {
    padding-left: 20px;
    padding-right: 20px;}
/* card-footer */
.card-group .card .card-footer {
    padding-left: 20px;
    padding-right: 20px;}

/* breadcrumb */
.card-group .breadcrumb {
    border-radius: 15px 15px 0 0;
    padding: 5px 10px;}

/* pagination */
.card-group .table-default .pagination {
    margin-top: 25px;
    margin-bottom: 8px;}

/* tab */
/* nav-tabs */
.card-group .nav-tabs {
    padding-left: 15px;
    padding-right: 15px;}
.card-group .nav-tabs .nav-item .nav-link {
    color: #555656;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-width: 0 0 3px 0;}
.card-group .nav-tabs .nav-item .nav-link.active {
    font-family: airbnb_cereal_appbold;
    color: #dc3545;
    border-color: #dc3545;}
/* link-active-rounded */
.card-group .nav-tabs.link-active-rounded .nav-item .nav-link {
    padding: 10px 25px 5px;}
.card-group .nav-tabs.link-active-rounded .nav-item .nav-link.active {
    border-radius: 30px;
    color: #fff;
    background-color: #dc3545 !important;}




/* notifications */
.notifications .item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-top: 10px;}
.notifications .item .count {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ccc;
    border-radius: 50%;}
.notifications .item:nth-child(1n) .count {
    color: #684691;
    background-color: #d5adf7;}
.notifications .item:nth-child(2n) .count {
    color: #ea9939;
    background-color: #ffe3bd;}
.notifications .item:nth-child(3n) .count {
    color: #25a2ce;
    background-color: #caf0fd;}
.notifications .item p {
    color: #8b8d8f;
    font-size: 12px;
    margin-bottom: 0;}
.notifications .item .date-time {
    color: #abb0b5;
    font-size: 10px;}
.notifications .btn-view {
    margin-top: 15px;
    color: #a7a8a9;
    font-size: 11px;}
.notifications .btn-view:hover {
    color: #6c6e70;}


/* reminders */
.reminders .item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;}
.reminders .item:hover::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #29abe2;}
.reminders .item .date-time {
    color: #29abe2;
    margin-bottom: 8px;
    font-size: 11px;}
.reminders .item p {
    color: #8b8d8f;
    font-size: 12px;
    margin-bottom: 0;}
.reminders .btn-view {
    margin-top: 15px;
    color: #a7a8a9;
    font-size: 11px;}
.reminders .btn-view:hover {
    color: #6c6e70;}
