﻿/*@font-face {
    font-family: 'SoftMaker-OnStageSerial-Light';
    src: url('../fonts/SoftMaker-OnStageSerial-Light.otf') format('opentype');
}*/

/* @import url(https://db.onlinewebfonts.com/c/5a7debb4d574388965a91ca3c8e6854e?family=SuomiHand+W03+Script); */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: "SuomiHand Script";
    src: url('../fonts/suomihand-script.otf') format('opentype');
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.add-buttom-site {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
}

.vertical-middle {
    vertical-align: middle !important;
}

.upload-doc-box {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    width: 100px;
    margin-right: 10px;
    border: 1px solid #ddd;
    font-size: 27px;
    line-height: 100px;
    word-wrap: break-word;
    text-align: center;
    position: relative;
}



.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px #2B333E;
}

.another-file-over-class {
    border: dotted 3px green;
}

.dashboard-box {
    display: inline-block;
    vertical-align: top;
    height: 108px;
    width: 275px;
    margin: 7px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 2%;
    word-wrap: break-word;
    float: left;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    box-shadow: 1px 1px 7px 3px #dbdbdbf5;
    background: white;
    cursor: pointer;
}

.dashboard-box .middle {
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
}

@media screen and (max-width:767px) {
    .mobile-dashboard-container {
        width: 290px;
        margin: 0 auto;
    }

    .page-title {
        margin-top: 20px;
    }

    /*.dashboard-box {
        height: 150px;
        width: 130px !important;
    }*/
}

