/* ---------- Custom css for Black Dashbord Pro theme ---------- */
body:not(.white-card){
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}
body.white-content{
    color: #1d253b;
    font-weight: 300;
}
body .card-white{
    color: #222a42;
}
.main-panel>.container-fluid {
  padding: 80px 30px 30px 280px;
  min-height: calc(100vh - 70px);
}
@media (min-width: 991px) {
    .sidebar-mini .main-panel>.container-fluid {
        padding-left: 130px;
    }
}
.full-page>.container-fluid{
    position: relative;
    z-index: 4;
}
.full-page>.container-fluid {
    padding-bottom: 150px;
    padding-top: 150px;
}
@media screen and (max-width: 991px) {
    .main-panel .container-fluid {
        padding-left: 30px;
    }
}
@media screen and (max-width: 768px) {
    .main-panel .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .main-panel .container-fluid {
        padding-left: 30px !important;
    }
}

.card-white h1, .card-white p{
    color: #3a3b45;
}
.custom-control-label::before{
    background: transparent;
    border: 1px solid #818181;
}
.custom-checkbox .custom-control-label::before{
    border-radius: 3px;
}
.custom-control-label::after{
    width: 17px;
    height: 17px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    border: none;
    background-color: #6d68fa;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    margin-top: 0;
    font-family: 'nucleo';
    content: "\ea1b";
    top: 1px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    background-color: inherit;
    background-image: none;
    line-height: 2;
}
.custom-control.custom-checkbox.small{
    font-size: 100%;
    line-height: 23px;
}
.custom-control.custom-checkbox.small label{
    margin-bottom: 0px;
}
.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #818181;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    top: 4px;
    margin-left: 0;
}
.form-check-input:checked {
    border: none;
    background-color: #6d68fa;
}
.form-check-input:checked::after {
    margin-top: 0;
    font-family: 'nucleo';
    content: "\ea1b";
    top: 0px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    background-color: inherit;
    background-image: none;
    position: absolute;
    left: 3px;
}

.form-check input[type="checkbox"]{
    opacity: 1;
    position: absolute;
    visibility: visible;
}
.form-check input[type="checkbox"]:checked {
    border: none;
    background-color: #6d68fa;
}
.form-check input[type="checkbox"]:checked::after {
    margin-top: 0;
    font-family: 'nucleo';
    content: "\ea1b";
    top: 0px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    background-color: inherit;
    background-image: none;
    position: absolute;
    left: 2px;
}
.form-check input[type="checkbox"]:disabled + label {
    color: #9A9A9A;
    opacity: .7;
}
.form-check input[type="checkbox"] + label {
    padding-left: 25px;
    padding-top: 9px;
}
.form-check input[type="checkbox"]:disabled {
    color: #9A9A9A;
    opacity: .5;
    cursor: not-allowed;
}

input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #818181;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    top: 4px;
}
input[type=radio]:checked {
    border-color: #6d68fa;
}
input[type=radio]:checked::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #6d68fa;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.sidebar .sidebar-wrapper>.nav .collapse-header{
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #8783f5;
}
.sidebar .sidebar-wrapper .nav [data-toggle="collapse"]~div>ul li .collapse-header .sidebar-mini-icon{
    text-transform: uppercase;
    width: 34px;
    margin-right: 10px;
    margin-left: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    position: relative;
    float: left;
    z-index: 1;
    display: inherit;
    line-height: 24px;
    opacity: 0;
}
.sidebar .sidebar-divider{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: calc(100% - 30px);
}
.sidebar .nav li>a, .off-canvas-sidebar .nav li>a{
    font-size: 11px;
}
.sidebar .nav p, .off-canvas-sidebar .nav p{
    font-weight: 400;
}
.sidebar .sidebar-wrapper>.nav [data-toggle="collapse"]~div>ul>li>a .sidebar-normal{
    font-weight: 400;
}
.sidebar .nav li>a, .off-canvas-sidebar .nav li>a{
    margin-top: 0;
}
.sidebar .nav .caret, .off-canvas-sidebar .nav .caret{
    top: 18px;
}
@media (min-width: 991px) {
    .sidebar-mini .sidebar:hover .nav [data-toggle="collapse"]~div>ul li .collapse-header .sidebar-mini-icon {
        opacity: 0;
    }
    .sidebar-mini .sidebar .nav [data-toggle="collapse"]~div>ul li .collapse-header .sidebar-mini-icon {
        opacity: 1;
    }    
}
.sidebar .sidebar-wrapper .nav [data-toggle="collapse"]~div>ul li .collapse-header .sidebar-normal{
    margin: 0;
    position: relative;
    transform: translateX(0px);
    opacity: 1;
    white-space: nowrap;
    display: block;
    line-height: 23px;
    z-index: 1;
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .sidebar-mini .sidebar .sidebar-wrapper .nav li .collapse ul li .collapse-header .sidebar-normal{
        opacity: 0;
    }
    .sidebar-mini .sidebar:hover .sidebar-wrapper .nav li .collapse ul li .collapse-header .sidebar-normal{
        opacity: 1;
    }
} 

