.dashlogo {
    width: 100%;
    max-width: 160px !important;
    margin: 16px 5px;
}
.sidebarss .sidebarss-brand{
    height:auto;
    text-align: left;
    padding: .5rem 1rem !important;
}
.sidebarss-dark hr.sidebarss-divider {
    margin-bottom: 0;
}
.sidebarss-dark #sidebarToggle {
    margin-top: 15px;
}
.login-page-wrap {
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.login-logo-wrapper {
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
}
.login-logo-wrapper img{
    width:100%;
}
.login-page-wrap .login-header-wrap {
    background-color: transparent;
    border: none;
    font-size: 22px;
    color: black;
}
.Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important;
}
.Zebra_DatePicker_Icon_Wrapper input{
    background-color: transparent !Important;
}
.date-picker-wrap {
    position: relative;
}
.Zebra_DatePicker_Icon_Wrapper:before {
    content: "\f073";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    background-color: #ecf0f1;
    z-index: 0;
    font-family: 'FontAwesome';
}
.select2 {
    width: 100%;
    font-size: 14px;
}
.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 38px !important;
    /*overflow: auto;*/
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
    margin-top: 6px;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection{
    box-shadow: none;
}



.menu-item {
    position: relative;
}
.menu-item a {
    font-family: inherit;
    font-size: 1rem;
    line-height: inherit;
    padding: 0.5rem 1rem;
    display: block;
    color: #252a32;
    transition: color 0.35s ease-out;
}
.menu-item a:hover {
    color: #d32f2f ;
}
.menu-item.has-collapsible {
    position: relative;
}
.menu-item.has-collapsible .menu-child {
    display: none;
}
.menu-item.has-collapsible .menu-child .menu-child-item a {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 0.25rem;
    color: #252a32;
    padding-left: 2.5rem;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}
.menu-item.has-collapsible .menu-child .menu-child-item a:hover {
    color: #d32f2f;
}
.menu-item span.arrow-icon:after {
    font-family: "Material Icons";
    content: "";
    font-size: 0.85rem;
    font-weight: 400;
    line-height: inherit;
    position: absolute;
    top: 0;
    right: 1rem;
    color: #fdc802 !important;
    transition: all 0.35s ease;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    transform: rotate(90deg);
}
.menu-item.has-collapsible span.arrow-icon:after{
    transform: rotate(0deg);
}

.menu-item.has-collapsible span:after:hover {
    color: #d32f2f;
}
.menu-item.active.has-collapsible .menu-child {
    display: block;
    transition: all 0.35s ease;
}
.menu-item.active.has-collapsible span:after {
    transform: rotate(90deg);
}

.menu-item a {
    color: rgb(253, 194, 9) !Important;
    font-size: 0.85rem;
    display: inline;
    list-style-type: none;
    text-decoration: none;
    padding: 2px 1rem;
}
.menu-item .menu-child {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}
.menu-item {
    padding: 1rem 0;
}
.menu-item a:hover {
    color: rgb(253, 194, 9) !Important;

}
.menu-item .active a {
    color: white !important;
    font-weight: bold;
}
.main-dropdown-link{
    cursor: pointer;
    position: relative;
    display: block !important;
    width: 100%;
}

.navbar.topbar {
    background-color: #bbb400 !important;
    /*margin:10px 0;*/
}
.navbar.topbar .text-gray-600 {
    color: #fff !important;
}
.white-color {
    color:white;
    margin-bottom:0;
}
.top-filters {
    border-radius: 0;
}


/*-------------feedback-form--------------*/
.panel-heading.panelButton {
    background: #03a9f4;
    color: #FFFFFF;
}
legend.question-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: inherit;
}
fieldset.question-border {
    border: 1px groove #c7cfd8 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #c7cfd8;
    box-shadow:  0px 0px 0px 0px #c7cfd8;
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: left;
    color: white;
    cursor: pointer;
    margin-right: 6px;
    margin-top: 2px;
    font-size: 14px;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";
}
.panel-heading {
    cursor: pointer;
}
.panelButton {
    height: 45px;
    padding: 14px;
}
.panel-group {
    margin: 8px;
}
.yes_no_btn {
    border: 1px solid #03a9f4;
    color: #03a9f4;
    background: #eeeeee12;
    cursor: pointer;
}
.ye_no_checked {
    color: white;
    background-color: #03a9f4;
}

