body {
    font-family: 'Poppins', sans-serif;
    color: #444;
    position: relative;
    background: rgba(var(--black), .02);
    padding: 0;
    margin: 0;
    font-size: 14px;
}

/* table{
    font-size: 12px;
} */
table th {
    font-weight: 500;
}

:root {
    --black: 0, 0, 0;
    --white: 255, 255, 255;
    --bggray: #f5f5f5;
    --bodycolor: #444;
    --primarycolor: 244, 39, 5;
    --fontweightlight: 300;
    --fontweightregular: 400;
    --fontweightmedium: 500;
    --fontweightsemibold: 600;
    --fontweightbold: 700;
    --textuppercase: uppercase;
    --borderradius5: 5px;
}

.my-7 {
    margin-top: 7.5rem !important;
}

.bg-red {
    background: rgba(var(--primarycolor), 1)
}

.text-red {
    color: rgba(var(--primarycolor), 1)
}

textarea {
    resize: none;
}

.text-xs {
    font-size: .7rem;
}

.text-sm {
    font-size: .8rem;
}

.text-md {
    font-size: .9rem;
}

.text-lg {
    font-size: 1.1rem;
}

.text-xlg {
    font-size: 1.2rem;
}
label{
    font-weight: 600;
    font-size: 1rem;
}

/****************** LOGIN PAGE CSS ****************************/
.fixed-bottom-btn {
    position: fixed;
    bottom: 0px;
    right: 80px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #eee;
    padding: 15px 20px;
    z-index: 999;
}

.bg-login-image {
    background: url(../img/login-img.jpg);
    background-position: center;
    background-size: cover;
}

.section-heading {
    color: rgba(var(--black), 1);
}

header.fixed-top {
    left: 19%;
    background: rgba(var(--white), 1);
    padding: 0px 0px 0px 25px;
    box-shadow: 0px 5px 10px rgba(var(--black), .08);
}

header .navbar {
    padding: 0px 0px;
    z-index: 1;
}

.navbar-brand {
    margin-right: 3rem;
}

.head-search {
    width: 50%;
}

.head-search .form-control {
    background-color: #f5f5f5;
    border-color: #cccccc;
    margin-right: 0;
    width: calc(100% - 56px);
}

.search-field.form-control:focus {
    box-shadow: none;
    outline: none;
}

.close-search-btn {
    display: none;
}

.search-btn {
    padding: .35rem 1.2rem;
    margin-left: -5px;
    height: 38px;
}

.search-btn svg {
    margin-top: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bodycolor);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(var(--primarycolor), 1)
}

.page-item.active .page-link {
    /* background-color:  rgba(var(--primarycolor),1);
    border-color:  rgba(var(--primarycolor),1); */
}

.page-link {
    color: rgba(var(--primarycolor), 1);
}

.page-link:hover {
    color: rgba(var(--primarycolor), 1);
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(var(--primarycolor), .25);
}

#wrapper {
    display: flex;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: calc(100% - 50px);
    margin-left: 50px;
    overflow-x: hidden;
    position: relative;
    padding-top: 100px;
    transition: margin .5s;
    min-height: 100vh;
}

.sidebar-toggled #wrapper #content-wrapper {
    margin-left: 250px;
    /* width: calc(100% - 100px); */
}

.sticky-footer {
    padding: 1rem 0;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .8rem;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
    padding-bottom: 70px;
}

.sidebar-brand-text {
    padding: 2px 15px;
}

.navbar.topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

.sidebar {
    position: fixed;
    left: 0;
    top: 78px;
    bottom: 0;
    width: 50px;
    box-shadow: 0px 0px 15px rgba(var(--black), .1);
    background: var(--gray-dark);
    z-index: 1031;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    transition: width .5s;
}

.sidebar:hover {
    width: 250px;
}

