/*.bg-turbo-yellow {
    background-color: #f8f9fa;
}*/

.bg-turbo-yellow-10 {
    background-color: #fff9e5;
}


.bg-turbo-yellow-20 {
    background-color: #ffeeb2;
}

.bg-turbo-yellow-30 {
    background-color: #ffe37f;
}

.bg-turbo-yellow-40 {
    background-color: #ffd74c;
}

.bg-turbo-yellow-50 {
    background-color: #ffcc19;
}

.bg-turbo-yellow-60 {
    background-color: #e5b200;
}

.bg-turbo-yellow-70 {
    background-color: #b28b00;
}

.bg-turbo-yellow-80 {
    background-color: #7f6300;
}

.bg-turbo-yellow-90 {
    background-color: #4c3b00;
}

body {
    font-family: "Noto-Regular";
    background: #f7f7f7;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    outline: none !important;
}

button,
button:hover,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar {
    padding: 0;
    /*padding: 9px;*/
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 16px 0 rgb(167 175 183 / 33%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*width: 85%;*/
    z-index: 99;
}

#sidebar:hover ~ .edit-content .navbar {
    width: 78%;
}

.side_bar_head_new {
    padding: 0 0px 0 0;
}


/*.edit-content .navbar {
    width: 98%;
}*/
/*.navbar {
  padding: 7px 16px;
  background-color: #fff !important;
  border: none;
  margin: -20px -20px 20px -20px;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/
/*  padding: 15px 10px;
  margin-bottom: 40px;
  */
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.text-sidebar {
    color: #6b6b6b;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sidebar-cont {
    visibility: hidden;
}

#sidebar {
    width: 250px;
    background: #2b2b2b;
    color: #6b6b6b;
    transition: all 0.3s;
    position: fixed;
    top: 60px;
    height: 100vh;
    transition: all 0.3s;
    visibility: visible;
    z-index: 9;
}


    #sidebar.active {
        width: 58px;
        padding: 0 0 0 0;
        z-index: 99;
        box-shadow: 3px 3px 8px 1px #797777;
    }

/*        #sidebar.active:hover {
            width: 250px;
            transition: all 0.3s;
        }*/

/*            #sidebar.active:hover span {
                display: inline-block;
                transition: all 0.3s;
            }*/


        #sidebar.active span {
            display: none;
        }

        #sidebar.active .dropdown-toggle::after {
            border-top: 0 solid;
        }

        #sidebar.active:hover .dropdown-toggle::after {
            border-top: .3em solid;
        }

    #sidebar .sidebar-header {
        padding: 17px;
        background: #fff;
        box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    }

.tf_logo_icon {
    display: none;
}

.tf_logo_name {
    display: inline-block;
    padding: 20px 35px 20px 35px;
    border-right: 1px solid #e5e5e5;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light .container-fluid {
    padding-left: 0;
}
#sidebar.active .tf_logo_name {
    display: none;
}

#sidebar.active .tf_logo_icon {
    display: inline-block;
}

#sidebar.active .sidebar-header {
    padding: 12px 16px;
}

#sidebar.active:hover .tf_logo_name {
    display: inline-block;
}

#sidebar.active:hover .tf_logo_icon {
    display: none;
}

#sidebar.active:hover .sidebar-header {
    padding: 16px;
}
/*#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2b2b2b;
  color: #6b6b6b;
  transition: all 0.3s;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar .sidebar-header {
  padding: 15px 20px;
  background: #fff;
}*/
#sidebar ul.components {
    margin: 1rem 0 !important;
    height: 79%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all .2s linear;
}

    #sidebar ul.components:hover {
        overflow-y: overlay;
        transition: all .2s linear;
        overflow-x: hidden;
    }
    
#sidebar ul p {
    color: #6b6b6b;
    padding: 10px;
}

#sidebar ul li a {
    color: #fff;
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    border-left: 0px solid transparent;
    font-family: Noto-regular !important;
}

    #sidebar ul li a:hover {
        background: #6b6b6b59;
        color: #fff !important;
        border-left: 7px solid #fff !important;
    }