.custom-disable {
    background-color: #eeeeee !important;
    opacity: 1 !important;
    min-height: 40px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.upload-doc-delete {
    position: relative;
    top: 5px;
    left: 100px;
    font-size: 15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 1px;
    cursor: pointer;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff !important;
    background-color: #3071a9 !important;
    border-color: transparent !important;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca !important;
    background-color: #fff !important;
    border-color: #428bca !important;
    border-bottom-color: transparent !important;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca !important;
    border-color: #3071a9 !important;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9 !important;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9 !important;
}

.notification-color {
    color: green;
}

@media only screen and (max-width: 490px) {
    .notification-dropdown {
        min-width: 250px !important;
        max-height: 441px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 490px) {
    .notification-dropdown {
        min-width: 350px !important;
        max-height: 441px;
        overflow-y: auto;
    }
}

.notification-unread-color {
    background-color: #e8e8e8;
}

.fc-time-grid-event {
    padding: 0 !important;
}

.aclendar-soso {
    background-color: red;
}

.calendar-disable-date {
    background-color: rgba(0, 0, 0, .03);
}

.img-max-height {
    max-width: 100px;
    height: 100px;
}

.text-center {
    text-align: center;
}

.badge-notify {
    position: relative;
    top: -10px;
    background: green;
    left: 12px;
}

.notification-bell {
    position: absolute;
    font-size: 21px;
    top: 18px;
}

.custom-image-zoom-over:hover {
    cursor: zoom-in;
}

.pac-container {
    z-index: 999999;
}

.message-container {
    overflow-y: auto;
    max-height: 500px;
}

.button-disableColor {
    background-color: grey;
}

.form-error-notification {
    position: relative;
    float: right;
    top: 4px;
    font-size: 15px;
    color: #a94442;
}

.font-size-lnr-icon {
    font-size: 10px;
}

.document-content {
    width: 120px;
    margin-left: 10px;
    word-break: break-all;
    margin-top: 10px;
}

.dashboard-box .icon {
    color: #f37b2b;
    margin-right: 10px;
    background: #f37b2b4f;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile {
    border: none;
}

/*.profile-box .icon {
    color: #f37b2b !important;
    background: #f37b2b4f !important;
}*/
.client-section,
.job-section {
    padding: 0 30px;
}

.top-section {
    display: flex;
    align-items: center;
}

.black-color {
    color: black;
}

.font-size-15 {
    font-size: 15px;
}

.custom-form-group input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom-form-group .radio-label {
    position: relative;
    cursor: pointer;
}

.custom-form-group input[type="radio"]+.radio-label:before {
    content: '';
    border-radius: 100%;
    border: 2px solid #0000009c;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.custom-form-group input[type="radio"]:checked+.radio-label:before {
    background-color: #f37b2b;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.custom-form-group input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.custom-form-group input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.custom-form-group input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-40 {
    margin-top: 40px;
}

.d-flex {
    display: flex
}

.current-year {
    margin-bottom: 0 !important;
    color: #f37b2b;
    margin-right: 190px;
    float: right;
    font-weight: 600;
}

.no-margin-top {
    margin-top: 0 !important;
}

.custom-btn {
    width: 100px;
    background: #f37b2b !important;
    font-weight: 400;
    border-radius: 0px !important;
}

.dashboard-box:hover {
    background: #f37b2b !important;
}

.dashboard-box:hover .icon {
    color: white;
    background: #cccccc40;
}

.dashboard-box:hover .middle {
    color: white;
}

.main-sidebar {
    background-color: white;
}

.sidebar-menu li a {
    color: black;
}

.main-header .logo {
    background-color: white;
}

.main-header .navbar .sidebar-toggle {
    color: black;
}

.main-header .navbar {
    background-color: white;
}

.main-header .navbar .sidebar-toggle:hover {
    color: black;
    background-color: transparent;
}

.main-header .navbar .top-nav>li>a {
    color: black;
}

.main-header .navbar .top-nav .open>a:hover,
.main-header .navbar .top-nav .open>a:focus {
    color: #000;
}

.main-header .navbar .top-nav>li>a:hover,
.main-header .navbar .top-nav>li>a:active,
.main-header .navbar .top-nav>li>a:focus {
    color: #000;
}

.main-sidebar {
    padding-top: 65px;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    background: #f37b2b;
}

@media only screen and (max-width:767px) {
    .dashboard-box {
        display: flex;
        min-width: 275px;
    }

    .dashboard-box .middle {
        font-size: 16px;
    }

    .main-sidebar {
        padding-top: 100px;
    }

    .center {
        margin: auto;
        width: 50%;
    }

    .dashboard-box .heading {
        margin-top: 10px;
    }
}

.modal-close {
    position: absolute;
    right: 12px;
    top: 15px;
    opacity: 1;
}

.has-error {
    border: 1px solid #a94442 !important;
}

.appointment-footer {
    padding: 0 10px 16px 10px;
}

.label {
    font-size: 15px !important;
}

.carousel-inner>.item.active.content-center {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.padding-left-20 {
    padding-left: 20px;
}

.sidebar-mini.sidebar-collapse .main-sidebar .dropdown-icon {
    display: none;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover .dropdown-menu {
    position: absolute;
    display: block;
    width: 180px;
    left: 50px;
    top: 45px;
    margin-left: 0;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover .dropdown-menu li a {
    padding: 8px 5px;
    font-size: 12px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover .dropdown-menu li a i {
    font-size: 13px;
    margin-right: 3px;
}

.custom-badge {
    background: #00000000;
    color: #00000000;
}

.fixed .content-wrapper {
    margin-top: 60px;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.custom-dropdown .dropdown-menu {
    position: unset;
    left: 0;
    top: 0;
    float: unset;
}

.user-name {
    display: none;
}

.profile.open .user-name {
    display: block;
    margin-left: 10px;
}

.main-header .navbar .top-nav .profile.open>a {
    display: flex;
    align-items: center;
    color: black;
}

@media (max-width: 480px) {
    .page-title {
        margin-top: 40px !important;
    }
}

.client-section .custom-label,
.job-section .custom-label {
    margin: 10px 0;
}

.dashboard-box .heading {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-left: 15px;
}

.dashboard-box .content {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;
}

.dashboard-box:hover .content {
    color: white;
}

.custom-box {
    display: table !important;
    height: 150px !important;
    width: 280px !important;
    padding: 0 10px !important;
    border-radius: 26px;
}

.dashboard-box .section {
    display: table-cell;
    vertical-align: middle;
}

.previous-btn {
    color: #333;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    margin-right: 10px;
    font-weight: 400;
    width: 110px;
    height: 34px;
}

.previous-btn:hover,
.previous-btn:focus {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc !important;
}

@media (max-width: 767px) {
    .fixed .content-wrapper {
        margin-top: 100px !important;
    }
}

@media (max-width: 767px) {
    .custom-box {
        display: flex !important;
        min-width: 300px;
    }
}

.name-section {
    display: flex;
}

.name-section div {
    width: 48%;
}

.name-section div:first-child {
    margin-right: 12px;
}

.font-size-12 {
    font-size: 12px !important;
}

.btn-xs {
    padding: 2px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-30 {
    margin-top: 30px;
}

.font-size-16 {
    font-size: 16px;
}

.section-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.validation-invalid-label {
    color: red;
}

.valid-column {
    color: red;
}

.upload-file-section {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 150px;
}

.custom-icon-loader {
    font-size: 36px;
    color: #f37b2b;
}

.sidebar-menu>li {
    font-family: 'Montserrat', sans-serif;
}

.dropdown-menu li a i {
    margin-right: 10px;
}

.cursor-default {
    cursor: default !important;
}

.folder-section {
    margin-top: 15px;
}

#hierarchy {
    width: 300px;
}

.foldercontainer,
.file,
.noitems {
    display: block;
    padding: 5px 5px 5px 50px;
}

.folder {
    color: red;
    cursor: pointer;
}

.file {
    color: green;
    cursor: pointer;
}

.folder:before,
.file:before {
    padding-right: 10px;
}

.folder-icon {
    font-size: 18px !important;
}

.folder .panel-heading {
    display: flex;
    justify-content: space-between;
}

.collapse-icon {
    font-size: 20px !important;
    cursor: pointer;
    color: #0AF;
    vertical-align: bottom;
}

.delete-folder-icon {
    font-size: 20px !important;
    cursor: pointer;
    color: red;
    margin-left: 10px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
}

.upload-btn-wrapper input[type=file] {
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100px;
    cursor: pointer;
}

.ml-5 {
    margin-left: 5px;
}

.folder-section .panel-heading {
    padding: 10px 15px !important;
}

.upload-folder-doc-delete {
    right: 0px;
    font-weight: bolder;
    font-size: 20px;
    top: 0px;
    position: absolute;
}

.upload-container {
    display: flex;
    flex-wrap: wrap;
}

.d-grid {
    display: grid;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    cursor: auto;
}

.upload-docs-label {
    margin: 10px 0;
    color: #676a6d
}

.record-details td {
    padding: 5px;
}

.record-details tr {
    vertical-align: text-top;
}

.id-edit-icon {
    font-size: 18px;
    background-color: #f37b2b;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
}

.form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-form-group .checkbox-label {
    position: relative;
    cursor: pointer;
}

.custom-form-group .checkbox-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0000009c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-group input[type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 4px;
    height: 12px;
    border: solid #0000009c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.crop-img-section {
    display: flex;
    margin-bottom: 30px;
}

.cropArea {
    overflow: hidden;
    width: 500px;
    height: 350px;
    margin-right: 20px;
}

.cropped-img {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.img-upload-btn {
    height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    justify-content: center;
}

.img-upload-btn button {
    width: 120px;
}

.modal .associated-dialog {
    width: 850px !important;
}

.image-section {
    margin-top: 8px;
}

.loader-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.loader-icon {
    font-size: 40px !important;
    color: #f37b2b;
}

.h-center {
    display: flex;
    justify-content: center;
}

.custom-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.folder-create {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.folder-create span {
    font-size: 22px;
    margin-right: 10px;
}

.upload-file-text-editor {
    margin: 24px 0;
    display: flex;
    padding: 0 !important;
}

.copy-to-clipboard {
    display: flex;
}

.copy-to-clipboard a {
    overflow: hidden;
}

.copy-to-clipboard a,
.copy-to-clipboard button {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    text-transform: initial;
    height: 37px;
    color: #555555 !important;
}

.copy-to-clipboard .btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
}

.copy-to-clipboard .icon {
    font-size: 16px;
    color: #555555;
}

/*Multi Step Form*/

.multi_step_form,
.job_multi_step_form {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    background: #fff;
    z-index: 1;
}

.multi_step_form .tittle {
    text-align: center;
    padding-bottom: 55px;
}

.multi_step_form .tittle h2 {
    color: #3f4553;
    padding-bottom: 5px;
}

.multi_step_form #progressbar,
.job_multi_step_form #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.multi_step_form #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 15px;
    width: calc(100%/6);
    /* width: calc(100%/5); */
    float: left;
    position: relative;
}

.multi_step_form #progressbar li:nth-child(2):before,
.job_multi_step_form #progressbar li:nth-child(2):before {
    content: "2";
}

.multi_step_form #progressbar li:nth-child(3):before {
    content: "3";
}

.multi_step_form #progressbar li:nth-child(4):before {
    content: "4";
}

.multi_step_form #progressbar li:nth-child(5):before {
    content: "5";
}

.multi_step_form #progressbar li:nth-child(6):before {
    content: "6";
}

.multi_step_form #progressbar li:before,
.job_multi_step_form #progressbar li:before {
    content: "1";
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    cursor: pointer;
}

.multi_step_form #progressbar li:after,
.job_multi_step_form #progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}

.multi_step_form #progressbar li:last-child:after,
.job_multi_step_form #progressbar li:last-child:after {
    width: 150%;
}