.sidelinks {
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.sidelinks li {
    margin: 0px 0px;
    position: relative;
}

.sidelinks li a {
    display: block;
    padding: 10px 25px 10px 25px !important;
    color: rgba(var(--white), 1);
    border-left: 0px solid rgba(var(--white), 0);
    transition: all ease-in-out .3s;
    margin: 1px 0px;
    position: relative;
    font-size: 12px !important;
    overflow: hidden;
}

.sidelinks li a:hover,
.sidelinks li.active a,
.sidelinks li a:active,
.sidelinks li a:focus {
    display: block;
    padding: 12px 15px;
    background-color: rgba(var(--white), .3);
    border-left: 8px solid rgba(var(--white), .3);
    transition: all ease-in-out .3s;
}

.sidelinks li a i {
    position: absolute;
    left: 5px;
    top: 12px;
    font-size: 15px;
}

.sidelinks li a.collapse-item {
    color: rgba(var(--black), 1);
    font-size: .9rem;
    padding: 5px 15px !important;
    border: 0px;
}

.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 12px;
}

.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105';
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: .5rem 1rem;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
    text-decoration: none;
    border: 0;
}

.search-form .input-group {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.search-form .input-group-text {
    background: none;
    border: none;
}

.search-form .form-control {
    width: 100%;
    border: 0px;
    background: rgba(var(--black), .03);
}

.primary-link {
    /* text-decoration: underline; */
    color: rgba(var(--primarycolor), 1);
}

.primary-link:hover {
    text-decoration: underline;
    color: var(--red);
}

.btn-primary {
    font-weight: 500;
    /* background: rgba(var(--primarycolor),1);
    border-color: rgba(var(--primarycolor),1);   */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /* background: inherit;
    background: var(--red);
    border-color: var(--red);   */
}

.btn-outline-primary {
    border-width: 2px;
    /* border-color: rgba(var(--primarycolor), 1);
    color: rgba(var(--primarycolor), 1); 
    font-weight: var(--fontweightmedium); */
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border-width: 2px;
    /* border-color: rgba(var(--primarycolor), 1);
    background: rgba(var(--primarycolor), 1);
    color: rgba(var(--white), 1);   */
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    /* color: #fff;
    background-color: rgba(var(--primarycolor), 1) !important;;
    border-color: rgba(var(--primarycolor), 1) !important;;   */
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(var(--primarycolor), .5) !important;   */
}

.profile-btn {
    color: rgba(var(--primarycolor), 1) !important;
    padding: 8px 0px;
    display: flex;
    align-items: center;
}

.profile-btn:hover {
    color: rgba(var(--primarycolor), 1);
}

.profile-btn .fa {
    display: none;
}

.head-btns .dropdown-menu {
    right: 0;
    left: inherit;
}

.topbar .user-img {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 5px;
    border: solid 1px rgba(var(--primarycolor), 1);
}

.topbar .user-img img {
    width: 100%;
    height: 100%;
}

.shadow {
    box-shadow: 0 .2rem .7rem rgba(0, 0, 0, .1) !important;
}

.slide-button {
    position: absolute;
    right: -50px;
    z-index: 100;
    top: 10px;

}

.navToggler {
    position: fixed;
    top: 10px;
    left: 200px;
    z-index: 9999;
    width: 2.5rem;
    height: 2.5rem;
}

#sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: #666;
}

#sidebarToggle::after {
    color: rgba(255, 255, 255, .5);
}

#sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'FontAwesome';
    margin-right: .1rem;
}

.topbar .dropdown-menu {
    left: inherit;
    right: 10px !important;
    border-radius: 0;
    border: 0px;
    background: rgba(var(--primarycolor), 1);
    min-width: 200px;
    padding: 0;
}

.topbar .dropdown-menu .dropdown-item {
    color: rgba(var(--white), 1);
    padding: .5rem 1rem;
    border-bottom: solid 1px rgba(var(--white), .2);
}

.topbar .dropdown-menu .dropdown-item:hover {
    background: rgba(var(--white), .2);
    color: rgba(var(--white), 1) !important;
}