.panel_s .panel-body {
    background:#fff;
    border:1px solid #dce1ef;
    border-radius:4px;
    padding:20px;
    position:relative
}
.panel_s>.panel-footer {
    background:#f7f9fa;
    border:1px solid #dce1ef;
    border-top:none;
    color:inherit;
    font-size:90%;
    padding:10px 15px
}
.panel_s {
    border:none;
    -webkit-box-shadow:0 1px 15px 1px rgba(90,90,90,.08);
    box-shadow:0 1px 15px 1px rgba(90,90,90,.08);
    margin-bottom:25px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.modal-header .close {
    font-size:27px;
    font-weight:400;
    opacity:.5
}
.modal {
    /*z-index:10000*/
}
.media-body {
    word-break:break-all
}
.modal-header {
    background:#fff;
    border-radius:10px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.modal-content {
    border-radius:10px;
    border:0;
    -webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow:0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow:0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.2)
}
.hide {
    display: none !important;
}
.yes_no_btn {
    border: 1px solid #bbb400;
    color: #bbb400;
    background: #eeeeee12;
    cursor: pointer;
    text-align: center;
    padding: 5px 13px;
}
.ye_no_checked {
    color: white;
    background-color: #bbb400;
}
.input-group[class*=col-] {
    float:none;
    padding-right:0;
    padding-left:0
}
.input-group .form-control:focus {
    z-index:3
}
#preview_modal .modal-header {
    align-content: center;
}
#preview_modal .modal-header .close {
    float: right;
}
#preview_modal .modal-header #myModalLabel {
    width: 100%;
    display: block;
}
.calender-label {
    background-color: #ecf0f1;
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
}
.trigger-wrap {
    padding: 5px;
}


/*------------slider-question-----*/
.image-sector-wrap {border: 1px solid #d1d3e2;text-align: center;padding: 10px;max-width: 220px;margin: auto;margin-top: 15px;position:relative;}
.image-sector-wrap .btn {margin: auto;margin-bottom: 10px;}
.upload-question-img {margin-top: 10px;position: relative;overflow: hidden;}
.upload-question-img input {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;opacity: 0;}
.upload-question-img button {position: relative;overflow: hidden;}

.upload-preview-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    padding: 20px;
}
.upload-preview-wrap img {
    max-width: 200px;
    max-height: 120px;
    position: relative;
    z-index: 1;
}
.upload-preview-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.8;
}
.slider_remove_img {
    position: absolute;
    top: 8px;
    right: 7px;
    color: white;
    z-index: 2;
}
.imagesListWrap img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}
.sliderModelImg {
    border: 2px solid #e3e6f0;
    margin: 5px;
    padding: 5px;
}
.sliderModelImg.selected {
    border-color: #bbb400;
    background-color: #ecf0f170;
}
/*-------------------------------*/
.sectionsHTML .error {
    font-size: 15px;
    width: auto;
}
/*----------trigger--*/