.multi_step_form #progressbar li.active,
.job_multi_step_form #progressbar li.active {
    color: #f37b2b;
}

.multi_step_form #progressbar li.active:before,
.multi_step_form #progressbar li.active:after,
.job_multi_step_form #progressbar li.active:before,
.job_multi_step_form #progressbar li.active:after {
    background: #f37b2b;
    color: white;
}

.form-row {
    padding: 0 30px;
}

.error-message {
    text-align: center;
    font-size: 16px;
    color: #a94442;
}

.group-select {
    width: 260px;
    margin-bottom: 20px;
}

.clear-doc-heading {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.clear-doc-submit-btn {
    background-color: #0AF;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #0AF;
}

.custom-loader {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    left: 50%;
}

.custom-loader i {
    font-size: 100px;
}

.position-relative {
    position: relative;
}

#jobDescriptionModal .modal-body {
    padding: 15px 30px !important;
}

.pre-line {
    white-space: pre-line;
}

.disable-section {
    pointer-events: none !important;
}

.modal-vertical-center {
    height: 90vh;
    display: flex;
    align-items: center;
}

.job_multi_step_form #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 15px;
    width: calc(100%/2);
    float: left;
    position: relative;
}

.job-section .header-sec {
    padding: 0px 30px 40px 30px;
    display: flex;
    align-items: center;
}

