html, body {
    height: 100%;
}

button:focus {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 4px grey;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #666;
    box-shadow: 0 0 2px grey;
}

/* colors start*/

.y-header .navbar-logo {
    background: #ffff33 !important;
}

.bg-dark-grey {
    background: #666;
}

.bg-gradient {
    background: #45484d !important;
    /* Old browsers */
    background: -moz-linear-gradient(-29deg, #45484d 0%, #000000 52%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-29deg, #45484d 0%, #000000 52%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-29deg, #45484d 0%, #000000 52%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-yellow {
    background: #ffff00 !important;
    color: #000;
}

.text-yellow {
    color: #ffff00;
}

.login-grey-bg {
    background: #ccc !important;
}

a {
    color: #666;
}

a:focus, a:hover {
    color: #000;
}

/* colors end*/

.notification-view.dropdown-menu li {
    color: #000 !important;
}

.y-header .navbar-logo a {
    color: #000 !important;
    max-width: 150px;
}

.y-header .pcoded-inner-navbar {
    background-color: #000 !important;
}

.y-header .pcoded-navbar .pcoded-item>li.active>a {
    /* .y-header .pcoded-navbar .pcoded-item > li.pcoded-trigger > a{ */
    background: #666 !important;
    color: #fff !important;
    border-left-color: #fff !important;
}

.y-header .pcoded-navbar .pcoded-item>li.pcoded-trigger>a {
    color: #fff !important;
    background: transparent !important;
    border-left-color: transparent !important;
}

.y-header .pcoded-navbar .pcoded-item>li.active>a .pcoded-micon {
    /* .y-header .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-micon{ */
    color: #fff !important;
}

.y-header .pcoded-navbar .pcoded-item>li>a {
    color: #ccc !important;
}

.y-header .pcoded-navbar .pcoded-item>li>a:hover {
    color: #fff !important;
}

.y-header .pcoded-navbar .pcoded-item>li>a:hover .pcoded-micon {
    color: #fff !important;
}

.y-header .pcoded-navbar .pcoded-item>li>a .pcoded-micon {
    color: #ccc !important;
}

.y-header .pcoded-header {
    background: #000 !important;
}

.y-header .pcoded-header li {
    color: #fff;
}

.pcoded-main-container {
    background: #e8e8e8;
}

.login-wrapper-cst .login-block {
    margin: 0 auto;
    height: 100vh;
}

.login-wrapper-cst .login-block .auth-box {
    margin-top: 0;
}

img.login-logo {
    max-width: 220px;
}

.login-logo-wrapper {
    margin: -20px -20px 0 -20px;
    border-radius: 5px 5px 0 0;
}

.form-control {
    color: #000 !important;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

.error-text {
    font-size: 12px;
}

.btn-primary {
    background-color: #9933ff !important;
    border-color: #9933ff !important;
    color: #fff !important;
}

.btn-primary:hover, .sweet-alert button.confirm:hover, .wizard>.actions a:hover, .btn-primary:not([disabled]):not(.disabled):active:focus {
    background-color: #6633cc !important;
    border-color: #6633cc !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-border {
    background-color: #fff !important;
    border-color: #9933ff !important;
    color: #9933ff !important;
}

.btn-border:hover, .sweet-alert button.confirm:hover, .wizard>.actions a:hover, .btn-border:not([disabled]):not(.disabled):active:focus {
    background-color: #6633cc !important;
    border-color: #6633cc !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* .btn-primary:focus, .sweet-alert button.confirm:focus, .wizard>.actions a:focus */

.pwd-wrapper {
    position: relative;
}

.pwd-wrapper input {
    padding-right: 30px;
}

.pwd-wrapper a {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 20px;
}

a.btn {
    color: #fff !important;
}

.my-ac-img {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.my-ac-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 5px solid #000;
}

.browse-btn {
    position: absolute;
    right: 2px;
    top: 0;
}

.browse-btn span {
    width: 38px;
    height: 38px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: #9933ff;
    padding: 1px 0 0 0;
    text-align: center;
    color: #fff;
}

.browse-btn input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.notify-list {
    /* overflow-y: auto;
    height: calc(100vh - 210px); */
}
.notify-page{
    padding-left: 15px;
    list-style-type: decimal;
}
.notify-page li{
    /* padding-left: 15px; */
}
.notify-page a{
    /* display: block; */
    vertical-align: top;
}
.notify-page li.read .name,
.notify-page li.read .count{
    color:#000;
}
.notify-list .name {
    margin-left: 0;
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-right: 10px;
    color: #666;
}
.pagination-cst{
    display: flex; 
}
.notify-list .count {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.notify-list li {
    padding: 10px 0;
    box-shadow: none;
    border-bottom: 1px solid #D4D4D4;
    border-radius: 0;
    margin: 0 !important;
}

.card-red {
    background-color: #ff5370;
}

.card-blue {
    background-color: #4099ff;
}

.card-green {
    background-color: #33cc33;
}

.card-yellow {
    background-color: #ffb64d;
}

.stat-card {
    color: #fff;
    height: 90px;
    justify-content: center;
    margin-bottom: 15px;
}

.card-header h5 {
    text-transform: capitalize;
}

.daterange-wrapper .date-cst {
    position: relative;
}

.daterange-wrapper .date-cst .form-control {
    padding-right: 35px !important;
    width: 215px;
}

.daterange-wrapper .date-cst:after {
    content: "\f073";
    font-size: 16px;
    right: 1px;
    top: 1px;
    /* transform: translateY(-50%); */
    position: absolute;
    font-family: "FontAwesome";
    height: 33px;
    width: 27px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background: #000;
    cursor: pointer;
}

.daterangepicker .ranges .range_inputs>div {
    display: none;
}

.daterangepicker .ranges {
    float: none !important;
}

.daterange-wrapper {
    margin-top: -3px;
}

select.form-control {
    border: 1px solid #ccc !important;
}

select.form-control:focus{
    border: 1px solid #000 !important;
}

select.form-control {
    height: 35px !important;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.table th {
    background-color: #ccc !important;
}

table.table-bordered.dataTable th {
    word-break: keep-all;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 14px;
    vertical-align: middle;
}

table.table-bordered.dataTable td {
    word-break: break-word;
    white-space: initial;
    font-size: 14px;
    vertical-align: middle;
}

.action-btn .fa-eye, .action-btn .fa-pencil, .action-btn .fa-trash, .action-btn .fa-user, .action-btn .fa-minus {
    padding: 5px;
    background: #9933ff;
    color: #fff;
    border-radius: 3px;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 13px;
}

.page-item.active .page-link {
    background-color: #9933ff;
    border-color: #9933ff;
    color:#fff;
}
.page-item.active .page-link:hover {
    background-color: #9933ff;
    border-color: #9933ff;
    color:#fff;
}

.page-link:focus, .page-link:hover {
    color: #000;
    background: #ccc;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 35px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 35px;
}

.card-header .btn {
    margin-top: -4px;
    padding: 5px 15px;
}

.card-header .back-arw {
    font-size: 20px;
    color: #000000;
    padding-right: 0px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.card-header .back-arw:hover {
    color: #9933ff;
}

.card .card-header .card-header-right {
    right: 20px
}

.my-ac-img.ride-img img {
    width: 100px;
    height: 100px;
}

.user-none {
    user-select: none;
    pointer-events: none;
}

.tab-cst .nav-tabs {
    flex-wrap: nowrap;
    border-bottom: 1px solid #000;
}

.tab-cst .nav-item {
    align-items: center;
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 2px;
}

.tab-cst .nav-item:first-child {
    margin-left: 0;
}

.tab-cst .nav-item:last-child {
    margin-right: 0;
}

.tab-cst .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #666;
    width: 100%;
    border-radius: 5px 5px 0 0;
    /* text-align: center; */
    justify-content: center;
    /* margin: 0px 5px; */
    font-size: 15px;
    font-weight: 600;
    background: #666;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #9933ff;
    color: #ffffff;
    background-color: #9933ff;
}

.tab-cst .nav-tabs .nav-item.show .nav-link, .tab-cst .nav-tabs .nav-link.active {
    border-color: #fff;
    color: #ffffff;
    background-color: #9933ff;
    /* font-size: 14px; */
    border: 1px solid #9933ff;
}

strong {
    font-weight: 600;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

h6 {
    font-size: 14px;
}

.stars-wrapper a {
    font-size: 16px;
    color: #9933ff;
}
.stars-wrapper a.no-star {
    color: #666 !important;
}

.map-cst {
    border: 1px solid #ccc;
    padding: 5px;
}

a.btn.btn-border {
    color: #93f !important;
}

a.btn.btn-border:hover, a.btn.btn-border:focus {
    color: #fff !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: initial;
    top: 48%;
    transform: translateY(-50%);
    opacity: 0.7;
    color: #000;
    font-weight: 800;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
    color: #fff;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 6px 15px;
}

.input-group.file {
    margin-bottom: 0;
}

.box.doc {
    padding: 2px;
    background: #000;
    margin-bottom: 0px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: relative;
    height: 160px;
    overflow: hidden;
}

.box.doc img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 100%;
}

.box.doc:hover i {
    opacity: 1;
}

.box.doc i {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #93f;
}

.box.doc .myImg:hover {
    opacity: 0.7;
    cursor: pointer;
}

.docModal .modal-body img {
    height: 100%;
    width: 100%;
}

.docModal .modal-header {
    border-bottom: 0;
    padding: 0;
}

.docModal .modal-content {
    background: transparent;
    border: 0;
}

.docModal .close {
    opacity: 1;
    color: #fff;
}

/* custom checkbox */

.switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 48px;
    margin-bottom: 0;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 0px;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    transition: .4s;
    width: 22px;
    box-shadow: 0px 0px 7px #bbbbbb;
}

/* .switch.green input:checked+.slider {
    background-color: #1dbacd;
} */

input:checked+.slider {
    background-color: #9933ff;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.checkbox-block {
    padding-left: 30px;
    position: relative;
    user-select: none;
    margin-bottom: 0;
}

.checkbox-block input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-block input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-block .custom-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border: 1px solid #ccc;
    margin-left: 0;
}

.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-block .custom-checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-block input:checked~.custom-checkmark {
    background-color: #9933ff !important;
    border-color: #9933ff !important;
}

.checkbox-block input:checked~.custom-checkmark:after {
    display: block;
}

.read-table .checkbox-block {
    margin-bottom: 0;
    height: 20px;
}

.read-table td {
    border: 0;
}

.read-table td, .read-table th {
    padding: 10px;
}

.notify-list.activity-log {
    height: 100%;
    overflow-y: initial;
}

.search-select .select2-selection__choice {
    background-color: #93f !important;
    border: 1px solid #93f !important;
    padding: 5px 15px;
    color: #fff;
    width: 100% !important;
    word-break: break-word;
    white-space: initial;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #93f;
}

.select2-container--default:focus {
    border-color: #000 !important;
}

.search-select .select2-selection__choice span {
    position: absolute;
    right: 20px;
}

.search-select .select2-container {
    width: 100% !important;
}

.search-select .select2-container .select2-search--inline {
    float: left;
    position: absolute;
    left: 5px;
    top: 0;
    width: 92%;
}

#report-table td {
    min-width: 220px;
}

table .action-btn .btn-primary {
    margin-bottom: 10px;
}

.pcoded-navbar {
    width: 250px !important;
    /* height: 100% !important; */
}

.form-group label {
    font-weight: 600;
}

.action-sorting {
    user-select: none;
    pointer-events: none;
}

.action-sorting:after, .action-sorting:before {
    display: none !important;
}

.btn{
    padding: 7px 19px;
    font-size: 14px;
}
.table.dataTable th{
    min-width: 80px;
}

.single-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: initial;
    color: initial;
    line-height: initial;
    padding: .375rem .75rem;
    height: 35px;
    border-color: #ccc !important;
    font-size: 14px;
    
}
.single-select .select2-container--default .select2-selection--single .select2-selection__arrow b {   
    border-color: #000 transparent transparent transparent;
}
.single-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 44%;
    /* right: 18px; */
    transform: translateY(-50%);
}
.single-select .select2-container--default .select2-selection--single{
    border-color: #ccc !important;
    border-radius: 2px;
}
.single-select .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: -6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc !important;
}