.trigger-action {
    display: inline-block;
    margin: 3px 10px 0;
    margin-bottom: 0;
}
.trigger-action-wrap {
    display: block;
    text-align: center;
    width: 100%;
}
.trigger-action label{
    margin-bottom: 0;
}
div#addTrigger .modal-header {
    padding-bottom: 0;
    padding-top: 10px;
}
div#addTrigger .modal-header .nav {
    margin-bottom: -1px;
    border-bottom: none;
}
td.range-title input {
    min-width: 220px;
}
.range-title-head, .range-title {
    width: auto;
}
div#addRange .range-title input {
    min-width: 145px;
}
.range-title-head, .range-title {
    width: auto;
}
div#addRange .range-title input {
    min-width: 130px;
}
div#addRange .range-color-head, div#addRange .range-color {
    width: 50px;
}
.modal .range-table-wrap input[type=number] {
    padding: 0.375rem 0.45rem;
}
.d-notification {color: #ffffff;}
/*-----------------------------------*/

body .notifications {
    min-width: 400px;
    right: 0;
    left: auto;
    padding: 0;
}
.notification-wrapper {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #d1d3e2;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 15px;
}
li.not_mark_all_as_read, .view-al-notification {
    padding: 10px;
    font-size: 15px;
}
.notification-box .staff-profile-image-small {
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
.notification-box .media-body {
    padding-left: 45px;
}
.notification-top {
    text-decoration: none !important;
}
li.not_mark_all_as_read {
    border-bottom: 1px solid #d1d3e2;
}

body .swal2-icon.swal2-warning{
    align-items:center !important;
    font-size: 30px !important;
}
.swal2-popup .swal2-actions .swal2-styled {
    height: 42px;
    padding: 0 15px;
    background-color: #bbb400 !important;
    color: white !important;
    border: 1px solid #bbb400 !important;
    font-weight: normal !important;
    font-size: 20px !important;
}
.swal2-popup .swal2-actions button.swal2-cancel.swal2-styled {
    background-color: transparent !important;
    color: #bbb400 !important;
}


span.notification-counter {
    position: absolute;
    font-size: 10px;
    background-color: whitesmoke;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 8px;
    top: -6px;
}
body .range-table-wrap tr td {
    padding-left: 7px;
    padding-right: 7px;
}



.tooltip.incident-toolt-tip {
    position: relative;
    display: inline-block;
    opacity:1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.remove-range-trig img, .notification-range-trig img {width: 100%;}
.remove-range-trig {display: inline-block;max-width: 22px;}

.notification-range-trig img {
    display: inline-block;
    max-width: 26px;
}
.add-incident a {
    display: inline-flex;
}
.add-incident a i {
    margin-right: 5px;
}


.add-incident a {
    display: inline-flex;
}
.add-incident a i {
    margin-right: 5px;
}
.add-incident {
    margin-right: 15px;
}
.profile-tabs-wrapper {
    overflow: hidden;
    border-bottom: 1px solid #dddfeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 0;
}
.profile-tabs-wrapper .nav-tabs {
    width: auto;
    border: none;
}
.add-incident .btn {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.add-incident .material-icons {
    font-size: 15px;
}
/*------------timeline----------*/

.timeline .timeline-box,
.timeline .timeline-launch{
    width:80%;
    text-align:left;
}
.timeline .timeline-text p{
    font-size: 18px;
}
.timeline-content-wrap {
    margin-bottom: 10px;
    overflow: hidden;
}
.timeline-btn-wrap .timeline-text {
    margin-bottom: 5px;
}
.timeline-btn-wrap .timeline-text:last-child {
    margin-bottom: 0;
}
.timeline .timeline-box .timeline-text a {
    width: 100%;
    font-size: 15px;
    max-width: 250px;
}
.timeline .timeline-date:after{
    width: 35px;
    height: 35px;
    top: 35px;
    border-radius: 100%;
}
.timeline .row.timeline-left .timeline-date:after{
    left: -18px;
}
.timeline .row.timeline-right .timeline-date:after {
    right: -18px;
}
.timeline .timeline-left .timeline-box {
    margin-right: 25px;
}
.timeline .timeline-right .timeline-box {
    margin-left: 25px;
}
.timeline .row.timeline-left .timeline-date {
    margin-left: 13px;
}
.timeline .row.timeline-right .timeline-date{
    margin-right:13px;
}
.timeline .timeline-date.green-circle:after{
    background-color: #1cc88a;
    background: linear-gradient(#1cc88a, #169b6b);
}
.timeline .timeline-date.orange-circle:after {
    background-color: #bbb400;
    background: linear-gradient(#bbb400, #dc6502);
}

.timeline .timeline-box-content {
    display: inline-flex;
    align-items: center;
}
.right-timeine-img {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 15px;
    max-width:120px;
}
.right-timeine-img img {
    max-width: 150px;
}
.timeline-left-whole {
    width: 100%;
    padding-right: 10px;
}

/*-----------------------------------*/
.surveyformBtn, .surveyEditformBtn {
    background-color: transparent;
    color: #6e707e;
    border: 1px solid #dddddd;
}

.surveyformBtn.dropdown-toggle:after, .surveyEditformBtn.dropdown-toggle:after {
    right: 10px;
    position: absolute;
    top: 17px;
}
.surveyform-wrapper .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*======================*/
/*Modification start by USAMA*/
/*======================*/
.login-page-wrap .login-header-wrap.modify{
    font-size: 31px ;
    line-height: 38px;
    color: #0071bc ;
    font-weight: 700 ;
}
.login-logo-wrapper{
    margin-bottom:10px;
}
.login-tl{
    font-size: 14px;
    color: #757575;
}
/*login input fields*/
.border-r30{
    border-radius:30px;
}
.pl-15{
    padding-left: 15px;
}
.input-group-login{
    position: relative;
}
.input-group-login .input{
    padding: 13px;
    border-radius: 2px;
    color: #616161;
    border: 1px solid #e6eaf5;
    width: 100%;
    height: auto !important;
    padding-bottom: 5px;
    padding-top: 16px;
}
.input-group-login .placeholder{
    position: absolute;
    left: 13px;
    color: #424242;
    transition: 0.3s;
    pointer-events: none;
    top: 2px;
    padding: 0px;
    font-size: 12px;
    font-weight: 500;
}
.login-chkbx{
    width: 17px;
    height: 17px;
}
.login-chkbx-label{
    color: #757575;
    font-weight: 400;
    font-size: 10px;
    line-height: 23px;
    text-decoration: underline;
}
.login-light-text{
    font-size: 10px;
    letter-spacing: 1px;
    color: #616161;
    text-align: center;
}
.image-section-wrap.sa-db-us{
    width: 200px;
    height: 200px;
}
.info-side-way > h1{
    font-weight: 700;
    font-size: 52px;
    margin: 0px;
}
.info-side-way > h3{
    font-size: 31px;
    margin: 0px;
}
p.db-home-btn{
    color: #0071bc;
    font-weight: bold;
    font-size: 25px;
}
.db-home-btn a{
    color: #1c70d8;
}
.right-p-120px{
    padding-left:120px;
}
.navbar.topbar .text-gray-600.text-web-font{
    color: #f7d647 !important;
}
.bg-nav-white.navbar.topbar{
    background: white !important;
}
.db-class.image-section-wrap .fileToUpload{
    /*right: 38px !important;*/
}
.bell-color-grey i{
    color: #bcbccb;
}
.bell-color-grey .notification-counter{
    background-color: #bbb400;
}
.q-bg{
    background: #fb7c13;
    padding: 17px 20px;
    color: white;
    border-radius: 15px;
}
.q-bg h4{
    font-weight: 700;
    margin:0px;
}
.q-bg h4{
    color: white !important;
    /*margin:0px;*/
}
.yes.ye_no_checked{
    background-color: #7cd800 !important;
    border-radius: 15px;
    color: white !important;
    border: 1px solid #7cd800 !important;
}
.no.ye_no_checked{
    background-color: #d01035 !important;
    border-radius: 15px;
    color: white !important;
    border: 1px solid #d01035 !important;
}
.heading-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    font-weight: 700;
}
.yn-styling .col-md-5:first-child{
    color: #7cd800 ;
    border-radius: 15px;
    background-color: white ;
    border: 1px solid #7cd800 ;
}
.yn-styling .col-md-5:nth-child(2){
    color: #d01035 ;
    border-radius: 15px;
    background-color: white ;
    border: 1px solid #d01035 ;
}
.of-nw-class{
    line-height: 1.4;
}
.color-white{
    color: white !important;
}
.no-bg{
    background: none !important;
}
.slider-change-class{

}
.slider-change-class > div{
    height: 40px;
}
.slider-change-class > div .slider{
    border-radius: 15px;
    height: 40px;
    background: #f7d749;
}
.ticks.no-line-wrapper{
    height: 100%;
    align-items: center;
}
.ticks.no-line-wrapper .tick{
    color: #fb7c13;
}
.student-db-head h1{
    font-size: 31px;
    color: #f9f8f7;
}
.student-db-head h2{
    font-size: 56px;
    color: #f9f8f7;
    font-weight: bold;
}
.st-head{
    background-color: #bbb400 !important;
    border: 1px solid #f7d749;
    border-radius: 30px !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}
.student-db-head{
    color: white;
}
.img-set-class{
    min-height: 250px !important;
    max-height: 250px !important;
    min-width: 250px;
}
/*media quriery dashboard img*/
@media only screen and (min-width: 992px) and (max-width: 1200px)  {
    .img-set-class{
        min-height: 200px !important;
        max-height: 250px !important;
        min-width: 200px;
    }
}
/*body.sidebarss-toggled div div.w-100 .card-body.padding-trgt-cls{*/
/*    padding-left: 140px;*/
/*}*/

.sidebarss-toggled .ah-main-layout {
    width: calc(100% - 104px) !important;
}
body .ah-main-layout {
    width: calc(100% - 224px) !important;
}
body.sidebarss-toggled ul  a.sidebarss-brand div img, body.sidebarss-toggled #wrapper div div nav button{
    display: none;
}
body ul button.hide-show{
    display: none;
}
body #wrapper div div nav img.nav-logo{
    display:none;
}
body.sidebarss-toggled ul button, body.sidebarss-toggled #wrapper div div nav img.nav-logo{
    display: block !important;
    /*padding-top:25px;*/
}
body.sidebarss-toggled ul button{
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 13px;

}
.switch-logo{
    text-align: center;
    border-right: 1px solid #bbb400;
}
.switch-logo button i, .hide-show i{
    color: #fdc802;
    font-size: 28px;
    padding: 4px 9px;
}
.slider-option-test{
    font-size: 30px;
    color: #fb7c13;
    font-weight: bold;
}
.slider-head-text{
    font-size: 26px;
/*/ line-height: 48px; /*/
margin: 0px;
    color: #bbb400;
    font-weight: bold;
}
li.active.nav-item{
    /*background: white !important;*/

}
li.active.nav-item a.nav-link span{
    color: #fff;
}
li.nav-item a.nav-link span{
    color: #fff;
}

div#addTrigger li.nav-item a.nav-link span, div#addSectionTrigger li.nav-item a.nav-link span{
    color: #fd7e14;
}
div#addTrigger li.active.nav-item a.nav-link span, div#addSectionTrigger li.active.nav-item a.nav-link span{
    color: #6e707e;
}
.icon-fs-24 i{
    top: 0px;
    left: -2px;
    font-size: 24px;
    position: relative;
}
.fs-li-trgt-class li a span{
    font-size: 14px;
    padding-top: 5px;
}
.sidebarss-brand-icon{
    /*padding: 16px 20px;*/
}
.accordion.toggled a div, .accordion.toggled a{
    display:none;
}
.accordion.toggled a{
    padding-left: 0px;
}
.sidebarss.toggled .nav-item .nav-link span + .ul-text,  .sidebarss.toggled .menu-item a .ul-text{

    display: none !important;
}
.sidebarss.toggled .nav-item .nav-link span{
    display: none !important;
}
.b-rad-5{
    border-radius: 5px;
}
.sidebarss-dark .nav-item .nav-link {
    color: #fac804 !important;
}
.pt-37{
    padding-top: 37px !important;
}
.sidebarss-dark .nav-item .nav-link:hover {
    color: #fac804 !important;
}
@media (max-width:992px){
    .slider-head-text{
        font-size: 12px;
    }
    .slider-head-text img{
        width:15px !important;
    }
}
.shadow-class{
    box-shadow: 0px 0px 20px 0px darkgrey;
}
ul.pagination{
    max-width: 100% !important;
    overflow: auto !important;
}
.sidebarss-dark .nav-item .nav-link, .menu-item a:hover, .menu-item a:hover, .sidebarss-dark .nav-item .nav-link:hover, .menu-item span.arrow-icon:after{
    color: #fff !important;
}
.admin-content-wrap.admin-left-dt.border-r30 .row > div section label{
    display: none;
}
.ul-text, .menu-item span.arrow-icon:after{

    color: #fff !important;
}
li.nav-item.active a.nav-link{
    border-left: 6px solid #f7d749;
    padding-left: 10px;
}
.sidebarss-divider.hr-cls{
    border-top: 15px solid #f77b1300 !important;
}
body.sidebarss-toggled #wrapper ul > hr.hr-cls{
    display:none;
}
.redesign-cls{
    background: white !important;
    border-right: 1px solid #bbb400;
}
.redesign-cls > .switch-logo{
    border: none;
}
.sidebarss .nav-item.active .nav-link{
    font-weight: normal;
}
body.sidebarss-toggled #wrapper ul .p-cls a{
    padding-left: 17px;
}
.filter-icon-class-view{
    background: #bbb400 !important;
    padding: 1px 7px 0px;
    font-size: 18px;
    border-radius: 3px;
    color: white;
}
.filter-icon-class-view{
    background: #fc7d13;
    padding: 1px 7px 0px;
    font-size: 18px;
    border-radius: 3px;
    color: white;
}

