
html {
    font-family: 'Poppins', sans-serif !important;
}

body {
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

.sidebar-user-material {
    background: none !important;
}

/*.form-control
{
    font-size: 11px!important;
}*/

.navbar-brand {
    padding-top: 0.8rem !important;
    padding-bottom: 0.15rem !important;
}

    .navbar-brand img {
        height: 2rem !important;
        display: block;
    }

.bg-portal {
    background-color: #3051d3 !important;
}

.btn-portal {
    background-color: #3051d3 !important;
}

.text-portal {
    color: #3051d3 !important;
    ;
}

.btn-icon-action.btn-icon.btn-sm {
    width: calc(1.5rem + 2px) !important;
    height: calc(1.5rem + 2px) !important;
}

.dropzone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 2px dashed rgba(0,0,0,.125);
    min-height: 9rem !important;
    background-color: #fff;
    padding: 0.3125rem;
    border-radius: 0.25rem;
}

    .dropzone .dz-default.dz-message:before {
        content: "";
        font-family: icomoon;
        font-size: 1rem;
        display: block;
        margin-bottom: 1.25rem;
        line-height: 1;
        color: #ccc;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }





/*radio btns */
.types-list {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

    .types-list li {
        display: inline-block;
    }

.types-list__label {
    display: block;
    cursor: pointer;
}

    .types-list__label input {
        position: absolute;
        width: 0;
        height: 0;
        cursor: pointer;
        opacity: 0;
    }

        .types-list__label input:checked ~ .types-list__text {
            color: #fff;
            background-color: #2196f3 !important;
            border-color: #2196f3 !important;
        }

.subtypes-list {
    margin-bottom: 18px;
}

    .subtypes-list .types-list__label input:checked ~ .types-list__text {
        background-color: #505d69;
        border-color: #35456E;
    }

.types-list__text {
    display: block;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #D0D9E4;
    border-radius: 14px;
}


.owner input:checked {
    color: #fff;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.types-list__label input:checked ~ .types-list__text.owner {
    color: #fff;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.types-list__label input:checked ~ .types-list__text.tenant {
    color: #fff;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.types-list__label input:checked ~ .types-list__text.tenant_checked {
    color: #fff;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.types-list__label input:checked ~ .types-list__text.mngagent {
    color: #fff;
    background-color: #3051d3 !important;
    border-color: #3051d3 !important;
}

.types-list__label input:checked ~ .types-list__text.hhagent {
    color: #fff;
    background-color: #3051d3 !important;
    border-color: #3051d3 !important;
}

.types-list__label input:checked ~ .types-list__text.selecttype_checked {
    color: #fff;
    background-color: #3051d3 !important;
    border-color: #3051d3 !important;
}

/*radio btns end */
.btn {
    text-transform: capitalize !important;
    font-size: 12px;
}


.navfilter.active {
    font-weight: 700 !important;
    border-bottom: none !important;
    color: #45748a !important;
}

.navbar-light .navbar-nav-link.active:before {
    background-color: none !important;
}

.navbar-nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    height: 0px !important;
}

ul.modal-select li {
    padding: 0px;
    margin: 0px;
}

.modal-list li {
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #45748a !important;
    border-radius: 10px;
    margin: 5px 0;
}

    .modal-list li a {
        color: #000 !important;
    }

    .modal-list li.active {
        background-color: #45748a !important;
        color: #fff !important;
    }

    .modal-list li a.active {
        color: #fff !important;
    }


.nav-tabs-solid .nav-link.active {
    color: #fff;
    background-color: #385f71 !important;
}

ul.parameter {
    padding: 0px;
    margin: 0px;
}

.parameter li {
    list-style-type: none;
    display: block;
    line-height: 30px;
}

.navbar-light-1 .active > .navbar-nav-link, .navbar-light .navbar-nav-link.active, .navbar-light .navbar-nav-link.show, .navbar-light .show > .navbar-nav-link {
    color: #fff;
    background-color: #45748a !important;
}

.profile-cover .media-1 {
    position: absolute;
    left: 1.25rem;
    right: 1.85rem;
    bottom: 60%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.box {
    width: 100px;
    height: 65px;
    padding: 5px;
    border: 2px solid rgb(145, 145, 145) !important;
    align-items: center;
}


/**************************************************/
.issuedBtn {
    background-color: #7CFC00 !important;
    color: #FFF !important;
    cursor: pointer;
}

.droppedBtn {
    background-color: #DB7093 !important;
    color: #FFF !important;
    cursor: pointer;
}

.blockBtn {
    background-color: #4c4c4c !important;
    color: #FFF !important;
    cursor: pointer;
}

.cancelledBtn {
    background-color: #FF4500 !important;
    color: #FFF !important;
    cursor: pointer;
}

.hidden {
    display: none;
}

.my-custom-table td, th {
    padding: 3px 10px !important;
}

.pop {
    font-size: 11px !important;
    padding: 2px !important;
    font-weight: 500;
}

.planner-link a {
    color: #fff !important;
}

.fs-sm {
    font-size: 10px !important;
}

.licosh {
    display: flex;
    justify-content: space-around;
}


/*radio btns */
.types-list1 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

    .types-list1 li {
        display: inline-block;
    }

.types-list__label1 {
    display: block;
    cursor: pointer;
}

    .types-list__label1 input {
        position: absolute;
        width: 0;
        height: 0;
        cursor: pointer;
        opacity: 0;
    }

        .types-list__label1 input:checked ~ .types-list__text1 {
            color: #fff;
            background-color: #a3b6ff !important;
            border-color: #3051d3 !important;
        }


.types-list__text1 {
    display: block;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #D0D9E4;
    border-radius: 5px;
}


#my-container {
    height: 100vh !important;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

#full-div {
    background: #fff;
    height: 100vh;
}


/* custom upload */
.dropzone.upload-doc {
    min-height: 4rem !important;
    width: 100px;
}

    .dropzone.upload-doc .dz-preview {
        padding: 0px !important;
        margin: 0px !important;
        box-shadow: none !important;
    }

.dropzone .dz-preview .dz-image {
    width: 5.5rem;
    height: 5rem;
    overflow: hidden;
}

.dropzone.upload-doc .dz-default.dz-message:before {
    content: "î¨Ž";
    font-family: icomoon;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    line-height: 1;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.upload-doc-btn {
    width: 6.3rem;
    height: 6rem;
    border: 2px dashed rgba(0,0,0,.125);
    overflow: hidden;
    background-color: #fff !important;
}

    .upload-doc-btn > span {
        margin-bottom: 1.25rem !important;
    }

.plupload_start {
    background: #45748a !important;
    border-color: #45748a !important;
}

.plupload_button {
    font-size: 0.725rem !important;
}


.divideline::after {
    content: url('../../global_assets/images/border-line.png');
    display: block;
    width: 100px;
    left: 50px;
    top: 100%;
    position: absolute;
}

.divideline1::after {
    content: url('../../global_assets/images/border-line-flipped.png');
    display: block;
    width: 100px;
    left: 45px;
    top: 100%;
    position: absolute;
}

.banner-content h1 {
    line-height: 1.2;
    font-size: 65px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-transform: capitalize;
    letter-spacing: -2px;
    color: #06a729;
}


/* Loader */

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 20% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #4d8ae9 transparent #4d8ae9 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 1001;
    opacity: 1;
    transition: all 0.5s;
}
/* Ajax Processing */
/* Start by setting display:none to make this hidden.
           Then we position it in relation to the viewport window
           with position:fixed. Width, height, top and left speak
           speak for themselves. Background we set to 80% white with
           our animation centered, and no-repeating */
.ajax-processing {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background: url('/global_assets/images/loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
               the scrollbar off with overflow:hidden */
body.loading {
    /*overflow: hidden;*/
}

    /* Anytime the body has the loading class, our
    modal element will be visible */
    body.loading .ajax-processing {
        display: block;
    }
/*End - Ajax Processing */

/*01-12-2022*/
.icon-arrow-back:before {
    content: "\e8b5";
    margin-right: 2px;
}

.bg-custom {
    background-color: #3051d3 !important;
}

.page-title .breadcrumb, .page-title small.d-block {
    margin-left: 0px !important;
}

.sidebar-user-material {
    background: none !important;
}

.sidebar-expand-lg.sidebar-main-resized:not(.sidebar-main-unfold) .img-client-logo {
    display: none !important;
}

.k-picker-wrap.k-state-default, .k-picker-wrap.k-state-focused, .k-picker-wrap.k-state-hover, .k-picker-wrap.k-state-disabled,
.k-dropdown-wrap.k-state-default, .k-dropdown-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap.k-state-disabled,
.k-numeric-wrap.k-state-default, .k-numeric-wrap.k-state-focused, .k-numeric-wrap.k-state-hover, .k-numeric-wrap.k-state-disabled {
    /*border-style: none !important;*/
    box-shadow: none !important;
    background: none !important;
    background-clip: border-box !important;
    /*border-bottom: 1px solid #ddd !important;*/
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 transparent !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    /*    border-width: 0 0 1px 0 !important;
    border-top-color: transparent !important;*/
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    /*    border: 1px solid #ccc !important;*/
    border-radius: 0.25rem !important;
}

.k-datepicker, .k-numerictextbox, .k-dropdown {
    width: 100% !important;
    font-size: .8125rem !important;
    font-weight: 400 !important;
    background-color: #fff !important;
}

.k-picker-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
    border-color: var(--purple) !important;
}

.k-button, .k-header {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.input-group > .k-widget {
    position: relative !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    margin-bottom: 0 !important;
}


.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    line-height: 2.17142857em;
    padding: 0.2rem 0.2rem !important;
    text-indent: 0.8em;
    border: 0;
    font-size: .875rem;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff !important;
    background-clip: padding-box;
    /* border: 1px solid #ccc !important; */
    border-radius: 0.25rem;
}



/* table cell padding */
.table td, .table th {
    padding: 0.25rem 0.75rem !important;
}

.timeline-icon-list {
    list-style-type: none !important;
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 10px !important;
    line-height: 10px !important;
    font-weight: 500 !important;
}




legend {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    margin-bottom: 1.25rem !important;
    border-bottom: 1px solid #ddd !important;
    font-size: .875rem !important;
}


.form-control-xs {
    height: calc(0.6924em + 0.75rem + 6px) !important;
    padding: 0.575rem 0.875rem;
    font-size: .7125rem;
    line-height: 2;
    border-radius: 0.1875rem;
}

.form-control-md {
    height: calc(0.9924em + 01.25rem + 4px) !important;
    padding: 0.375rem 0.975rem;
    font-size: .7125rem;
    line-height: 2;
    border-radius: 0.1875rem;
}

ul.display-list {
    padding: 0px;
    margin: 0px;
}

.display-list li {
    display: inline-block;
    font-size: 13spx;
    font-weight: 500;
    padding: 0 25px 25px 25px;
}

.wizard > .steps > ul > li.current:after {
    background-color: #e8e2f3 !important;
}

.wizard > .steps > ul > li.current:after, .wizard > .steps > ul > li.current ~ li:after, .wizard > .steps > ul > li.current ~ li:before {
    background-color: #e8e2f3 !important;
}

.wizard > .steps > ul > li.current .number {
    font-size: 0;
    border-color: rgb(142, 112, 193) !important;
    color: rgb(142, 112, 193) !important;
}

.wizard > .steps > ul > li.done .number {
    font-size: 0;
    background-color: rgb(142, 112, 193) !important;
    border-color: rgb(142, 112, 193) !important;
    color: #fff;
}

.wizard > .steps > ul > li::after, .wizard > .steps > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.375rem;
    width: 50%;
    height: 2px;
    background-color: rgb(142, 112, 193) !important;
    z-index: 9;
}

.btn {
    text-transform: capitalize !important;
}

.btn-icon-action.btn-icon.btn-sm {
    width: calc(1.5rem + 2px) !important;
    height: calc(1.5rem + 2px) !important;
}

.badge-lightgreen {
    color: #fff;
    background-color: #06c426;
}

.badge-darkgreen {
    color: #fff;
    background-color: #1da945;
}
/*End*/
/*Swal Button Start*/
.swal2-styled {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
    margin: 0.3125em;
    padding: 0.625em 2em;
    box-shadow: none;
    font-weight: 500;
}
/*Swal button end*/
/*Dashboard Notice Scroll*/

.notice_marketplace_scroll {
    height: 155px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px;
    padding: 10px;
}
/*Dashboard Notice Scroll End*/
