<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*chan css*/
/* Bootstrap General */
.float-right {
    float: right;
}
.mt-0 {
    margin-top: 0;

}
.mt-3 {
    margin-top: 3rem;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mt-1 {
    margin-top: 1rem
}
.ml-1 {
    margin-left: 1rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-1 {
    margin-right: 1rem;
}
.mr-auto {
    margin-right: auto;
}
.p-2 {
    padding: 2rem;
}
.pl-0 {
    padding-left:0;
}
.d-inline-block {
    display: inline-block;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.position-relative {
    position:relative;
}
.pointer-events-none {
    pointer-events: none;
}

/* Ch General */
.title-style-2 {
    color: #A7ABC3;
    font-weight: bold;
}
.color_theme {
    color: #4eafaf;
}
.color-type-1 {
    color: #777;
}
.color-type-2 {
    color: #A7ABC3;
}
.mw-100 {
    max-width: 100%;
}
.font-500 {
    font-weight: 500;
}
.themes_link {
    color: #4eafaf;
    text-decoration: underline;
}
.text-available {
    color: #28c76f;
}
.text-unavailable {
    color: #ea5455;
}
.roboto {
    font-family:'roboto',sans-serif;
}
body .fancybox-button{
    background: #4eafaf;
    border-radius: 50%;
    right: 20px;
    top: 20px;
}
.request_pu .btn_theme_line:hover, .request_pu-submit .btn_theme_line:hover{
    background: #4eafaf;
    border-width: 1px;
    color: #fff;
}
.form-group .form_line.disabled {
    background: #f8fafb;
    pointer-events: none;
}

.form-group .form_line.phone_prefix {
    min-width: unset;
    padding: 15px 15px 15px 5px;
    width: 25%;
}
.form-group .form_line.phone_input {
    width: 74%;
}
.upload_box {
    border: dashed 2px #4eafaf;
    padding: 40px 20px;
}
.upload_box i {
    font-size: 32px;
    color: #4eafaf;
}
.nice-select.request_open-bank {
    border-radius: 0;
    border-color: #ddd;
}
.nice-select.request_open-bank .list {
    border-radius: 0;
}

/* Home/Dashboard */
.application_progress_tag {
    background: #ffc930;
    padding: 15px;
    margin-bottom: 20px;
}
.application_progress_tag i {
    line-height: 20px;
}
.dashboard_payment {
    background: #fff;
    padding: 25px 20px;
    border: solid 2px #4EAFAF;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 3px rgba(100,100,100,0.1);
}
.dashboard_payment P{
    margin-bottom: 0;
}
.current_amount_due h1 {
    font-weight: bold;
    margin: 0 0 25px 0;
}
.pay_before h4 {
    margin: 5px 0 10px 0;
}
.pay_before .small {
    background: #eee;
    font-weight: 500;
    padding: 5px;
    font-size: 1.1rem;
}
.information_box {
    box-shadow: 0 0 5px 3px rgba(100,100,100,0.1);
    margin-bottom: 10px;
    height: 100%;
    background: #fff;
}
.information_box-header {
    background: #d3ebeb;
    padding: 15px;
}
.information_box-header h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    font-family: "Rubik", sans-serif;
}
.information_box-body {
    background: #fff;
    padding: 25px 20px 25px;
}
.information_box-body .btn_theme_line {
    padding: 3px 15px;
    display: inline-block;
    width: auto;
    min-width: unset;
}
.information_box-body .btn_theme_line:hover, .information_box-body .btn_theme_line:focus {
    opacity: 1;
    border-width: 1px;
    color: #fff;
    background: #4EAFAF;
}
.information_box-body table.tbl_organization td {
    color: #666;
    vertical-align: middle;
}
.information_box-body table.tbl_organization td i {
    color: #aaa;
}
table.tbl_organization .status, #viewDocument .status, .request_form .status, .view_request-table .status {
    padding: 3px 5px;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}
table.tbl_organization .approved,
table.tbl_organization .paid,
#viewDocument .approved,
.view_request-table .approved  {
    color: #5eb5b5;
    background: #eaf3f3;
}
.request_form .success {
    color: #28c76f;
    background: #e9f9f0;
}
table.tbl_organization .rejected {
    color: #ea5455;
    background: #fdeeee;
}
table.tbl_organization .pending {
    color: #ff9f43;
    background: #fff5ec;
}
ul.new_users {
    padding-left: 0;
    list-style: none;
}
.new_users li, .recent_activities li {
    margin-bottom: 10px;
}
.new_users-img {
    max-width: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 5px;
    vertical-align: middle;
}
.new_users-content {
    color: #555;
    vertical-align: middle;
}
.recent_activities {
    list-style: none;
}
.recent_activities p {
    margin-bottom: 0;
}
.recent_activities li {
    position: relative;
    margin-bottom: 15px;
}
.recent_activities li:before {
    content: "";
    display: inline-block;
    font-weight: bold;
    background: #4eafaf;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 5px;
    z-index: 2;
}
.recent_activities li:after {
    content: '';
    height: calc(100% + 15px);
    position: absolute;
    width: 1px;
    background: #ccc;
    left: -35px;
    top: 10px;
    z-index: 1;
}
.recent_activities li:last-child:after {
    display: none;
}
#totalUsers {
    position: relative;
    z-index: 2;
    height: 200px;
}
.total_users-listing {
    list-style: none;
    margin-top: 25px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}
