﻿/*---------------------MARGIN------------------*/
.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}
/*---------------------MARGIN END------------------*/

/*---------------------SUBMENU------------------*/
.nav-menu-list {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.nav-menu-list-item {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #686868;
}

    .nav-menu-list-item span {
        margin-left: 1rem;
        margin-right: auto;
    }

    .nav-menu-list-item:active {
        color: #686868;
    }

.nav-menu-list-item-border {
    border-bottom: 1px solid #dadada;
}
/*---------------------SUBMENU END------------------*/

/*---------------------LOADER COMPONENT------------------*/
.freeze-layer0 {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1060;
    overflow-y: auto;
}

.freeze-layer {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1070;
    overflow-y: auto;
}

.custom-window {
    position: relative;
    z-index: 1090;
    width: 85%;
    max-height: 80%;
    overflow: auto;
    height: auto;
    margin: auto;
}

.custom-window2 {
    position: relative;
    z-index: 1080;
    width: 95%;
    height: auto;
    margin: auto;
}

.custom-spiner {
    margin: auto;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #3fdbd4;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}
/*---------------------LOADER COMPONENT END------------------*/

.font-weight-500 {
    font-weight: 500;
}

.text-color-gray1 {
    color: #adb5bd;
}

.text-color-black {
    color: black;
}

/*---------------------TOP NAVBAR WITH SEARCH------------------*/
.top-navbar-link {
    color: #000000;
    width: 25px;
}

.top-navbar-search-input-group {
    border-bottom: 1px solid #cdcdcd;
}

    .top-navbar-search-input-group input {
        border: 0px;
        padding-right: 0px;
        width: 130px;
    }

    .top-navbar-search-input-group button {
        width: 20px;
    }

.top-navbar-page-btn {
    width: 20px;
    margin-left: 2px;
}
/*---------------------TOP NAVBAR WITH SEARCH END------------------*/

/*---------------------TOP NAVBAR------------------*/

.navbar-right-button {
    position: absolute;
    height: 60px;
    width: 50px;
    right: 0px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.navbar-middle-button {
    position: absolute;
    height: 60px;
    width: 50px;
    right: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

.navbar-left-button {
    position: absolute;
    height: 60px;
    width: 50px;
    right: 120px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #1f1f1f;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

/*---------------------TOP NAVBAR------------------*/

/*---------------------INPUT NOTE DATE LIST------------------*/
.list-single-link {
    border: none !important;
}

    .list-single-link img {
        margin-top: 5px !important;
    }

    .list-single-link span:not(.badge) {
        line-height: 40px !important;
    }

    .list-single-link .badge {
        margin-top: 15px !important;
    }

    .list-single-link strong {
        line-height: 40px !important;
    }
/*---------------------INPUT NOTE DATE LIST END------------------*/

/*---------------------INDEX/HOME PAGE------------------*/
.nav-icon-img {
    width: 75px;
    height: 75px;
    align-items: center;
    display: flex;
    justify-content: center;
}
/*---------------------INDEX/HOME PAGE END------------------*/

/*---------------------HEIGHT------------------*/
.max-h-320 {
    max-height: 320px;
    overflow-y: auto;
}

.max-h-400 {
    max-height: 320px;
    overflow-y: auto;
}
/*---------------------HEIGHT END--------------*/

/*---------------------WIDTH------------------*/
.w-33 {
    width: 33% !important;
}
/*---------------------WIDTH END--------------*/

/*---------------------LINE HEIGHT------------------*/
.line-h-15 {
    line-height: 15px;
}
/*---------------------LINE HEIGHT END------------------*/

/*---------------------BORDER------------------*/
.border-bottom-gray1 {
    border-bottom: 1px solid #dadada;
}
/*---------------------BORDER END------------------*/

/*---------------------CUSTOM BADGE------------------*/
.date-badge {
    padding: 3px;
    font-size: 10px;
    border-radius: 3px;
    font-weight: 600;
    margin-top: auto;
    line-height: 14px;
}
/*---------------------CUSTOM BADGE END------------------*/

/*---------------------blazored-toast-------------------*/
.blazored-toast-container {
    z-index: 10000 !important;
}
/*---------------------blazored-toast END---------------*/

/*---------------------CAMERA_COMPONENT----------------*/
.camera-img {
    width: 100%;
    height: 30vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*---------------------CAMERA_COMPONENT END------------*/

/*---------------------Details page------------------------*/
.details-img-wraper {
    height: 100% !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding: 10px !important;
}
/*---------------------Details page END--------------------*/


/*---------------Login---------------*/

.login-company-logo {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    border: 2px solid #e2e2e2;
    background: white
}

input,
input::placeholder {
    font-size: 20px !important;
}

/*------------MULTI SELECT---------*/
.popup-selected-items {
    width: 100% !important;
    min-height: 36px;
    flex-direction: column;
    border-bottom: 1px solid #a59e9e;
    margin-bottom: 0.5rem !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.popup-selected-item {
    height: 36px;
    margin-right: auto;
    border-radius: 5px;
    background-color: #3a89ff;
    color: white;
    font-size: 22px;
    margin-bottom: 0.5rem !important;
    padding: 5px;
    display: flex !important;
    justify-content: flex-start !important;
}

    .popup-selected-item > span {
        border-left: 2px solid #fff;
        margin-left: 10px;
        padding: 0px 10px 0px 10px;
        display: flex;
        align-items: center;
    }

.multiselect-input {
    width: 100%;
    min-height: 36px;
    appearance: none;
    border-radius: 0.25rem;
    border: 1px solid;
    border-color: #5e5e5e !important;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
}
    .multiselect-input > div {
        height: 32px;
        margin: 2px;
        border-radius: 5px;
        background-color: #3a89ff;
        color: white;
        font-size: 22px;
        padding: 5px;
        display: flex !important;
        justify-content: flex-start !important;
    }
/*------------MULTI SELECT---------*/

/*------------SELECT---------*/
.singleselect-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 0px 10px;
}

.singleselect-item-selected {
    background: #b0c3f9;
}

.singleselect-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-color: #5e5e5e !important;
    height: 36px !important;
}
/*------------SELECT---------*/

/*------------CARD HEADER WITH IMPUT---------*/
.card-header-with-input {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    /*border-bottom: 1px solid;*/
    flex-direction: column;
}

.card-header-with-input-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-size: 16px;
}

    .card-header-with-input-title > a {
        color: orange;
        font-size: 30px;
    }

.card-header-with-input-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
}

    .card-header-with-input-input > input {
        height: 36px !important;
        width: 60%;
    }

/*------------CARD HEADER WITH IMPUT---------*/

/*---------------Signature-----------*/
.button-clear-signature {
    border-radius: 10px;
    background: #fb1c1c;
    border: 1px solid #b34040;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
}
/*---------------!Signature-----------*/

.card-selected {
    background-color: #fff1af !important;
}



/***Page Main***/
/***icon***/
/*default icon color: #caeeff*/
.icon-size {
    height: 40px !important;
}

@media screen and (max-width: 767px) {
    .icon-size {
        height: 30px !important;
    }
}

.icon-size-all-devices {
    height: 40px !important;
}

@media screen and (max-width: 576px) {
    .icon-size-all-devices {
        height: 25px !important;
    }
}
/***icon***/

/******************** Switch ********************/
.switch-input-wrapper label {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 60px;
    background-color: #fb1919;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    border-radius: 22px;
    transition: background-color 500ms ease;
}

    .switch-input-wrapper label:after {
        content: '';
        display: block;
        height: 26px;
        width: 26px;
        position: absolute;
        top: 2px;
        right: 32px;
        border-radius: 50%;
        background-color: #e8e8e8;
        box-shadow: 2px 0px 0px rgba(0, 0, 0, 0.15);
        transition: right 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
    }

.switch-input-wrapper input:checked + label {
    background: #408dfb;
}

    .switch-input-wrapper input:checked + label:after {
        right: 2px;
        background-color: #fff;
        box-shadow: -2px 0px 0px rgba(0, 0, 0, 0.1);
    }

.switch-input-wrapper input {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    bottom: 0;
}

.switch-input-box label {
    line-height: 44px;
    vertical-align: middle;
}

.switch-input-wrapper span {
    position: relative;
    top: -46px;
    left: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #095a55;
    font-weight: 500;
}

.switch-input-wrapper {
    cursor: pointer;
    height: 32px;
}
/******************** Switch ********************/