﻿html {
    overflow: hidden;
}

.main-navbar {
}

.menu-bars {
    width: 2rem;
    padding: 0.2rem !important;
    padding-left: 0.55rem !important;
}

    .menu-bars:hover {
        background-color: #dadada73;
        border-radius: 20px;
    }

    .menu-bars.active {
        color: white;
        background-color: #808080;
        border-radius: 20px;
    }

        .menu-bars.active:hover {
            color: white;
            background-color: #808080b3;
            border-radius: 20px;
        }


/*@media (min-width: 768px)  {
    .main-left-content {
        min-width: 10% !important;
        max-width: 10% !important;
    }

    .main-right-content {
        min-width: 90% !important;
        max-width: 90% !important;
    }
}*/
.main-left-content {
    position: fixed;
    top: 66px;
    /*min-width: 18%;
    max-width: 18%;*/
    max-width: 15rem;
    background-color: #FFFFFF;
    opacity: .9;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: 2;
    transition: left 0.5s;
}

.main-right-content {
    /*min-width: 82%;
    max-width: 82%;*/
    margin-left: 15rem;
    width: calc(100% - 15rem);
    right: 0;
    bottom: 0;
    padding: 5px;
    overflow: auto;
    z-index: 1;
    transition: margin-left .5s;
    /*height: calc(100vh - 3rem);*/
}

.right-content-wrapper {
    height: calc(100vh - 3.5rem);
    position: absolute;
    width: calc(100% - 15rem);
    overflow: auto;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.full-content {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    transition-timing-function: ease-in;
    transition-delay: 200ms;
}

ul.custom-nav-menu, ul.sub-menu {
    list-style-type: none;
}

.custom-menus-main-div {
    padding-top: 10px;
}

.main-left-content .sidebars ul {
    line-height: 2;
    list-style-type: none;
    padding: 0px;
}

    .main-left-content .sidebars ul.sub-menu {
        border-radius: 5px;
    }

    .main-left-content .sidebars ul li {
        padding: 6px;
        /*padding-left: 5px;*/
        padding-right: 5px;
        box-shadow: -4px 6px 13px -11px #211f1fc7;
        border-radius: 1px;
        cursor: pointer;
    }

    .main-left-content .sidebars ul.sub-menu li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .main-left-content .sidebars ul.sub-menu li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .main-left-content .sidebars ul li.active, .main-left-content .sidebars ul li:not(.main-menu):hover {
        margin-top: 0px
    }


    .main-left-content .sidebars ul li > a {
        width: 100%;
        box-sizing: border-box;
        padding: 0.3rem 0.4rem;
        color: orangered !important;
        text-decoration: none;
    }

    .main-left-content .sidebars ul li i.carat-icon {
        transition-timing-function: ease-in-out;
    }

    .main-left-content .sidebars ul li.active i.carat-icon {
        transform: rotate(90deg);
    }

.custom-scrollbar {
    height: auto;
    overflow-y: auto;
}

    .custom-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .custom-scrollbar::-webkit-scrollbar {
        width: 1px;
        height: 1px;
        background-color: #F5F5F5;
    }

    .custom-scrollbar.custom-scrollbar-2::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .custom-scrollbar.custom-scrollbar-3::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .custom-scrollbar.custom-scrollbar-4::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .custom-scrollbar.custom-scrollbar-5::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }

[aria-labelledby="themeDropdown"] {
    min-width: 4rem;
}

.theme-icon > i {
    border-radius: 10px;
}

.theme-icon.active > i {
    border: 2px solid;
    font-size: 1.02rem;
}

.theme-icon.theme-default > i {
    color: lightgray
}

.theme-icon.theme-default.active > i {
    border-color: #a9a5a5;
}

.theme-icon.theme-orange > i {
    color: rgb(255, 69, 0);
}

.theme-icon.theme-orange.active > i {
    border-color: rgba(255, 69, 0, 0.52);
}

.theme-icon.theme-green > i {
    color: #87ceeb;
}

.theme-icon.theme-green.active > i {
    border-color: #87ceeb;
}

.theme-icon.theme-dark > i {
    color: #00008B;
}

.theme-icon.theme-dark.active > i {
    border-color: rgba(12, 10, 10, 0.52);
}


div.spoton-icon {
    transform: rotate(311deg);
    border-radius: 10px;
    border-right-color: orangered;
    border-top-color: darkgreen;
    border-bottom-color: orangered;
    border-left-color: darkgreen;
    border-width: 8px;
    border-style: solid;
    height: 0px;
    width: 0px;
    cursor: pointer;
}