#sidebar ul li#dashboard a:hover {
    background: #6b6b6b59;
    color: #fff !important;
    border-left: 7px solid #fff !important;
}
.swal2-actions {
    margin: 10px 0px 0px 0px !important;
}
button.swal2-confirm.swal2-styled {
    text-align: center;
    margin-top: 0;
    width: 100%;
    max-width: 115px;
    display: block;
    padding: 10px;
    font-size: 12px;
    background: #003780;
    color: #fff;
    border: 1px solid #003780;
    border-radius: 4px;
    font-weight: 900;
    transition: all .2s linear;
}
.swal-text:first-child {
    margin-top: 0px !important;
    text-align: center;
    padding-top: 1.25em;
    color: #595959 !important;
}
.swal-modal {
    box-shadow: 0px 0px 25px 0px rgb(10 9 10 / 50%);
    width: 400px !important;
    border-radius: 15px !important;
}
button.swal-button.swal-button--confirm {
    padding: 8px 40px;
    text-align: center;
    margin-top: 0;
    width: 100%;
    max-width: 115px;
    display: block;
    font-size: 12px;
    background: #003780;
    color: #fff;
    border: 1px solid #003780;
    border-radius: 4px;
    font-weight: 900;
    transition: all .2s linear;
}
    button.swal-button.swal-button--confirm:hover {
        padding: 8px 40px;
        text-align: center;
        margin-top: 0;
        width: 100%;
        max-width: 115px;
        display: block;
        font-size: 12px;
        background: #fff;
        color: #003780;
        border: 1px solid #003780;
        border-radius: 4px;
        font-weight: 900;
        transition: all .2s linear;
    }
.swal-footer {
    text-align: center;
}
    button.swal2-confirm.swal2-styled:hover{
        text-align: center;
        margin-top: 0;
        width: 100%;
        max-width: 115px;
        display: block;
        padding: 8px;
        font-size: 12px;
        background: #fff;
        color: #003780;
        border: 1px solid #003780;
        border-radius: 4px;
        font-weight: 900;
        transition: all .2s linear;
    }
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}
button.swal2-cancel.swal2-styled:hover {
    text-align: center;
    margin-top: 0;
    width: 100%;
    max-width: 115px;
    display: block;
    padding: 10px;
    font-size: 12px;
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    font-weight: 900;
    transition: all .2s linear;
}
button.swal2-cancel.swal2-styled {
    text-align: center;
    margin-top: 0;
    width: 100%;
    max-width: 115px;
    display: block;
    padding: 10px;
    font-size: 12px;
    background: #2b2b2b;
    color: #fff;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    font-weight: 900;
    transition: all .2s linear;
}
.swal2-popup {
    width: 25em !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 25px 0px rgb(10 9 10 / 50%);
}
/*#sidebar ul li.active > a,
#sidebar ul li.active > a, #sidebar a[aria-expanded=true] {
    border-left: 7px solid #003780;
    color: #ffffff !important;
    background: #616161;
}*/
#sidebar a[data-toggle=collapse] {
    position: relative;
}
h2#swal2-title {
    font-size: 24px !important;
    margin-left: 15px !important;
    text-transform: capitalize;
    margin-top: 4px !important;
    font-family: Noto-SemiBold;
}
#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 14px !important;
    padding-left: 20px !important;
}

#sidebar ul li i {
    padding: 0 8px 0 0;
    font-size: 16px;
}
/*#sidebar ul li span {
  margin: 0 5px 0 0;
}*/
#sidebar ul.CTAs {
    padding: 20px;
}

    #sidebar ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

#sidebar a.download {
    background: #6b6b6b;
    color: #ffcc19;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #e5b200 !important;
    color: #6b6b6b !important;
}


.bottom-txt {
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 250px;
    padding: 7px 0;
    border-top: 1px solid;
    margin: 0;
}

.sidebar_parent.active .bottom-txt {
    display: none;
}

.sidebar_parent.active:hover .bottom-txt {
    display: inline-block;
}
/*mash rescustomize*/
.sub_MENU {
    list-style-type: none;
    padding: 0;
    background: #616161;

}
/*.sub_MENU:hover{
    overflow-y: scroll;
}*/
#sidebar .sub_MENU li i {
    /*display: none;*/
    display: inline-block;
    font-size: 10px
}