/**************** Content Area***********************/

.content-area {
    margin-left: 19%;
    padding: 90px 25px 30px 25px;
}



/* --------------------------- Login Page Start --------------------------- */


.background-login {
    background-image: url(../img/round-back.png);
    background-repeat: repeat;
}

.card-body {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.login-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.login-form .form-control {
    width: 100%;
    padding: 8px;
    padding-top: 18px;
    border: none;
    border-bottom: 1pt solid #bfbfbf;
    transition: all 200ms ease-in-out;
    border-radius: 0px;
}

.form-group {
    position: relative;
}

.login-form label {

    width: 100%;
}

.login-form h3 {
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--bodycolor)
}

.my_place {
    position: absolute;
    pointer-events: none;
    top: 25px;
    left: 5px;
    color: var(--bodycolor);
    transition: 0.2s ease all;
    font-size: .9rem;

}

.login-form .form-control:focus {
    width: 100%;
    padding: 8px;
    padding-top: 18px;
    border: none;
    border-bottom: 2px solid var(--bodycolor);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0)
}




input:focus~.my_place,
input:not(:focus):valid~.my_place,
input:not(:placeholder-shown)~.my_place {
    top: -6px;
    color: #007bff;
    font-size: .7rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@supports (filter: revert) {
    form input {
        filter: none;
    }
}




/* --------------------------- Login Page Ends  --------------------------- */


/* Common Error  */
.invalid-field {
    border-bottom: 2px solid rgba(var(--primarycolor), 1) !important;

    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="rgb(244, 39, 5)" class="bi bi-exclamation-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) calc(100% - 7px);
}

.error-field {
    background-color: rgba(var(--primarycolor), 1);
    color: rgba(var(--white));
    font-size: .8rem;
    padding: .2rem 1rem;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 5px);
    box-shadow: 0 5px 9px -3px rgb(0 0 0 / 10%), 0 4px 3px -2px rgb(0 0 0 / 5%);
    z-index: 100;
}

.error-field:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    left: 10px;
    background-color: rgba(var(--primarycolor), 1);
    transform: rotate(45deg);

}


/* Delete Confirmation Popup */
.delete_pop .modal-body {
    padding: 1.5rem;
}

.cls-btn {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-flex;
    position: absolute;
    right: .5rem;
    top: .5rem;
    cursor: pointer;
    z-index: 2;


}

.delete_pop p {
    color: rgba(0, 0, 0, .4)
}

.delete-icon {
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0;
    top: -40px;
}

.delete-icon span {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(var(--white), 1);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);

}

.delete-icon svg {
    width: 40px;
    height: 40px;
    fill: #bd2130;
}

.modal-fixed-height .modal-header {
    /* padding:0px; */
}

.modal-fixed-height .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1rem 1.5rem;
}

.modal-fixed-height .modal-body p {
    text-align: justify;
}


.modal-body {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
    /* // background-color: rgba(207,216,220,.2); */
}

.modal-body::-webkit-scrollbar {
    width: 11px;
}

.modal-body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.modal-body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

/**************** COURSE TABS ***************/

.course-tabs .nav-tabs {
    display: table;
    margin: 0px auto 30px auto;
    border-radius: var(--borderradius5);
    box-shadow: 0px 0px 15px rgba(var(--black), .1);
    background: rgba(var(--white), 1);
    border-bottom: 0px;
    overflow: hidden;
}

.course-tabs .nav-tabs .nav-item {
    display: table-cell;
}

.course-tabs .nav-tabs .nav-link {
    padding: .5rem 1.2rem;
    border: 0px;
    font-size: 1.5rem;
    color: rgba(var(--black), .6);
    transition: all ease-in-out .3s;
    position: relative;
    text-align: center;
}

.course-tabs .nav-tabs .nav-link:hover,
.course-tabs .nav-tabs .nav-link.active {
    color: rgba(var(--primarycolor), 1);
}