.total_users-listing li {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    color: #333;
    margin-left: -2px;
    padding-left: 40px;
}
.total_users-listing li:before {
    content: "";
    display: inline-block;
    font-weight: bold;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.total_users-listing li.bullet-director:before {
    background:#4eafaf;
}
.total_users-listing li.bullet-shareholder:before {
    background:#ea5455;
}
.total_users-listing li.bullet-staff:before {
    background:#07a9ff;
}
.total_users-listing li.bullet-user:before {
    background:#ff9f43;
}

/* Document List */
.date-range-picker {
    border: solid 1px #ddd;
    padding: 16px;
    margin-right: 15px;
    color: #666;
    font-size: 1.3rem;
}
.date-range-picker i {
    color: #4eafaf;
}
table.table.tbl_organization.document-list {
    color: #666;
}
table.table.tbl_organization.document-list td:first-child, table.table.tbl_organization.document-list th:first-child {
    padding-left: 20px;
    position: relative;
}
.document-list .unread {
    font-weight: bold;
}
.document-list .unread:before {
    content: '';
    background: #ea5455;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 45%;
    transform: translateY(-50%);
}
.document_viewer-before {
    background: #fff;
    padding: 10px;
    border: solid 4px #eee;
}
.document_viewer-column {
    padding: 40px 20px;
    background: #4eafaf;
    color: #fff;
}
#viewDocument, #signDocument {
    width: 100%;
    max-width: 1280px;
    padding: 0;
    overflow-x: hidden;
}
.document_viewer {
    height: auto;
    width: 90%;
    max-width: 350px;
    margin: 20px auto 0;
    padding-left: 0;
}

.document_viewer-inner {
    display: block;
    overflow-y: scroll;
    /* height: 70vh; */
    /* max-height: 450px; */
    margin-top: 4px;
    background: #fff;
    color: #000;
}
.document_viewer-inner::-webkit-scrollbar-track, .choose_signature-inner::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #FFF;
}

.document_viewer-inner::-webkit-scrollbar, .choose_signature-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF;
}

.document_viewer-inner::-webkit-scrollbar-thumb, .choose_signature-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
}
.viewer_progress, .viewer_progress-sign {
    background: #ffc930;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
}
.document_viewer-page {
    text-align: left;
    font-size: 1.2rem;
}
.document_viewer-page h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
.document_viewer-bottom {
    background: #000;
    display: block;
    width: 100%;
    padding: 5px 10px;
}
.document_viewer-bottom i {
    font-size: 20px;
    line-height: 16px;
    vertical-align: middle;
    margin: 0 3px;
    color: #fff
}
.document_viewer-bottom .inactive {
    opacity: 0.3;
}
.document_viewer-right h1 {
    font-weight: bold;
    font-size: 1.8em;
    color: #333;
    margin: 25px 0 40px 0;
}
.document_viewer-right {
    padding: 20px 40px;
}
.document_viewer-right .form-group .form-control {
    font-size: 1em;
}
.preview_input {
    padding: 10px 20px;
    background: #f8fafb;
    color: #505050;
}
.document_viewer-remind .btn_theme {
    min-width: unset;
    padding: 17px;
}
#email_send h2 {
    font-family: 'roboto', sans-serif;
    color: #505050;
}
.sign-box {
    display: inline-block;
    width: 120px;
}
.sign-box-inner {
    border: dashed 1px #4eafaf;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
}
.sign-box p {
    color: #4eafaf;
    font-weight: bold;
    font-size: 1.1rem;
}
.viewer_sign {
    max-height: 40px;
    max-width: 80px;
    object-fit: contain;
}
.document_viewer-radio {
    position:relative;
    font-weight: 500;
}