.job_multi_step_form .tittle {
    text-align: left;
}

.job_multi_step_form .tittle h2 {
    color: #3f4553;
}

.dir-pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-tab-sec {
    padding: 20px 15px 0px 15px;
}

.detail-page-custom-tab {
    color: #555555;
    margin-bottom: 10px;
    min-width: 200px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.detail-page-custom-tab .left-tab {
    border-radius: 8px 0 0 8px;
    margin-right: 0;
}

.detail-page-custom-tab.active {
    background: #f37b2b !important;
    color: #fff !important;
}

.filter-collapse {
    margin: 20px 0;
}

.custom-badge-label {
    font-size: 12px !important;
    padding: 5px 8px 6px 8px !important;
}

.search-container {
    display: inline-block;
    float: right;
    /* margin-top: 16px; */
}

.search-container label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.search-container label input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.search-container label input[type="search"] {
    -webkit-appearance: none;
}

.dataTables-length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 100%;
}

dataTables-length label select {
    width: 75px;
    display: inline-block;
    vertical-align: middle;
}

/*create proposal*/

.page-title .create-proposal-btn {
    border: 1px solid #ff0000 !important;
    padding: 10px 20px !important;
}

.create-proposal-heading {
    color: #ff0000 !important;
}



.create-proposal-btn i {
    font-weight: 600;
}

.create-proposal-btn:hover {
    background-color: #ffdad3;
}