.ticks.no-line-wrapper .tick{
    font-size: 19px !important;
}
.slider[type="range"]{
    overflow: hidden !important;
}
.ticks.no-line-wrapper{
    padding: 20px 10px 20px 5px!important;
}
.slider-head-text img{
    width: 30px;
    vertical-align: sub;
}
input[type=range]::-webkit-slider-thumb{
    background: #00000038 !important;
}
.sidebarss.toggled .nav-item a.nav-link.pdng-cls-stu {
    padding-left: 6px !important;
}
@media (min-width: 768px){
    .sidebarss.toggled .nav-item .nav-link {
        text-align: center;
        width: 75px !important;
        padding: 10px 11px;
    }
}
    button#sidebarToggleTop ul{    width: 75px;
        padding: 15px 20px;}
    @media (min-width: 768px){
        .sidebarss.toggled, ul#accordionSidebar.toggled {
            width: 75px !important;
        }
    }
.sidebarss.toggled .nav-item a.nav-link{
    padding-left: 10px !important;
}
.sidebarss.toggled .nav-item .nav-link.pdng-cls{
    padding-left: 15px !important;
}
.sidebarss .nav-item .nav-link.pdng-cls{
    padding-left: 17px !important;
}
.sidebarss .nav-item.active .nav-link.pdng-cls{
    padding-left: 10px !important;
}
.dropdown-height-class .dropdown-menu {
    max-height: 200px !important;
}
.dropdown-height-class .dropdown-menu ul{
    max-height: 150px !important;
}
label.input-group-addon.calender-label{
    padding: 10px 10px;
}
.sidebarss.toggled .nav-item a.nav-link.pdng-class-tea{
    padding-left: 11px !important;
}
ul.sidebarss a.tea-bar{
    padding-left: 4px !important;
}
.table-title a.btn {
    display: flex;
    flex-flow: row-reverse;
}
.table-title a.btn i{
    margin-right: 0px;
    margin-left: 5px;
}
.sidebarss.toggled .nav-item a.nav-link.admin-pdg-cls{
    padding-left: 11px !important;
}
.sidebarss.toggled li.nav-item.active a img {
    margin-left: -5px !important;
}
.form-control[placeholder="Theme Background"]:focus{
    /*display:none;*/
    box-shadow: none;
}
/*Site-Color like XD*/
.text-primary {
    color: #bbb400 !important;
}
.color-xd, .table-title, .b-rad-5{
    background: #343a40 !important;
}
.font-color-xd, .ul-li-a-color, table.table td a.delete, .arrow_amber{
    color:#bbb400 !important;
}
.page-item.active .page-link{
    background-color: #bbb400;
    border-color: #bbb400;
}
.btn-primary {
    color: #fff;
    background-color: #bbb400;
    border-color: #bbb400;
}
.bootstrap-select .dropdown-menu li a:hover, .ye_no_checked, .q-bg{
    color: #fff;
    background-color: #bbb400 !important;
}
.yes_no_btn{
    border-color: #bbb400;
    color: #bbb400;
}
.color-blue{
    color: #1c70d8;
}
.us-slider-padding-cls{
    padding-left: 10px;
    padding-right: 10px;
}
.rangeContainer input{
    padding-right: 10px;
    padding-left: 5px;
}
/*.input.login:focus + .placeholder.login, .input.login:not(:placeholder-shown) +.placeholder.login{*/
/*    top: -10px;*/
/*/    !background-color: #fff;*!*!*/
/*    padding: 0px;*/
/*    font-size: 12px;*/
/*}*/
/*======================*/
/*Modification End by USAMA*/
/*======================*/

.eye-ico-wrapper i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.eye-ico-wrapper input {
    padding-right: 35px !important;
}