.course-tabs .nav-tabs .nav-link::before {
    left: 0;
    width: 0;
    position: absolute;
    content: "";
    transition: all ease-in-out .3s;
}

.course-tabs .nav-tabs .nav-link.active::before {
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: rgba(var(--primarycolor), 1);
}

.course-tabs .tab-content .card {
    height: 100%;
    border-radius: var(--borderradius5);
    overflow: hidden;
    border: 0px;
    box-shadow: 0px 0px 15px rgba(var(--black), .1);
    transition: all ease-in-out .3s;
}

.course-tabs .tab-content .card:hover {
    box-shadow: 0px 0px 15px rgba(var(--black), .3);
    transform: scale(1.05);
}

.course-tabs .tab-content .card a:hover {
    text-decoration: none;
}

.course-tabs .tab-content .card .card-body {
    padding: 1rem 1rem 2rem 1rem;
}

.course-tabs .tab-content .card .card-title {
    max-width: 100%;
    /* white-space: nowrap;
    overflow: hidden !important; */
    text-overflow: ellipsis;
    color: rgba(var(--black), .8);
}

.course-tabs .tab-content .card .card-text {
    font-size: .9rem;
    font-weight: var(--fontweightregular);
    color: rgba(var(--black), .6)
}

.course-detail-tabs .nav-tabs {
    /* width:100%; */
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.course-detail-tabs .nav-tabs .nav-link {
    padding: .8rem 1.2rem;
}




.course-tabs-basic .nav-tabs {
    margin: 0px 0px 3px;
    font-size: 1rem;
    width: 100%;
}

.course-tabs-basic .nav-tabs .nav-link {
    font-size: 1rem;
    padding: .7rem 1.2rem;
}

.accordian-button {
    position: relative;
}

.accordian-button:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 12px;
    height: 12px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-135deg);
    transition: transform ease-in-out .3s;
    top: 7px;
}

.accordian-button.collapsed:after {
    top: 1px;
    transform: rotate(45deg);
}

#faqduplicate,
#detailduplicate,
#featureduplicate,
#curriculamduplicate,
#courseschedule,
#projectduplicate,
.fvrclonned1,
.fvrclonned2,
.fvrclonned3,
.fvrclonned4,
.fvrclonned5,
.fvrclonned6 {
    position: relative;
}

.btn-handle-ui {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: .6rem;
}