.navbar-expand-lg .navbar-nav .dropdown-menu{
    left: -53px;
}
.scroll-to-top{
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(181, 136, 182, .5);
    line-height: 46px;
}
.footer .copyright {
    float: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}
.white-content .h1,.white-content .h2,.white-content .h3,.white-content .h4,.white-content .h5,.white-content .h6,.white-content h1,.white-content h2,.white-content h3,.white-content h4,.white-content h5,.white-content h6{
    color: #1d253b;
}
.h5, h5 {
    font-size: 1.25rem;
}
.border-left-primary {
    border-left: .25rem solid #e14eca !important;
}
.border-left-warning{
    border-left: .25rem solid #ff8d72 !important;
}
.border-left-info{
    border-left: .25rem solid #1d8cf8 !important;
}
.border-left-danger{
    border-left: .25rem solid #fd5d93 !important;
}
.border-left-success{
    border-left: .25rem solid #00f2c3 !important;
}
.card i.text-gray-300{
    color: #9a9a9a;
}
.card{
    margin-bottom: 0px;
}
.card .card-header h6{
    font-size: 16px;
    line-height: 20px;
    color: #ffffff !important;
}
.white-content .card:not(.card-white) .card-header h6 {
    color: #1d253b !important;
}
.form-horizontal .col-form-label{
    max-width: 100%;
    padding: 0 0 8px 0;
}
#search .card-body .btn{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0;
}
.select2-container--bootstrap .select2-results__option{
    color: #999999;
}
.caption h4{
    font-size: 17px !important;
}
.caption h4 a{
    font-weight: 700;
}
.caption .price{
    color: #ffffff;
    font-size: 16px;
}
.white-content .caption .price {
    color: #1d253b;
}
.caption h6{
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
}
.sidebar .theme-type{
    margin-bottom: 100px!important;
}
.sidebar .theme-mode{
    background: #963dc1;
    margin: 5px;
    border-radius: 5px;
}
.sidebar .nav li.theme-mode>a{
    margin: 10px 15px 0px 10px;
}
.bootstrap-switch .bootstrap-switch-handle-on{
    background: #1e1e27;
}
.sidebar .nav li.theme-mode .bootstrap-switch{
    margin-bottom: 0px;
}
.sidebar .nav li.theme-mode .label-switch{
    margin-right: 10px;
}
.sidebar .nav li.theme-mode i.light{
    color: #f5f6fa !important;
}
.sidebar .nav li.theme-mode i.dark{
    color: #1e1e2d !important;
}
.modal-content .modal-header .modal-title{
    font-size: 22px;
}
.modal .modal-header .close{
    color: #222a42;
}
#review-modal-body h6 {
    color: #222a42;
    font-size: 16px;
}
#reviewModal{
    background: rgb(0, 0, 0, 0.5);
}
p{
    margin-bottom: 16px;
}
a.d-none, button.d-none {
    display: inline-block !important;
}
.btn{
    padding: 9px 12px;
    margin: 0;
    font-size: 14px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 6px 8px;
    font-size: 13px;
}
.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}
.btn-icon-split .text {
    display: inline-block;
    padding: 10px 12px;
}
.btn-icon-split .icon {
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 10px 12px;
}
@media (max-width: 1024px) {
    .custom-table tbody tr td {
        padding-left: 50% !important;
    }
}
@media (max-width: 475px) {
    .table button.viewUrlPopup, .table .contactlinkicon {
        margin-top: 10px;
    }
}
.select2-container--bootstrap .select2-selection{
    border-color: #4c5d90!important;
    background-color: transparent !important;
    border-radius: 0.4285rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: normal !important;
    font-size: 0.8571em !important;
}
.white-content .select2-container--bootstrap .select2-selection{
    border-color: rgba(29, 37, 59, 0.5) !important;   
}
.select2-container--open{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.select2-container--open:before{
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: 3px;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.select2-container--bootstrap .select2-dropdown{
        margin-top: 8px !important;
}
.select2-container--open .select2-dropdown--below{
    border-radius: 6px !important;
}
.select2.select2-container:before{
    border:0 !important;
}
.select2-container--bootstrap .select2-selection{
    box-shadow: none !important;
}
.select2-container--bootstrap.select2-container--open .select2-selection{
    border-color: #6d68fa !important;
}
.select2-container--bootstrap .select2-results__option{
    color: #292b2c !important;
    font-size: 12px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    color: #292b2c !important;
    font-size: 12px !important;
    padding: 8px;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
    background-color: rgba(222, 222, 222, 0.3) !important;
}
.select2-container--bootstrap .select2-results__option{
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
}
.select2-container--bootstrap .select2-selection--single{
    height: 38px !important;
    padding: 10px 24px 10px 18px !important;
    font-size: 0.8571em!important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400;
}
.white-content .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #222a42 !important;
}
.select2-container--bootstrap .select2-dropdown{
    border-color: transparent !important;
}
#logindetail .toggle_pw_btn span{
    top: 43% !important;
}
.toggle_pw_btn #pw_toggle_icon{
    color: rgba(255, 255, 255, 0.8);
}
.white-content .toggle_pw_btn #pw_toggle_icon, .card-white .toggle_pw_btn #pw_toggle_icon{
    color: rgba(29, 37, 59, 0.5);
}
.table>thead>tr>td{
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
}
.white-content .table>thead>tr>td{
    color: rgba(34, 42, 66, 0.7) !important;
}
.white-content div.dataTables_wrapper div.dataTables_info{
    color: rgba(34, 42, 66, 0.7) !important;
}
select option {
    color: #222a42;
}
@media screen and (max-width: 767px) {
    div.dataTables_paginate ul.pagination .page-item:nth-of-type(2), div.dataTables_paginate ul.pagination .page-item:nth-of-type(8) {
        display: block !important;
    }
}
.form-group input[name=CLogo]{
    margin-top: 20px;
}
.form-group input[type=file]{
    opacity: 1;
    position: relative;
    border: 1px solid #4c5d90;
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
    line-height: normal;
    font-size: 0.8571em;
    border-radius: 0.4285rem;
    padding: 6px 18px 6px 0px;
}
.white-content input[type=file] {
    color: #222a42;
    border-color: rgba(29, 37, 59, 0.5);
}
.btn #copy_to_clipboard{
    display: inline-block;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #7989b4;
}
.card .card-body .card{
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.4) !important;
}
.white-content .card .card-body .card{
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.4);
}
span.green {
    color: #12e82d;
}
.white-content span.green {
    color: #00ab00;
}
input:checked+.slider {
    background-color: #12e82d;
}
.white-content input:checked+.slider {
    background-color: #008a00;
}
.slider:before{
    height: 16px;
    left: 0px;
}
.form-control-custom{
    border-color: #4c5d90;
    background-color: transparent;
    border-radius: 0.4285rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: normal;
    font-size: 0.8571em;
    padding: 10px 18px 10px 18px !important;
    height: auto;
}
.white-content .form-control-custom{
    color: #222a42;
    border-color: rgba(29, 37, 59, 0.5);
}
.form-control-custom:focus{
    border-color: #6d68fa;
}
.form-control-custom:focus-visible {
  outline: none;
  box-shadow: none;
}
.modal-content .modal-body .table>tbody>tr>td{
    color: rgba(34, 42, 66, 0.7) !important;
}
.modal-content .modal-body{
    color: rgba(34, 42, 66, 0.7) !important;
}
.btn-group.bootstrap-select{
    padding: 0px;
    height: auto;
}
.bootstrap-select button.dropdown-toggle{
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0px;
}
.bootstrap-select .dropdown-menu.inner li.selected a{
    background-color: rgba(222, 222, 222, 0.3);
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: calc(100% - 40px);
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"]{
    display: block;
}
.select2-container--bootstrap .select2-selection__clear:hover {
    color: #838383 !important;
}
.tooltip.show {
    opacity: 1;
    color: #344675;
}
.tooltip-inner{
    padding: 10px;
}
.text-black-50{
    color: rgba(255, 255, 255, 0.7) !important;
}
.white-content .text-black-50{
    color: rgba(34, 42, 66, 0.7) !important;
}
.input-group, .form-group {
    margin-bottom: 20px;
}
.btn.btn-link{
    color: #6d68fa;
}
.modal-content .modal-body .card{
    background: #ffffff;
}
.modal-content .modal-body .card .card-header h6 {
    color: #1d253b !important;
}
.modal-content .modal-body .card .table>thead>tr>th {
    color: rgba(34, 42, 66, 0.7);
}
.card a.card-header h6{
    color: #6d68fa !important;
}
.white-content .card:not(.card-white) a.card-header h6{
    color: #6d68fa !important;
}
.white-content .card:not(.card-white) a:hover.card-header h6{
    color: #1d253b  !important;
}
.card a:hover.card-header h6{
    color: #ffffff !important;
}
.card a.card-header{
    text-decoration: none;
}
#optbarsection{
    margin-bottom: 25px;   
}
#optqueue1, #optqueue2, #optqueue3{
    margin-left: -15px;   
}
.btn.disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.alert.alert-success a:not(.btn){
    color: #8112c2;
    font-weight: 400;
}
.alert.alert-success a:hover:not(.btn){
    color: #c912ad;
}
textarea.form-control{
    max-height: none;
    border: 1px solid #4c5d90;
    border-radius: 0.4285rem;
    resize: auto;
}
.white-content textarea.form-control{
    border: 1px solid rgba(29, 37, 59, 0.5);
}
textarea.form-control:focus, textarea.form-control:active{
    border: 1px solid #6d68fa;
}
.card form .form-group label+.form-control {
    margin-bottom: 0px;
}
.table .table {
    background-color: transparent;
}
.table .table.table-bordered td, .table .table.table-bordered th {
    border-top: 0px !important;
}
@media (max-width: 475px) {
    .btnmobile {
        margin-bottom: 10px;
    }
}
#custom_source_ref_modal .select2-container--bootstrap{
    width: 100% !important;
}
.modal-content .modal-footer button.btn-icon-split{
    padding: 0;
}
.modal-content .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #222a42 !important;
}
#writebarsection{
    margin-bottom: 25px;
}
#writingsteps1, #writingsteps2, #writingsteps3, #writingsteps4, #writingsteps5, #writingsteps6{
    margin-left: -15px;
}
.border-left-secondary{
    border-left:.25rem solid #858796!important;
}
.ck-editor h1, .ck-editor h2, .ck-editor h3, .ck-editor h4, .ck-editor h5, .ck-editor h6{
    color: #1d253b;
}
.ck-editor p, .ck-editor ol li, .ck-editor ul li, .ck-editor pre, .ck-editor span, .ck-editor div {
    color: #1d253b;
}
.bg-primary .text-white-50{
    color: rgba(255, 255, 255, .7) !important;
}
.btn span{
    display: inline-block;
}
.btn-light:not(:disabled):not(.disabled):active{
    color: #c2cfdd;
}
.form-group .form-control, .input-group .form-control {
    padding: 9px 18px 9px 18px;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: transparent;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: transparent;
}