.document_viewer-radio input[type=radio] {
    visibility: hidden;
    margin-top: 0;
    margin-right: 10px;
}
.document_viewer-radio input[type=radio]:checked ~ .radio_custom {
    background: #4eafaf;
}
.radio_custom {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: transparent;
    border-radius: 50%;
    padding: 0px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.radio_custom:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    border: solid 1px #4eafaf;
    border-radius: 50%;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.choose_signature-innerBefore {
    padding: 15px;
    border: solid 1px #ddd;
    max-width: 500px;
}
.choose_signature-inner {
    max-height: 290px;
    overflow-y: scroll;
}
.choose_signature-radio input[type=radio] {
    display: none;
}
.choose_signature-radio input[type=radio]:checked ~ img ~ .choose_signature-customradio {
    background: #28c76f;
    border-color: #28c76f;
}
.choose_signature-radio {
    background: #f8fafb;
    border: solid 3px #f8fafb;
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 350px;
    text-align: center;
    padding: 10px;
    position:relative;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}
.choose_signature-radio.active {
    background: #fff;
    border: solid 3px #28c76f;
    box-shadow: 0 0 8px rgba(50,50,50,0.2);
    transition: all 0.2s ease;
}

.signature-option {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 60px;
    max-width: 280px;
}
.choose_signature-customradio {
    position: absolute;
    right: 4px;
    top: 5px;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border: solid 1px #eee;
    color:#fff;
}
.draw_signature-box {
    padding: 20px;
    border: solid 1px #4eafaf;
    max-width: 350px;
    height: 200px;
}
.draw_signature_inner {
    height: 100%;
    width: 100%;
    display: flex;
    border-bottom: solid 1px #eee;
    align-items: center;
    text-align: center;
}
.signature_area {
    display: inline-block;
    font-size: 48px;
    margin: 0 auto;
}

/* Billing */
.services_list td {
    padding-bottom: 15px;
}
.services_list td:last-child {
    text-align: right;
}
.services-more {
    margin-top: 80px;
}
.information_box-footer {
    padding: 20px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 20px;
    left: 15px;
    display: inline-block;
    height: auto;
}

/* Request List */
.information_box.disable_box {
    box-shadow: none;
    background: transparent;
}
.information_box.disable_box .information_box-body {
    background: transparent;
}
.information_box-body.request_box {
    padding:0;
}
.information_box-body.request_box a {
    padding: 1em 0.5em;
    border: solid 2px #fff;
    transition: all 0.2s ease;
}
.information_box.disable_box .information_box-body.request_box a {
    border: solid 2px #4eafaf;
}
.information_box-body.request_box a:hover {
    border: solid 2px #4eafaf;
    transition: all 0.2s ease;
}
.information_box-body.request_box a:hover p {
    color: #4eafaf;
    transition: all 0.2s ease;
}
.request_list-icon {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
    transition: all 0.2s ease;
}
.information_box-body.request_box a:hover .request_list-icon {
    transition: all 0.2s ease;
}
.request_list-icon img {
    max-height: 54px;
}
.request_list-icon .rq-front {
    position:relative;
    z-index:3;
}
.request_list-icon .rq-back {
    position: absolute;
    left: 3px;
    bottom: -3px;
    z-index: 1;
    transition: all 0.2s ease;
}
.request_list-icon.shares-icon .rq-back {
    left: 2px;
    bottom: -2px;
}
.request_list-icon.change_share-icon .rq-back {
    left: 5px;
    bottom: -1px;
}
.request_list-icon.change_business-icon .rq-back {
    left: 4px;
    max-height: 44px;
}
.request_list-icon.change_company-icon .rq-back {
    left: 11px;
    bottom: 0;
    max-height: 42px;
}
.request_list-icon.tax-icon .rq-back {
    left: 12px;
    bottom: 5px;
    max-height: 42px;
}
.information_box-body.request_box a:hover .request_list-icon .rq-back {
    left: -3px;
    bottom: 2px;
    transition: all 0.2s ease;
}
.information_box-body.request_box a:hover .request_list-icon.tax-icon .rq-back {
    left: 5px;
    bottom: 7px;
}
.information_box-body.request_box a:hover .request_list-icon.change_company-icon .rq-back {
    left: 2px;
    bottom: 2px;
}
.request_pu.fancybox-content {
    width: 90%;
    max-width: 800px;
    margin: 80px 0 40px 0;
}
.request_pu .staff_added {
    background: #fff;
    position: relative;
    font-size: 1rem;
}
.request_pu .request_list-icon {
    margin: 0;
    font-size: 1rem;
}
.request_pu .request_list-icon img {
    max-height: 40px;
}
.request_pu .request_list-icon.change_share-icon .rq-back {
    max-height: 36px;
}
.request_pu .request_list-icon.change_business-icon .rq-back {
    max-height: 34px;
}
.request_pu .request_list-icon.change_company-icon .rq-back {
    max-height: 32px;
    left: 8px;
}
.request_list-icon.audit-icon .rq-back {
    left: 11px;
    bottom: 1px;
}
.information_box-body.request_box a:hover .request_list-icon.audit-icon .rq-back {
    left: 3px;
    bottom: 3px;
}
.request_form {
    margin-top: 60px;
}
.request_form-separator {
    margin: 20px 0 40px;
}
.request_form-separator-inner {
    font-size: 28px;
    font-weight: bold;
    color: #4eafaf;
    font-family: 'roboto', sans-serif;
}
.request_form-bottom {
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}
.request_form-bottom ol {
    padding-left: 15px;
}
.request_form-infobox {
    background: #f8fafb;
    padding: 20px;
    border: solid 2px #4eafaf;
}
.check_company {
    border: solid 1px #ddd;
    padding: 10px 0 10px 10px;
}
.check_company.available {
    border: solid 1px #28c76f;
}
.check_company.unavailable {
    border: solid 1px #ea5455;
}
.check_company input {
    border: none;
}
.check_company input:focus {
    outline:none;
}
.check_company .btn_theme {
    padding: 5px 20px;
    min-width: unset;
}
.sdn_bhd {
    min-width: 80px;
    font-style: italic;
}
.form_bank-select {
    cursor: pointer;
}
ul.form_bank-list {
    list-style: none;
    border: solid 1px #ddd;
    position: absolute;
    width: 100%;
    top: 52px;
    left: 0;
    background: #fff;
    z-index:99;
    padding: 10px 0;
    display: none;
}
ul.form_bank-list.active {
    display: block;
}
.form_bank-list li {
    padding: 5px 15px;
    cursor: pointer;
}
.form_bank-list li:hover {
    background: #ccc;
}
.form_bank-after .choose_signature-innerBefore, .form_bank-after .draw_signature-box {
    max-width: 100%;
}

/* On going Request */
.view_request-table td {
    padding: 1rem;
}
.view_request-bottom {
    padding: 40px 0 20px;
    border-top: solid 1px #ddd;
    margin-top: 40px;
}


/*hl css*/
@charset "utf-8";

/*General*/
hr {border-top: 1px solid #eee;}
.cursor{
    cursor: pointer;
}

/* Text */
.theme_color{color: #4EAFAF;}
.grey_color{color: #505050;}
.gray_color{color: #A7ABC3;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.text_center{text-align: center!important; }
.bold{font-weight: 700;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}

/* Background */
.bg_theme{background-color: rgba(78, 175, 175, .25);}
.bg_pink{background-color: rgba(234, 84, 85, .05);}

/* Padding &amp; Margin */
.p_1{padding:10px;}.p_2{padding:20px;}.p_3{padding:30px;}
.pt_0{padding-top: 0;}
.pt_1{padding-top: 10px;}
.pt_2{padding-top: 20px;}
.pt_3{padding-top: 30px;}
.pb_0{padding-bottom: 0px;}
.pb_1{padding-bottom: 10px;}
.pb_2{padding-bottom: 20px;}
.pb_3{padding-bottom: 30px;}
.pl_0{padding-left: 0px;}
.pl_1{padding-left: 10px;}
.pl_2{padding-left: 20px;}
.pl_3{padding-left: 30px;}
.pr_0{padding-right: 0px;}
.pr_1{padding-right: 10px;}
.pr_2{padding-right: 20px;}
.pr_3{padding-right: 30px;}

.m_auto{margin: auto;}
.m_1{margin:10px;}.m_2{margin:20px;}.m_3{margin:30px;}
.mt_0{margin-top: 0;}
.mt_1{margin-top: 10px;}
.mt_2{margin-top: 20px;}
.mt_3{margin-top: 30px;}
.mb_0{margin-bottom: 0px;}
.mb_1{margin-bottom: 10px;}
.mb_2{margin-bottom: 20px;}
.mb_3{margin-bottom: 30px;}
.ml_0{margin-left: 0;}
.ml_1{margin-left: 10px;}
.ml_2{margin-left: 20px;}
.ml_3{margin-left: 30px;}
.mr_0{margin-right: 0;}
.mr_1{margin-right: 10px;}
.mr_2{margin-right: 20px;}
.mr_3{margin-right: 30px;}


/*Display*/
.d_block{display: block;}
.d_flex{display: flex;}
.d_inline_block{display: inline-block;}
.d_inline{display: inline;}
.d_inline_flex{display: inline-flex;}
.align_top{align-items: flex-start;}
.align_center{align-items: center;}
.align_bottom{align-items: flex-end;}
.relative{position: relative;}


/*Size*/
.w_auto{width: auto;}
.w_25{width: 25%;}
.w_50{width: 50%;}
.w_75{width: 75%;}
.w_100{width: 100%;}
.mh_25vh{min-height: 25vh;}
.mh_50vh{min-height: 50vh;}
.mh_60vh{min-height: 60vh;}
.mh_75vh{min-height: 75vh;}
.mh_100vh{min-height: 100vh;}
.mh_100{min-height: 100%;}

/* Button */
.btn_theme{
    background: #4EAFAF;
    border: 1px solid #4EAFAF;
    color:#fff;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    min-width: 160px;
    display: inline-block;
    transition: all .3s ease;
}
.btn_theme:hover,
.btn_theme:focus{
    transition: all .3s ease;
    color: #fff;
    opacity: .8;
    outline: unset;
}
.btn_theme i{
    margin-right: 5px;
}
.btn_theme_line{
    background: transparent;
    color:#4EAFAF;
    border: 1px solid #4EAFAF;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    min-width: 160px;
    display: inline-block;
    transition: all .3s ease;
}
.btn_theme_line:hover,
.btn_theme_line:focus{
    opacity: .8;
    border: 2px solid #4EAFAF;
    outline: unset;
    transition: all .3s ease;
}
.btn_line{
    border: 1px solid #E0E0E0;
    color: #505050;
    padding: 15px 20px;
    text-align: center;
    min-width: 160px;
    display: inline-block;
    transition: all .3s ease;
}
.btn_line:hover,
.btn_line:focus{
    border: 1px solid #ddd;
    color: #444;
    outline: unset;
    transition: all .3s ease;
}

/* Alert - Notice */
.pink_notice{
    background-color: rgba(234, 84, 85, .05);
    color: #666666;
    padding: 15px 30px;
    font-weight: 500;
}
.box_shadow{
    color: #000;
    background-color: #ffffff;
    box-shadow: 0 4px 25px #0000001a;
    border-radius: 3px;
    margin-top: 20px;
}
.box_shadow .box-body{
    padding: 30px;
}
.box_shadow .box-header{
    padding: 15px 30px;
    box-shadow: 0 4px 25px #0000001a;
    min-height: 80px;
    display: flex;
    align-items: center;
}

/*Input Form*/
.form_line{
    border: 1px solid #E0E0E0;
    color: #505050;
    padding: 15px 20px;
    min-width: 160px;
}
.form_line:hover,
.form_line:focus{
    border: 1px solid #ddd;
    color: #444;
}
.form-group label{
    color: #A7ABC3;
    font-size: 14px;
}
.form-group .form-control{
    /*background-color: #F8FAFB;*/
    /*color: #505050;*/
    /*font-size: 18px;*/
    /*border: 0;*/
    /*padding: 24px 20px;*/
    /*font-weight: 500;*/
}
.form-group textarea.form-control{
    padding: 12px 20px;
}
.form-group .form-control.border{
    background-color: transparent;
    color: #333;
    border: 1px solid #E0E0E0;
}
.input_otp{
    border:1px solid #E0E0E0;
    padding: 8px 0;
    display: flex;
}
.input_otp input{
    width: 80%;
    padding-left: 15px;
}
.input_otp .theme_color{
    text-align: right;
    white-space: nowrap;
    display: block;
    padding-right: 15px;
}
.input_otp input{
    border:0;
}
.input_otp input:hover,
.input_otp input:focus{
    border:0;
    outline: none;
}

/* Switch Input */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4EAFAF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4EAFAF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*Pagination*/
.pagination&gt;li&gt;a{
    margin: 0 3px;
    border: 1px solid #4EAFAF;
    color: #4EAFAF;
    background: transparent;
}
.pagination&gt;li&gt;a.arrow{
    border: 1px solid transparent;
    color: #4EAFAF;
    background: transparent;
}
.pagination&gt;li&gt;a.active,
.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;a:focus{
    background: #4EAFAF;
    color: #fff;
    border: 1px solid #4EAFAF;
}


/* Company ID - Pages*/
.table-responsive{margin-bottom: 30px;}
table.tbl_organization{background: #fff;}
table.tbl_organization tr th{
    background: #F8FAFB;
    color: #A7ABC3;
    text-transform: uppercase;
    padding: 18px 8px;
}
table.tbl_organization tr td.action a{
    margin: auto 8px;
    color: #A7ABC3;
}
.staff_added{
    font-size: 50px;
    color: #fff;
    background: #4EAFAF;
    padding: 15px;
    border-radius: 50% 50%;
    margin-top: -44px;
    transform: translateY(-50%);
    border: 8px solid rgba(30, 30, 30, .9);
    width: 100px;
    height: 100px;
}
.staff_edit{
    font-size: 50px;
    color: #fff;
    background: #FF9F43;
    padding: 15px;
    border-radius: 50% 50%;
    margin-top: -44px;
    transform: translateY(-50%);
    border: 8px solid rgba(30, 30, 30, .9);
    width: 100px;
    height: 100px;
}
table.tbl_organization&gt;tbody&gt;tr&gt;td.action a.btn_theme_line{
    padding: 5px 8px;
    color: #4EAFAF;
    min-width: unset;
}

/* Notification - Pages*/
.notification_list{
    list-style: none;
    padding: 0;
}
.notification_list li{
    padding: 8px 0;
    color: #666666;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.notification_list li img{
    border-radius: 50% 50%;
    width: 56px;
    height: 56px;
    margin-right: 15px;
}
.notification_list li p.name{
    color:#505050;
    font-size: 16px;
    margin-bottom: 0;
}
.notification_list li .notif_content{
    display: inline-block;
    width: calc(100% - 110px);
}
.notification_list li p.time{
    color:#A7ABC3;
    width: 100px;
    text-align: right;
    float: right;
}
.notification_list li a{
    text-decoration: underline;
    color: #4EAFAF;
}
/*Account*/
.account_package{
    background: #FFFFFF;
    box-shadow: 0px 4px 25px #0000001A;
    color: #505050;
    text-align:center;
    padding: 50px 30px;
    transition: all .3s ease;
}
.account_package:hover{
    border: 2px solid #4EAFAF;
    transform: scale(1.05);
    transition: all .3s ease;
    z-index: 1;
}
.account_package .title{
    letter-spacing: 2px;
    font-weight: 600;
}
.account_package h1{
    font-weight: 600;
}
.account_package:hover .btn_theme_line{
    background: #4EAFAF;
    color: #fff;
}
.account_package ul{
    list-style: url(../img/list_style.png);
    text-align: left;
}
.account_package ul li.disable{
    opacity: 0.3;
}
/*Setup*/
.sign_box{
    padding: 0 15px 15px;
    border: 1px solid #4EAFAF;
    width: auto;
    display: inline-block;
}
.sign_box canvas{
    border-bottom: 1px solid #f1f1f1;
}
.sign_box_footer .sign_clear{
    border: 0;
    background: transparent;
    padding-top: 15px;
    color: #A7ABC3;
}
.sign_box_footer .sign_clear:hover,
.sign_box_footer .sign_clear:focus{
    border: 0;
    outline: 0;
    color: #888;
}
.upload_sign_box_wrap{
    padding: 30px;
    border: 1px dashed #4EAFAF;
    width: auto;
    display: inline-block;
    color: #4EAFAF;
    text-align: center;
    min-width: 375px;
}
.upload_sign_box_wrap a{
    display: block;
    color: #4EAFAF;
}
.dashed_box{
    padding: 30px;
    border: 1px dashed #4EAFAF;
    display: inline-block;
    color: #4EAFAF;
    text-align: center;
    width:100%;
    margin-bottom: 15px;
}
.setup_default_box{
    background: #F8FAFB;
    padding: 8px;
    display: inline-block;
    text-align: center;
    width:100%;
    margin-bottom: 15px;
    min-height: 100px;
    transition: all .3s ease;
    position: relative;
}
.selected.setup_default_box{
    background: #FFFFFF;
    border: 1px solid #28C76F;
    color:#28C76F;
    transition: all .3s ease;
}
.box_content{
    display: block;
    color: #4EAFAF;
    position: relative;
}
.box_content .check{
    position: absolute;
    top: 0;
    right: 0;
}
.setup_default_box:hover{
    background: #F8FAFB;
}
.setup_default_box .hover_display{
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
}
.setup_default_box:hover .hover_display{
    display:block;
}
.setup_default_box .hover_display .edit {
    border: 1px solid #FF9F43;
    color: #FF9F43;
    background:#fff;
    display: inline-flex;
    width: 40px;
    height:40px;
    align-items: center;
    justify-content: center;
}
.setup_default_box .hover_display .delete{
    border: 1px solid #EA5455;
    color: #EA5455;
    padding:8px;
    background:#fff;
    display: inline-flex;
    width: 40px;
    height:40px;
    align-items: center;
    justify-content: center;
}
/*Add On Page*/
.card{
    background: #fff;
    box-shadow: 0 4px 25px #0000001a;
    display: inline-block;
    margin: 30px auto 0;
}
.card_img_wrap{
    width: 120px;
    float: left;
    padding: 0 10px;
    transform: translateY(-15px);
}
.card_img_wrap img{
    width: 100%;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    height: 100px;
    object-fit: contain;
    padding: 5px;
}
.card_img_content{
    width: calc(100% - 120px);
    float: left;
    padding: 10px 30px 10px 15px;
}
.card_img_title{
    color:#505050;
    font-size: 18px;
    font-weight: 600;
}
.card_footer{
    background:#F8FAFB;
    color: #666;
    width: 100%;
    float: left;
    padding: 8px 15px;
}
.rank{
    margin-top: 8px;
    margin-bottom: 8px;
    color: #FFC930;
}
.card_img_text&gt;div{
    height: 56px;
    overflow-y: auto;
}
.card .lbl_free{
    color:#4EAFAF;
    text-transform: uppercase;
    padding: 3px 5px;
    background: #4EAFAF1A;
    border-radius: 1px;
    white-space: nowrap;
    margin: 8px auto;
    font-size: 12px;
    display: block;
    font-weight: 700;
    text-align: center;
}
.card .lbl_normal{
    color:#666;
    text-transform: uppercase;
    padding: 3px 5px;
    background: #C3C3C31A;
    border-radius: 1px;
    white-space: nowrap;
    margin: 8px auto;
    font-size: 12px;
    display: block;
    font-weight: 700;
    text-align: center;
}
.tab_wrap .tab_header{
    box-shadow: 0px 4px 4px -4px #00000066;
    padding: 0 30px;
}
.recommended_addon_img{
    border: 1px solid #E0E0E0;
    padding: 5px;
    background: #fff;
    width: 86px;
    height: 86px;
    object-fit: cover;
    margin-right: 8px;
}
.nav-tabs-custom.tab_wrap&gt;.nav-tabs&gt;li.active{
    border: 0;
    border-bottom: 5px solid #4eafaf33;
    color: #4eafaf;
}
.nav-tabs-custom.tab_wrap&gt;.nav-tabs&gt;li a{
    border: 0;
    font-weight: 600;
    color: #505050;
}
.nav-tabs-custom.tab_wrap&gt;.nav-tabs&gt;li.active a{
    color: #4eafaf;
}
.tab_wrap .tab_body{
    background: rgba(255,255,255,.8);
    padding: 30px;
}

/*Profile*/
.box-profile .edit {
    background-color: #ccc;
    padding: 6px 8px;
    border-radius: 27px;
    transform: translate(30px, 15px);
    display: inline-block;
    width:30px;
    color: #4EAFAF;
    height: 30px;
}

/*daterangepicker*/
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}
.resendOtp {
    position: absolute;
    right: 10px;
    top: 45px;
}
.notiImg {
    border-radius: 50% 50%;
    width: 56px;
    height: 56px;
    margin-right: 15px;
}
.notification_list1{
    list-style: none;
}

.notification_list1 li{
    padding: 8px 0;
    color: #666666;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.notification_list1 li img{
    border-radius: 50% 50%;
    width: 56px;
    height: 56px;
    margin-right: 15px;
}
.notification_list1 li img.bell-dots1{
    border-radius: 50% 50%;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    position: absolute;
    /*top: 8px;*/
    left: 60px;
}
.notification_list1 li p.name{
    color:#505050;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}
.notification_list1 li p.time{
    color:#A7ABC3;
    width: 100px;
}
.notification_list1 li a{
    text-decoration: underline;
    color: #4EAFAF;
}
.navbar-nav&gt;.notifications-menu&gt;.dropdown-menu.noti-menu {
    width: 500px;
}
.navbar-nav&gt;.notifications-menu&gt;.dropdown-menu&gt;li.header.noti-header {
    color: #A7ABC3;
    font-size: 15px;
    border-bottom: none;
    top: 10px;
    left: 7px;
    width: auto;
    display: inline-block;
}
span.red-dots {
    height: 12px;
    width: 12px;
    background: #EA5455;
    border-radius: 50%;
    border: 1px solid white;
    position: absolute;
    left: 60px;
}
.navbar-nav&gt;.messages-menu&gt;.dropdown-menu&gt;li .menu&gt;li&gt;a&gt;p.lang {
    font-size: 14px;
    color: #505050;
}
.navbar-nav&gt;.tasks-menu&gt;.dropdown-menu&gt;li .menu&gt;li&gt;a.profile {
    border-bottom: none;
    padding: 15px 10px 5px 20px;
    color: #505050;
    font-size: 16px;
    display: flex;
}
.imgProfile {
    width: 15px;
    height: 15px;
    margin-right: 20px;
    margin-top: 5px;
}
.modal-body.custom-body {
    position: relative;
}
.custom-modal ~ .modal-footer .btn.btn-default.change-cancel {
    background: white;
    border: 1px solid #4EAFAF;
}
.btn.change-cancel {
    color: #4EAFAF;
}
.payment-info {
    border: 1px solid #4EAFAF;
    background: #F8FAFB;
    padding-bottom: 15px;
}
.change-payment {
    margin: 17px 10px auto 20px;
    color: #A7ABC3;
    font-size: 15px;
    font-family: Arial;
}
.change-payment-desc {
    display: flex;
    margin: auto auto auto 20px;
    font-size: 15px;
    font-family: Arial;
}
.change-payment-desc.payment {
    color: #EA5455;
}
a.btn.check-company.btnCheck {
    top: 20px;
    right: 15px;
}
.company-postfix.checkCompany {
    right: 115px;
    font-style: italic;
    top: 33px;
}
.dotLabel {
    text-align: center;
    padding-bottom: 15px;
}</pre></body></html>