.shadow-block {
    background: rgba(var(--white), 1);
    border-radius: var(--borderradius5);
    /*overflow: hidden;*/
    border: 0px;
    box-shadow: 0px 0px 15px rgba(var(--black), .1);
    transition: all ease-in-out .3s;
    border: 0px solid rgba(0, 0, 0, .125);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control {
    background-image: url("data:image/svg+xml,<svg width='1.2em' height='1.2em' viewBox='0 0 16 16' fill='gray' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    padding-right: 30px;
}

.rounded {
    border-radius: .25rem !important;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, .5);
    line-height: 46px;
}

.sidebar-toggled .sidebar {
    width: 250px;
}

.sidebar-toggled .sidebar.toggled .nav-link {
    /* text-align: center; */
    display: block;
    /* padding: 12px 5px !important; */
}

.sidebar-toggled .sidebar.toggled .nav-link .nav-text {
    font-size: .7rem;
    display: inline-block;
    width: 100%;
    opacity: 1;
}

.sidebar-toggled .sidebar.toggled li a i {
    margin-right: 0;
}


@-webkit-keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes growIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* .animated--grow-in, 
  .sidebar-toggled .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
.sidebar-toggled .sidebar .nav-item .collapsing {
      display: none;
  }
 .sidebar-toggled .sidebar .nav-item .collapse {
    position: absolute;
    left: 105px;
    z-index: 1;
    top: 2px;
    min-width: 150px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 0;
    border-radius: 5px;
} */
.tab-content {
    padding: 30px;
    background: rgba(var(--white), 1);
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table-responsive .table.table-bordered.dataTable {
    font-size: 12px;
}

.table-responsive .table.table-bordered.dataTable th {
    font-weight: 500;
}
header .navbar-nav{
    padding-right: 15px;
}
.breadcrumb {
    padding: 0rem;
}
.breadcrumb-item{
    position: relative;
}
.breadcrumb .breadcrumb-item:first-child .nav-link {
    padding-left: 1rem;
}
.breadcrumb .nav-link {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1.6rem;
    color: rgba(var(--white));

background: #007bff; 
background: -moz-linear-gradient(left,  #007bff 0%, #ddd 100%); 
background: -webkit-linear-gradient(left,  #007bff 0%,#ddd 100%); 
background: linear-gradient(to right,  #007bff 0%,#ddd 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#ddd',GradientType=1 ); 

}

.breadcrumb-item::before {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 20px solid #ddd;
    position: absolute;
    content: "" !important;
    right: -19px;
    z-index: 1;
    padding: 0 !important;
}
.breadcrumb .nav-link.disabled{
    color: #333 !important;
    color: rgba(var(--white));
    pointer-events: none;

}
.breadcrumb-item:last-child:before {
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 20px solid #ddd;
}

.sidebar-brand {
    height: 70px;
    width: 220px;
}

.sidelinks .nav-link .nav-text {
    opacity: 0;
    white-space: nowrap;
}

.sidebar:hover .nav-link .nav-text {
    opacity: 1;
}

.sidebar .collapse.show {
    display: none;
}

.sidebar-toggled .collapse.show,
.sidebar:hover .collapse.show {
    display: block;
}

/* .sidebar-toggled .sidelinks li a i{ 
    font-size: 25px;
    top: 7px;
} */
.notification .list {
    max-height: 310px;
    overflow: auto;
}

.h-inherit {
    height: inherit !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .switch.sm {
    width: 50px;
    height: 28px;
  }
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .switch.sm .slider::before{
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .switch.sm input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

@media only screen and (max-width: 991px) {
    #sidebarToggle {
        display: none;
    }

    .sidelinks li a i {
        margin-right: 0;
    }

    .sidebar {
        width: 50px;
    }

    /*.sidebar .nav-link {
         text-align: center;
        display: block;
        padding: 12px 5px !important; 
    }*/

    .nav-link .nav-text {
        font-size: .7rem;
        display: inline-block;
        width: 100%;
    }

    /*.sidebar .nav-item .collapsing {
        display: none;
    }
    .sidebar .nav-item .collapse {
      position: absolute;
      left: 110%;
      z-index: 1;
      top: 2px;
      min-width: 150px;
      box-shadow: 0px 0px 10px #ccc;
      margin: 0;
      border-radius: 5px;
  }*/
    #wrapper #content-wrapper {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .sidebar-toggled .fa-bars:before {
        content: "\f00d";
        font-size: 1.2rem;
    }

    .sidebar {
        width: 0px;
        overflow: hidden;
    }

    .sidebar.toggled {
        width: 250px;
        overflow: inherit;
    }

    #wrapper #content-wrapper {
        margin-left: 0;
    }

    .sidebar-toggled #wrapper #content-wrapper {
        width: calc(100% - 90px);
    }

    #wrapper #content-wrapper #content {
        padding-bottom: 70px;
    }
}

/**************** Dashboard Page ***************/

#pagination .pagination {
    margin-bottom: 0;
}

.btn-primary:hover {
    color: #fff !important;
}

.cart-items {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .7rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: red;
    color: white;
    font-weight: 600;
}

/**************** Loader in admin offer update Page ***************/

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top:  0;
  left:  0;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

/* select2 in question management */
.select2-container .select2-selection {
    height: inherit !important;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection .select2-selection__arrow {
    height: 40px !important;
}

  /* select 2 for keycode in question management */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px !important;
}