.start-proposal-date-btn {
    border: 1px solid #ecebea;
    background-color: #ffffff;
    color: #000;
    margin-top: 5px;
    min-width: 180px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.start-proposal-date-btn:first-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.start-proposal-date-btn:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.active-proposal-start-type {
    background-color: #e8e7fe !important;
    color: #524ace !important;
    border: 1px solid #524ace !important;
}

.round-layer {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color: #524ace;
    background-color: #e8e7fe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.hls {
    font-weight: 600;
    width: 220px;
    height: 0px;
    margin-left: 10px;
    border: 1px solid gray;
}

.proposal-range-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.specific-date-btn {
    border: 1px dashed;
    background-color: #fff;
    color: #524ace;
    border-radius: 14px;
    padding: 4px 30px;
    font-size: 12px;
    margin-left: 8px;
}

.range-next-btn {
    color: #fff;
    background-color: #f4502a;
    padding: 10px 20px;
    margin-left: 10px;
    border: 0px;
    border-radius: 5px;
}

.specific-date-content {
    margin-top: 15px;
}

.custom-select-input {
    width: 360px;
    height: 32px;
    font-size: 13px;
    padding: 0px 12px !important;
}

.custom-proposal-box-2 {
    margin-bottom: 24px;
    margin-top: 20px;
}

.custom-datepicker {
    width: 100%;
    padding: 5px;
    border: 1px solid grey;
    border: 0px;
}

.proposal-event {
    display: flex;
    margin-top: 20px;
}

/*proposal services*/
.proposal-services-content {
    max-width: 450px;
    text-align: center;
    width: 100%;
    margin: 40px auto;
}

.m-t-b-20 {
    margin: 24px 0px;
}

.add-service-btn {
    border: 0px;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: black;
}

.proposal-modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e7ff;
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.proposal-modal-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: color 0.2s ease-in-out 0s;
    color: #5A51E7
}

.proposal-modal-icon span svg,
.proposal-modal-icon span img {
    display: inline-block;
    height: 28px;
}

.column-gap {
    margin: 0 14px;
}

.modal-box-content {
    width: 188px;
    padding: 14px;
    border: 1px solid #ECEBEA;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 6px;
}

.modal-box-content:hover {
    background-color: #E8E7FF;
    border: 1px solid #5A51E7;
    cursor: pointer;
}

.modal-box-content p {
    font-size: 12px;
}

.proposal-services-dropdown .modal-header {
    padding: 24px;
}

.proposal-services-dropdown .modal-body {
    padding: 24px;
}

.proposal-event {
    flex-direction: row;
    display: flex;
}

.custom-select-input {
    width: 360px;
}

.step-form-width {
    width: calc(100%/2) !important;
}

.multi_step_form .organisation-progressbar li.menu-width.hide-other {
    width: calc(100%/3) !important;
}

.multi_step_form .organisation-progressbar li.menu-width {
    width: calc(100%/4) !important;
}

.dashboard-box .custom-icon {
    height: 40px;
}

#jobStatusUpdateModal .modal-content {
    padding: 40px 10px !important;
    position: relative;
}

#jobStatusUpdateModal .modal-header {
    border-bottom: none !important;
    display: flex;
    justify-content: space-between;
}

.job-status-progressbar {
    margin: 30px 0 160px -30px;
    counter-reset: step;
}

.job-status-progressbar li {
    list-style-type: none;
    width: 14.28%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    color: #7d7d7d;
    cursor: pointer;
}

.job-status-progressbar li:before {
    width: 30px;
    height: 30px;
    content: '';
    line-height: 30px;
    border: 2px solid #7d7d7d;
    background-color: #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    transition: all .8s;
}

.job-status-progressbar li:after {
    width: 100%;
    height: 8px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 11px;
    left: -39%;
    transition: all .8s;
}

.job-status-progressbar li:first-child:after {
    content: none;
}

.job-status-progressbar li.active:before {
    border-color: #55b776;
    background-color: #55b776;
    transition: all .8s;
}

.job-status-progressbar li.active:after {
    background-color: #55b776;
    transition: all .8s;
}

.flex-direction-column {
    flex-direction: column;
}