.btn-success{
    background: #094a70;
    background-image: linear-gradient(to bottom left, #094a70, #0b74b1, #086ca6);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover{
    background: #094a70;
    background-image: linear-gradient(to bottom left, #094a70, #0b74b1, #086ca6) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, .7) !important;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.card .card-body.salesresource-video-box{
    padding-bottom: 56.25%;
}
.stretched-link{
    text-decoration-color: #ffffff !important;
}
.white-content .stretched-link{
    text-decoration-color: #1d253b !important;
}
.price_green{
    color: #00f500 !important;
}
.white-content .price_green{
    color: #038d03 !important;
}
.price_gray{
    color: #d6d4d4 !important;
}
.white-content .price_gray{
    color: #2c2c2c !important;
}
.modal-content label {
    color: #222a42;
}
.white-content .modal-content label {
    color: #222a42;
}
.price_white{
    color: #ffffff !important;
}
.white-content .price_white{
    color: #2c2c2c !important;
}
hr{
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.white-content hr, .modal hr{
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.eq_container h5 {
    color: #ffffff;
}
.white-content .eq_container h5 {
    color: #000000;
}
.select2-container{
    width: 100% !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.white-content .table>thead>tr>th, .white-content .table>tbody>tr>th, .white-content .table>tfoot>tr>th, .white-content .table>thead>tr>td, .white-content .table>tbody>tr>td, .white-content .table>tfoot>tr>td{
        border-color: rgba(34, 42, 66, 0.2) !important;
}
.bg-gradient-secondary {
    background-color: #858796;
    background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
    background-size: cover;
}
.gpt-sub-card .bg-gray-100{
    background-color: rgba(163, 163, 163 , 0.1);
}
.bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(180deg, #26334d 10%, #102665 100%);
    background-size: cover;
}
.white-content .gpt-sub-card h4, .white-content .gpt-sub-card h1{
    color: #ffffff;
}
.table-bordered{
    border-color: rgba(255, 255, 255, 0.1);
}
.white-content .table-bordered {
    border-color: rgba(34, 42, 66, 0.2);
}
.thumbnail.product_detailed_image{
    text-align: center;
}
.caption h4{
    color: #4e73df !important;
}

.sidebar, .off-canvas-sidebar{
    background: linear-gradient(0deg, #4525eb, #29168a);
}
.sidebar:before, .off-canvas-sidebar:before{
    border-bottom: 5px solid #29168a;
}
.sidebar .theme-mode{
    background: #29168a;
}
.btn-primary{
    background-image: linear-gradient(to bottom left, #29168a, #4525eb, #29168a);
    background-color: #29168a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover {
    background-color: #4525eb !important;
    background-image: linear-gradient(to bottom left, #29168a, #4525eb, #29168a) !important;
}
.pagination .page-item.active>.page-link, .pagination .page-item.active>.page-link:focus, .pagination .page-item.active>.page-link:hover{
    background-color: #4525eb !important;
    background-image: linear-gradient(to bottom left, #29168a, #4525eb, #29168a) !important;
}
.main-panel{
    border-top: 2px solid #29168a;
}
a{
    color: #6d68fa;
}
a:hover, a:focus {
    color: #1c60ff;
}
.text-primary, a.text-primary:focus, a.text-primary:hover{
    color: #6d68fa !important;
}
.border-left-primary{
    border-left: .25rem solid #6d68fa !important;
}
.bg-success {
    background-color: #509292 !important;
}
.sidebar .logo:after, .off-canvas-sidebar .logo:after{
    top: 68px;
}
.sidebar .logo, .off-canvas-sidebar .logo{
    padding-bottom: 63px;
}
.sidebar .logo a.logo-normal, .off-canvas-sidebar .logo a.logo-normal{
    display: none;
}
.form-control:focus{
    border-color: #6d68fa;
}
.white-content .form-control:focus{
    border-color: #6d68fa;
}
.bootstrap-datetimepicker-widget .picker-switch{
    color: #6d68fa;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span{
    color: #6d68fa;
}
.bootstrap-datetimepicker-widget table th.dow{
    color: #6d68fa;
}
.bootstrap-datetimepicker-widget table td.active>div, .bootstrap-datetimepicker-widget table td.active:hover>div{
    background-color: #6d68fa;
}
.bootstrap-datetimepicker-widget a[data-action="togglePicker"], .bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover{
    color: #6d68fa;
}
.btn-primary.btn-simple{
    color: #6d68fa;
    border-color: #6d68fa;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #6d68fa;
}
.btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active, .btn-primary.btn-simple:not(:disabled):not(.disabled):active{
    border-color: #6d68fa;
}
.input-group-focus .input-group-prepend .input-group-text, .input-group-focus .input-group-append .input-group-text{
    border-color: #6d68fa;
}
.white-content .input-group-focus .input-group-prepend .input-group-text, .white-content .input-group-focus .input-group-append .input-group-text, .white-content .input-group-focus .form-control{
    border-color: #6d68fa;
}
.card.card-white .form-control:focus {
    border-color: #6d68fa;
}