#sidebar.active .sub_MENU li i {
    display: inline-block;
    font-size: 10px !important;
}


#sidebar.active:hover .sub_MENU li i {
    display: inline-block;
    font-size: 10px !important;
}

#sidebar ul li button:hover {
    background: #6b6b6b59;
    color: #fff !important;
    border-left: 7px solid #fff !important;
}

#sidebar ul li button {
    color: #fff;
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    text-align: left;
    font-family: Noto-regular !important;
}

#sidebar ul li.active > button, #sidebar button[aria-expanded=true] {
    border-left: 7px solid #fff !important;
    color: #fff !important;
    background: #616161;

}

#sidebar button[data-toggle=collapse] {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-decoration: none;
}

#sidebar ul ul button {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6b6b6b;
    border-left: 7px solid #003780;
}

#sidebar button.download {
    background: #6b6b6b;
    color: #ffcc19;
}

#sidebar button.article,
#sidebar button.article:hover {
    background: #e5b200 !important;
    color: #6b6b6b !important;
}

#sidebar button[aria-expanded="false"]:after {
    font-family: FontAwesome;
    content: "\f107";
    right: 16px;
    position: absolute;
    font-size: 20px;
    top: 20%;
}
#sidebar button[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f106";
    right: 16px;
    position: absolute;
    font-size: 20px;
    top:16%;
}

#sidebar.active button[data-toggle=collapse]:after {
    display: none !important;
}

/*#sidebar.active:hover button[data-toggle=collapse]::after {
    display: inline-block !important;
    font-family: FontAwesome;
    content: "\f0d7";
    right: 16px;
    position: absolute;
}*/
/*#sidebar.active:hover button[aria-expanded="false"]::after {
    font-family: FontAwesome;
    content: "\f0d7";
    right: 16px;
    position: absolute;
}
#sidebar.active:hover button[aria-expanded="true"]::after {
    font-family: FontAwesome;
    content: "\f0d8";
    right: 16px;
    position: absolute;
}*/
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/*#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}*/

#sidebar:hover ~ .edit-content {
    margin-left: 300px !important;
}

#content {
    width: 100%;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    /*margin-left: 300px;*/
    margin-left: 250px;
    margin-top: 60px;
}

.main-cont {
    padding-bottom: 20px;
    margin-bottom: 75px;
}


.edit-content {
    margin-left: 58px !important;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 767px) {

}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003780;
}
#sidebar ul ul a {
    font-size: 14px !important;
    padding-left: 20px !important;
    background: #6b6b6b;
    border-left: 7px solid #bebebe;
}


.content-header {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #000;
    background: #fff;
    margin: 0px 0px 0 0px;
}

    .content-header h1 {
        font-size: 24px !important;
        margin-left: 15px !important;
        text-transform: capitalize;
        margin-top: 4px !important;
    }
    .content-header.second_heading {
        margin: 0 -20px 20px ;
        background: none;
    }
#btn-view {
    margin-top: 15px;
    font-size: 28px;
    background: 0;
    border: 0;
    color: #2b2b2b;
}
.alert {
    text-align: center !important;
}
.gj-datepicker-bootstrap [role=right-icon] button {
    border: 1px solid #aaa !important;
    background: #fff;
}


.sidebar-seprator {
    padding: 10px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    #sidebar {
        height:122vh;
    }
}


    .sidebar-seprator span {
        color: #9899ac;
    }
#sidebar ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1e1e2d;
}

#sidebar ::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#sidebar ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ffffff;
    border-radius: 5px !important;
}
@media (max-width: 480px) {
    #sidebar.active {
        width: 220px !important;
        transition: all 0.3s !important;
        top: 85px !important;
    }
    a.nav-link.plus, a.nav-link.user {
        color: #575757 !important;
        background-color: #fff !important;
        border: 2px solid #575757 !important;
        padding: 3px 9px !important;
        border-radius: 38px !important;
        margin: 0px 5px !important;
        font-size: 17px;
    }
    .grid-margin {
        margin-bottom: 0px;
    }
    button#sidebarCollapse {
        margin-left: 8px;
    }
    .tf_logo_name{
        height:100% !important;
    }
    .panel-heading{
        font-size:1rem !important;
    }
}