.align-item-end {
    align-items: end;
}

.mr-60 {
    margin-right: 60px !important;
}

.modal-close-icon {
    position: absolute;
    top: 4px;
    right: 10px;
}

.modal-close-icon .close {
    opacity: 1 !important;
    font-size: 36px;
}

.manage-doc-box {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.folder-container {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 23px 25px;
    position: relative;
}

.folder-inner-container {
    border: 1px solid #e0e0e0;
    padding: 23px 25px;
    position: relative;
    min-height: 400px;
    padding: 48px 48px 48px 25px;
}

.folder-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.folder-item-icon {
    font-size: 48px !important;
    color: #005880;
}

.folder-title {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 8px;
    color: #333333;
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-title {
    font-size: 28px;
    color: #333333;
    margin: 0 !important;
}

.back-icon {
    color: #333333;
    font-size: 30px !important;
    margin-right: 8px;
}

.no-folder-found {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-folder-found span {
    font-size: 32px;
    font-weight: 600;
}

.upload-box-text {
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
}

.file-and-folder-btn-container {
    float: right;
    margin-bottom: 20px;
}

.file-folder-btn {
    width: unset;
}

.file-folder-btn:first-child {
    margin-right: 20px;
}

#uploadFileModal .modal,
#folderCreateModal .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#uploadFileModal .modal-dialog,
#folderCreateModal .modal-dialog {
    max-width: 450px;
}

#uploadFileModal .modal-content,
#folderCreateModal .modal-content {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.24), 0px 6px 6px rgba(0, 0, 0, 0.28);
}

#uploadFileModal .modal-header,
#folderCreateModal .modal-header {
    background-color: #f7fff7;
    color: #f7fff7;
    border: none;
}

#uploadFileModal .modal-title,
#folderCreateModal .modal-title {
    font-size: 18px;
    color: #333;
    text-align: center;
}

#uploadFileModal .modal-body {
    background-color: #f7fff7;
    padding: 10px 60px 30px 60px;
}

#folderCreateModal .modal-body {
    background-color: #f7fff7;
    padding: 30px 60px 50px 60px;
}

/* Form Container */
#uploadFileModal .form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#uploadFileModal .upload-files-container {
    background-color: #f7fff7;
    width: 420px;
    padding: 30px 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Drag & Drop Area */
#uploadFileModal .upload-file-area {
    border: 2px dashed #f37b2b;
    border-radius: 40px;
    margin: 10px 0 0px;
    padding: 30px 50px;
    /* width: 350px; */
    text-align: center;
    /* height: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 334px;
    height: 160px;
}

#uploadFileModal .upload-file-area .upload-icon {
    /* font-size: 100px; */
    font-size: 80px;
}

#uploadFileModal .remove-file-icon,
#folderCreateModal .remove-file-icon {
    cursor: pointer;
    right: 5px;
    font-weight: bolder;
    font-size: 20px;
    top: 4px;
    position: absolute;
    color: #333;
}

.folder-create-btn-container {
    text-align: center;
    margin-top: 30px;
}

.folder-create-btn-container .custom-btn {
    width: 150px;
}

.mannual-folder {
    flex-direction: column;
    /* height: 130px;
    justify-content: center; */
    justify-content: end;
}

.profile-form-width {
    width: calc(100%/4) !important;
}

.proposal-tab-text {
    color: #5050e7;
    margin-left: 18px;
}

.sub-label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.invalid-text-editor .tox-tinymce {
    border: 1px solid #a94442;
}

.sidebar-menu li.svg-icon a img {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

.sidebar-menu li.svg-icon a .default-image,
.sidebar-menu li.svg-icon a .hover-image {
    display: none;
}

.sidebar-menu .dropdown-menu li.svg-icon a .default-image {
    display: inline-block;
}

.d-inline-block {
    display: inline-block !important;
}

.sidebar-menu li.svg-icon:hover .default-image {
    display: none !important;
}

.sidebar-menu .dropdown-menu li.svg-icon:hover .default-image {
    display: none !important;
}

.sidebar-menu li.svg-icon:hover .hover-image {
    display: inline-block;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #676a6d;
    border-radius: 13px;
}

.modal-outer {
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}

#groupDetailModal .modal-dialog,
#groupDetailModal .modal-dialog .modal-content {
    width: 600px;
}