.theme-icon.theme-spoton {
    margin-top: 6px !important;
}

    .theme-icon.theme-spoton.active {
        height: 20px !important;
        border: 2px solid #80808073 !important;
        border-radius: 21px !important;
        width: 20px !important;
        margin-top: 4px !important;
    }



.dropdown-menu {
    position: absolute !important;
}

#lowrescontent {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(148, 140, 140);
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    z-index: 1000;
    color: white;
    display: none;
}

@media only screen and (max-width: 300px) {
    #lowrescontent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
    .navbar-brand img {
        width: 6rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .main-left-content {
        display: none;
        min-width: 15rem;
        max-width: 15rem;
    }

    .main-right-content, .right-content-wrapper {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-left-content {
        display: none;
        min-width: 15rem;
        max-width: 15rem;
    }

    .main-right-content, .right-content-wrapper {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    .main-left-content {
        display: none;
        min-width: 100%;
        max-width: 100%;
    }

    .main-right-content, .right-content-wrapper {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .modal  .modal-dialog {
        max-width: 95% !important;
    }
}

.sub-menu {
    display: none;
}

i.custom-icon::before {
    content: attr(alphabet);
    font-weight: bold;
    font-size: 1.2rem;
}

.logo-brand {
    /*padding-right: 1.9rem;*/
    /*padding-left: 0rem;*/
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.align-content-middle {
    position: relative;
    width: 100%;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.status-modal-header-success {
    color: white;
    background: green;
}

.status-modal-header-error {
    color: white;
    background: #ce1414;
}

.status-modal-header-default {
    color: black;
}

table.datatable-sm > thead > tr > th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table.datatable-sm > tbody > tr > td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.has-error {
    border: 1px solid red;
}

    .has-error:focus {
        border-color: red;
        box-shadow: 0 0 0 0.2rem #ff00003d;
    }

.error-span {
    color: red !important;
    font-size: 0.7rem;
}

.success-span {
    color: green !important;
    font-size: 0.7rem;
}

.status-span {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.label-req {
    
}
.label-req::after {
    content: ' *';
    color: red;
    font-size: 1rem;
}

.card {
    box-shadow: 0px 2px 5px 0px #00000061;
}

.header-line-loader {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    height: 5px;
    z-index: 100;
    width: 100%;
    display: none
}

    .header-line-loader > .item {
        width: 30%;
        background-color: #bbc215;
        position: absolute;
        height: 3px;
        animation-name: loadingAnimation;
        animation-duration: 1.5s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        box-shadow: 0px 0px 12px 2px black;
    }

@keyframes loadingAnimation {
    0% {
        /*background-color: #29c74b;*/
        left: -20px;
    }

    25% {
        /*background-color: #33b924;*/
        left: 20%;
    }

    50% {
        /*background-color: #28c448;*/
        left: 40%;
    }

    75% {
        /*background-color: #66bea3;*/
        left: 75%;
    }

    100% {
        /*background-color: #3693a4;*/
        left: 100%;
    }
}

.force-right-round-border {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.searchable-dropdown + .select2-selection.select2-selection--single {
    background-color: transparent !important;
    border: unset !important;
    border-radius: unset !important;
}

.searchable-dropdown + .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.form-control.searchable-dropdown + .select2.select2-container.select2-container--default .select2-selection {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group > .form-control.searchable-dropdown + .select2.select2-container.select2-container--default {
    position: relative !important;
    -ms-flex: 1 1 !important;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0 !important;
}

    .input-group > .form-control.searchable-dropdown + .select2.select2-container.select2-container--default:not(:first-child) .select2-selection {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0.1px !important;
    }

    .input-group > .form-control.searchable-dropdown + .select2.select2-container.select2-container--default:not(:last-child) .select2-selection {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }


    .input-group > .form-control.searchable-dropdown + .select2.select2-container.select2-container--default .select2-selection .select2-selection__rendered {
        line-height: 21px !important;
    }

.form-control.searchable-dropdown.has-error + .select2.select2-container.select2-container--default {
    border: 1px solid red;
    border-radius: 5px;
}

.input-group > .form-control.searchable-dropdown.has-error + .select2.select2-container.select2-container--default {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .group-sec {
    position: relative !important;
    -ms-flex: 1 1 !important;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0 !important;
}


.input-group > .group-sec:not(:last-child) .input-group > .form-control.searchable-dropdown + .select2.select2-container.select2-container--default .select2-selection {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 

.hidden {
    display: none;
}