/* Summernote text editor  */
.editor-custom .note-editor {
    height: auto !important;
}
.editor-custom .note-editor.fullscreen {
    z-index: 2050;
}
.editor-custom .note-editor.note-frame.fullscreen {
    z-index: 2020;
}
.editor-custom .note-editor.note-frame .note-editing-area .note-editable {
    color: #676a6c;
    padding: 15px;
}

.editor-custom .note-editor.panel {
    margin-bottom: 0;
}
.editor-custom .card .card-header{
    padding: 0 0 5px 5px;
    margin: 0;
    z-index: 500;
    background-color: #ccc;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.editor-custom .card .card-header .btn{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    margin-top: 0;
    padding: 5px 10px;
    line-height: initial;
}
.editor-custom .card-header.note-toolbar .note-color .dropdown-toggle{
    width: 20px;
    padding-left: 5px;
}
.editor-custom .card-header.note-toolbar .note-color .btn:focus,
.editor-custom .card-header.note-toolbar .note-color .dropdown-toggle:focus,
.editor-custom .card-header .show>.btn-light.dropdown-toggle:focus{
    box-shadow: none !important;
}
.editor-custom .btn-light.focus, .btn-light:focus {
    box-shadow: none !important;
}
.editor-custom .card .card-header .btn i {
    margin-right: 0px;
}
.editor-custom .dropdown-item{
    width: auto;
    padding: 5px 10px !important;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    line-height: 0px !important;
}
.editor-custom .card .card-header span {
    display: inline-block !important;
    font-size: inherit !important;
    margin-top: inherit !important;
}