.show-more-clients {
    text-decoration: underline;
}

.message .info {
    width: 50%;
}

.notify-alert {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    border: 0 !important;
    max-width: 400px;
    color: #fff !important;
}

#jobStatusUpdateModal .btn-container {
    margin-right: 20px;
    text-align: right;
}

.disable-tab {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

.xpm-scheduler-container {
    display: flex;
    justify-content: center;
}

.xpm-scheduler-record-timer {
    text-align: center;
    margin-top: 10px;
}
.message-template-btn-container .custom-template-btn {
    height: 32px;
    font-size: 13px;
    background: #ecebea !important;
    color: #333 !important;
    line-height: 13px !important;
    text-transform: capitalize !important;
    margin-left: 10px;
}

.message-template-btn-container .custom-template-btn .icon-preview {
    margin-right: 4px;
}

.message-template-btn-container .custom-template-btn:hover {
    background: #D5D4D2 !important;
    transform: none !important;
    box-shadow: none !important;
}

.template-tr:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.default-template-popver {
    /* background: #fff;
    box-shadow: 0 8px 12px rgba(23, 30, 37, 0.15), 0 0 1px rgba(23, 30, 37, 0.31);
    min-width: 182px;
    border-radius: 3px;
    padding: 0 !important;
    position: absolute;
    right: 30px;
    top: 88px; */
    
    display: none;
    position: absolute;
    border: 1px;
    border-radius: 3px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
    margin-top: 10px;
    right: 50px;
}

.popper-box {
    position: relative;
}

.default-template-popver span {
    padding: 8px 16px;
    font-size: 13px;
    color: #000;
    display: block;
    cursor: pointer;
}

.default-template-popver span.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: default !important;
}

.default-template-popver span:hover {
    background: #ecebea !important;
}

.email-error-message {
    font-size: 12px;
    color: #a94442;
    text-align: left;
}
.preview-broucher-container {
    display: flex;
    flex-direction: row;
    border-radius: 3px;
    padding: 16px;
    background: #E8FDF6;
    margin: 10px 0;
}

.preview-broucher-container .icon {
    display: inline-block;
    line-height: 10px;
    transition: color 0.2s ease-in-out 0s;
    margin-right: 16px;
    color: #08A674;
}

.preview-broucher-container .icon svg {
    display: inline-block;
    height: 18px;
}
.preview-broucher-container .file-name-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.preview-broucher-container .file-name-container .remove-broucher {
    display: flex;
    align-items: center;
}
.preview-broucher-container .file-name-container .remove-broucher span {
    display: inline-block;
    transition: color 0.2s ease-in-out 0s;
    color: #F4502A;
    margin-right: 8px;
    line-height: 0;
}

.preview-broucher-container .file-name-container .remove-broucher span svg {
    display: inline-block;
    height: 12px;
}
.text-upper {
    text-transform: uppercase !important;
}
.client-section .client-container{
    display: flex;
    justify-content: center;
    align-items: center;
}    
.client-section .client-title {
    width: 80%;
    text-align: end;
}
.client-section .client-close-icon {
    width: 50%;
    text-align: right;
    padding-right: 36px;
    cursor: pointer;
    font-size: 24px;
}

.dropdown-menu li a .sub-menu-font-size {
    font-size: 10px;
}

.dropdown-menu > .active > .active-submenu {
    background-color: unset !important;
    color: unset !important;
}

.card-part {
    display: flex;
}

.invoice-card-container {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    background: #35323214;
    justify-content: space-between;
    align-items: center;
}

.invoice-card-container .card-info-part {
    display: flex;
    align-items: center;
}

.invoice-card-container .card-info-part .card-detail-part {
    display: flex;
    margin-left: 12px;
    align-items: center;
}

.invoice-card-container .card-info-part .card-detail-part .card-icon {
    padding: 8px;
    padding-top: 5px;
    background: #d3d3d352;
    border-radius: 14px;
    height: 30px;
    margin-right: 12px;
}

