/* CSS Document */
@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/date-picker.css);
@import url(../css/plugins/select2.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/themify.css);
@import url(../css/plugins/morris.css);
@import url(../css/plugins/font-awesome.css);
@import url(../css/plugins/flaticon.css);
@import url(../css/plugins/summernote.min.css);



ol.breadcrumb {
    margin: 0px;
    background: no-repeat;
}

a.collapse {
    margin-left: 0px !important;
}


/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #eaeff5;
    width: 28px;
    height: 28px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #ffffff;
    cursor: pointer;
    background-color: #03b97c;
    border-color: #03b97c;
}

.pagination li:first-child a {
    background: #03b97c;
    border: 1px solid #03b97c;
    border-radius: 50% !important;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius: 50% !important;
    color: #fff
}

.pagination>li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #03b97c;
    border-color: #03b97c;
}

.pagination.smalls>li>a,
.pagination.smalls>li>a,
.pagination.smalls>li>span {
    width: 28px;
    height: 28px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
}

.dash_list .trip {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 7px;

}

.theme-bg-light1 {
    background: rgb(197 244 204 / 51%) !important
}

.theme-bg-light2 {
    color: #046e29 !important;
    background: rgba(244, 202, 197, 0.51) !important
}

.theme-text {
    color: #08ab4c;
    background: #12d8fa9a;

}

.theme-bg {
    background: #03b97c !important;
}

.theme-light {
    background: rgba(3, 185, 124, 0.1) !important;
}

.theme-cl {
    color: #05acff !important;
}

.theme-bg-light {
    background: rgba(190, 242, 85, 0.226) !important;
}


.add_new_btn {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(190, 242, 85, 0.226) !important;
    border-radius: 4px;
    color: #3e69e8 !important;
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {

    background: rgb(236, 239, 252);
}

.pointercourser {
    cursor: pointer;
}



.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #e6e8ef;
    border-radius: 6px;
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: hsl(213deg 21% 80% / 11%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgb(213 219 224 / 20%);
}

.note-toolbar {
    position: relative;
    background: #f7f8f9;
}

.note-btn.btn.btn-default {
    /* color: #373e52;
    padding: 5px 15px;
    background: #ffffff;
    border: 1px solid #e9edf1; */

    color: #373e52;
    padding: 5px 15px;
    background: #ffffff3d;
    border: 1px solid #a1a3ea4d;
}

.note-btn.dropdown-toggle::after {
    display: none;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    height: 120px;
}

.note-mybutton>button {
    background-color: rgba(5, 234, 5, 0.176);
}

.add_new_btn2 {
    padding: 0px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3e69e8 !important;

}

#accordionSidebar img {
    height: 48px;
}

#accordionSidebar.toggled img {
    width: 100%;
}

#accordionSidebar.toggled .logo {
    padding: 0 1px;
}

.validation-style {
    max-height: 80vh;
    overflow: hidden;
}

.fa-eye-slash {
    color: #216f06;
}

/* summernote */

.modal-header {
    color: #4d69bb;
    display: block !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body label>input {
    margin-right: 6px;
    margin-left: 6px;
}

/* loader  */

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: no-repeat rgb(0, 0, 0);
    opacity: .8;
    display: flex;
}


.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* loader end  */


.required>label:after {
    content: " *";
    color: red;
}

.mini-sidebar-logo {
    display: none
}

.sidebar-logo {
    display: block
}
.toggled > .mini-sidebar-logo {
    display: none
}
.toggled > .sidebar-logo {
    display: block
}