/* faq style start*/

.fq-title {
    color: #221815;
    font-size: 22px;
    font-weight: bold;
}

.faq-wrapper .card {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
}

.faq-wrapper .card-header {
    background: #ccc;
    border: 0;
    padding: 15px 15px;

}

.faq-wrapper .card-body {
    padding: 10px;
}

.faq-wrapper .btn-link:hover, .faq-wrapper .btn-link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.faq-wrapper .btn-link {
    white-space: inherit;
    background: transparent;
    color: #000;
    width: 100%;
    text-align: LEFT;
    padding: 0;
    position: relative;
    font-weight: bold;
    padding-right: 30px;
}

.faq-wrapper .accordion .card-header .btn-link:after {
    font-family: 'FontAwesome';
    content: "\f106";
    /* float: right; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    height: 100%;
    color: #666666;
    font-weight: 100;
    line-height: initial;
}

.faq-wrapper .accordion .btn-link.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #666666;
    /* float: right; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    height: 100%;
    font-weight: 100;
    line-height: initial;
}

.faq-wrapper .card-header .btn.collapsed + .header-edit-link{
    display: none !important;
}
.faq-wrapper .card-header .btn + .header-edit-link{
    display: block !important;
    text-align: right;
    line-height: 10px;
}
.video-wrapper{
    height: 200px;
    max-width: 347px;
}
.table td{
    white-space: initial;
    word-break: break-word;
}
.table td.action-btn{
    white-space: nowrap;
}
.input-group.file + span{
    font-size: 12px;
    color: #666;
}

label.validateError {
    color: red;
}
.required-field::before {
    content: "*";
    color: red;
}
.actions-center {
    text-align: center;
}  
#loader{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99999;
    background: #0000003d;
}
#loader-svg {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    height: 250px;
    width: 250px;
    z-index: 99999;
}
#loader-svg img {
    height: 100%;
    width: 100%;
}
