/*Color variables*/
/*white variables*/
/*black variables*/
/**
* Pinlist Version:V.1
* Author: sprukosoft
* Author URL: https://themeforest.net/user/sprukosoft
* Copyright 2018 Spruko Technologies Private Limited
* Licensed under ThemeForest License
**/
.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background: linear-gradient(120deg, #0f75ff 60%, #9d37f6 100%);
    width: 100%;
    z-index: 100;
    box-shadow: rgba(181, 201, 227, 0.12) 0px 0px 0px 1px, rgba(181, 201, 227, 0.24) 0px 1px 0px 0px;
    background: white;
}

.nav-search {
    padding-right: 15px !important;
    padding-top: 5px !important;
}

.nav-search .form-control.header-search {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    color: #24273c;
    padding-left: 20px;
    padding-right: 0;
    margin-right: -6px;
    width: 200px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

/* header search start  */
.form-inline .form-control {
    background: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 3px;
    color: #24273c;
    padding-left: 20px;
    padding-right: 0;
    margin-right: -6px;
    width: 200px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.form-inline .form-control:focus,
.form-inline .form-control:hover {
    border: 1px solid #dee2e6 !important;
}

.form-inline .btn {
    border-radius: 0;
    border-color: transparent;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.form-inline .form-control::-webkit-input-placeholder {
    color: #a7b4c9;
}

.nav-search {
    padding-right: 15px !important;
    padding-top: 5px !important;
}

.navbar-nav .input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #a7b4c9;
}

.navbar .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid #9d37f6;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

@media (min-width: 1024px) {
    .form-inline .form-control {
        width: 180px;
    }
}

@media (max-width: 1024px) {

    body.search-show:before,
    body.sidebar-show:before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        z-index: 891;
    }

    body.search-show {
        overflow: hidden;
    }

    body.search-show .header {
        z-index: 892;
    }

    body.sidebar-show {
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    body.search-show .form-inline .nav-search {
        display: block;
        display: block;
    }

    .search-show .nav-search {
        padding: 15px !important;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
    }

    .form-inline .nav-search {
        position: absolute;
        right: 24px;
        z-index: 892;
        display: none;
    }

    .form-inline .nav-search .btn {
        margin-top: 0px !important;
        border-radius: 0 3px 3px 0;
    }

    .form-inline .nav-search .form-control {
        float: left;
        width: calc(100% - 41px);
        display: block;
    }
}

@media (max-width: 414px) {
    .nav-link.navsearch-icon {
        font-size: 20px;
        margin-top: 12px;
        padding-left: 10px;
    }
}

@media (min-width: 414px) and (max-width: 1366px) {
    .nav-link.navsearch-icon {
        font-size: 20px;
        margin-top: 12px;
        padding-left: 10px;
        color: #374254;
    }
}

.header-search {
    padding: 0;
}

.nav-link.icon i {
    color: #504e70;
}

.app-content .page-header {
    margin: 0 -30px;
    padding: 0.75rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(167, 180, 201, 0.3);
    background: none;
    min-height: 0;
}

.app-content .page-header .page-title {
    line-height: 0;
}

@media (max-width: 480px) {
    .app-content .page-header {
        margin: 0 -30px;
        padding: 0.75rem 2rem !important;
        margin-bottom: 2rem;
    }

    .app-content .page-header .page-title {
        margin-bottom: 5px !important;
        line-height: 0.90rem !important;
    }
}

.error-img {
    background: #f6f7fb;
}

.error-img .text-dark {
    color: #605e7e !important;
}

.error-img:before {
    background: #f6f7fb;
}

.highlight pre {
    background-color: #f7f7f7 !important;
}

.user-tabs ul li {
    border-left: 2px solid rgba(167, 180, 201, 0.3);
}

.user-tabs ul li a.active {
    background: #5a54f8;
    color: #fff;
}

.user-tabs ul li:first-child {
    border-left: 0;
}

.user-tabs ul li a {
    padding: 4px 15px;
    font-size: 15px;
    margin: 2px;
    display: block;
    border-radius: 4px;
}

@media (max-width: 568px) {
    .user-tabs ul li {
        width: 100%;
        display: contents;
        text-align: center;
    }

    .user-tabs ul li a {
        width: 100%;
    }
}

.mail-option .btn {
    box-shadow: none;
}

.timelineleft>li>.timelineleft-item {
    box-shadow: none !important;
    border: 1px solid #e8ebf3;
    border-radius: 4px;
}

.btn-xs,
.btn-group-xs>.btn {
    font-size: 0.7rem;
    line-height: 17px;
    padding: 0.02rem 0.5rem;
}

#count-down-1 {
    margin: 20px 0;
}

#count-down-1 .clock-presenter {
    height: 80px;
    padding: 0px;
    text-align: center;
}

#count-down-1 .clock-presenter .digit {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 40px;
    height: 40px;
    padding: 0 7px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
    background: #Fff;
    color: #605e7e;
    border-radius: 3px;
}

#count-down-1 .clock-presenter .note {
    position: relative;
    margin-bottom: 0px;
    cursor: default;
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 992px) {
    #count-down-1 .clock-presenter .digit {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #count-down-1 .clock-presenter {
        width: 50%;
        float: left;
    }

    #count-down-1 .clock-presenter .digit {
        font-size: 36px;
    }

    #count-down-1 .hours_dash {
        border-right: none;
    }
}

.modal-body .select2-container {
    width: 100% !important;
}

.richText .richText-editor {
    height: 200px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 800px;
    }
}

@media (max-width: 575.98px) {
    .app-content .side-app {
        padding: 38px 0px 0 0px !important;
        margin-top: 23px;
    }
}

.dash3-counter .counter-icon {
    border: 0;
}

.mail-option .chk-all,
.mail-option .btn-group a.btn {
    background: none;
}

.header-brand-img {
    width: 120px;
    height: auto;
    vertical-align: middle;
    margin-top: 5px;
}

.app-sidebar-footer {
    background: linear-gradient(to right, rgba(59, 162, 255, 0.9), rgba(105, 99, 255, 0.8)) !important;
    color: #fff !important;
}

.content,
.content1 {
    height: 270px;
    max-height: 270px;
    position: relative;
}

/*# sourceMappingURL=admin-custom.css.map */