.invoice-card-container .card-info-part .card-detail-part .card-info-part {
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 13px !important;
    color: #403E3D;
}

.invoice-card-container .card-info-part .card-detail-part .card-detail-name-part {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 20px;
}

.invoice-card-container .card-action-part {
    position: relative;
}

.invoice-card-container .card-action-part .dots-action-btn-part {
    position: relative;
}

.invoice-card-container .remove-card-part {
    display: none;
    position: absolute;
    border: 1px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    margin-top: 0px;
    right: 2px;
    color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.invoice-card-container .remove-card-part .dot-btn {
    background: #35323214 !important;
}

.invoice-card-container  .card-info-part .card-check-icon {
    color: #08A674;
}

.invoice-card-container .card-action-part .dots-action-btn-part .remove-card-part{
    display: none;
    position: absolute;
    border: 1px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    margin-top: 0px;
    right: 2px;
    color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.invoice-card-container .card-action-part .dots-action-btn-part .remove-card-part .remove-card-list {
    list-style: none;
    margin: 0;
    font-size: 12px;
}

.invoice-card-container .card-action-part .dots-action-btn-part .remove-card-part .remove-card-list li {
    margin: 0px;
    padding: 8px 10px;
    display: block;
    cursor: pointer;
}

.invoice-card-container .card-action-part .dots-action-btn-part .remove-card-part .remove-card-list li:hover{
    background-color: #ECEBEA;
}

.invoice-card-container .card-action-part .dots-action-btn-part .remove-card-part .remove-card-list .card-disabled{
    opacity: 0.6 !important;
    pointer-events: none;
}
.xero-connect-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.xero-connect-container .xero-form {
    width: 100%;
}

.xero-connect-container .xero-btn {
    margin: 0 auto;
}

/*Upload Client Csv Modal Css Start*/
/* #uploadClientCsvModal .modal-delete-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-body .warning-conatiner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-body .warning-conatiner .desc {
    font-size: 12px;
}

#uploadClientCsvModal .modal-dialog {
    width: 408px;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-delete-header .delete-close-icon {
    color: #cdc8c3;
    font-size: 24px;
    cursor: pointer;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-footer {
    display: flex;
    justify-content: center;
    border-top: 0px;
    padding-top: 0px;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-footer .delete-proposal-btn {
    background: #F4502A;
    color: #fff;
    margin-top: 0px;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-footer .cancel-btn {
    background: #fff;
}

#uploadClientCsvModal .modal-dialog .modal-content .modal-footer .cancel-btn:hover {
    background: #ecebea;
} */
/*Upload Client Csv Modal Css End*/
/* .cursor-hide {
    cursor: none;
}
.remove-setting-dropbox{
    display: none;
}

#user-logo-info {
    display: flex;
    align-items: center;
}

#user-logo-info .user-name {
    margin-left: 8px;
} */

.pagination-m-10 {
    margin: 10px;
}

.i-f-size-16 {
    font-size: 16px !important;
}

.admin-button-div .my-proposal-box {
    position: relative;
}

.admin-button-div .my-proposal-box .dot-part {
    display: flex;
    justify-content: end;
    width: 100%;
    position: absolute;
    right: 14px;
    top: 14px;
}

.dot-e-sign {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    display: block;
}

.my-proposal-menu {
    display: flex !important;
    align-items: center;
}

.upload-btn-wrapper .scroll-x {
    overflow-x: auto;
}

.upload-i-doc {
    height: 100px;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: end;
}

.f-name {
    height: 120px;
}

.custom-enabled {
    background-color: white !important;
    cursor: pointer;
}
.dsc-model-width {
    width: 100%;

}

.invoice-title{
    flex-direction: column;
    padding-bottom: 0px !important;
}

.invoice-title-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.invoice-tabs {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.tab-item-menu{
    padding-bottom: 4px;
    cursor: pointer;
}
    
.active-tab-menu{
    border-bottom: 2px solid #7169EA !important;
}

.notify-alert.alert-danger{
    z-index: 1900 !important;
}