﻿.bg-dark-danger {
    background-color: #d2202d !important;
}

.text-dark-danger {
    color: #d2202d !important;
}

.btn-dark-danger {
    color: #fff;
    background-color: #d2202d;
    border-color: #d2202d;
}

    .btn-dark-danger:hover {
        color: #fff;
        background-color: #ad111c;
        border-color: #ad111c;
    }

.btn-outline-dark-danger {
    color: #d2202d !important;
    border-color: #d2202d;
}

    .btn-outline-dark-danger:hover {
        color: #fff !important;
        border-color: #d2202d;
        background-color: #d2202d;
    }

.bg-skyblue {
    background: #429dfa;
}
.bd-skyblue {
    border-color: #429dfa!important;
}
.btn-skyblue {
    color: #fff;
    background: #429dfa;
}
    .btn-skyblue:hover {
        color: #fff;
        background: #3a92eb;
    }
.text-skyblue {
    color: #429dfa;
}
.bg-skyblue-transparent {
    background-color: rgb(66 157 250 / 20%) !important;
}
.input-group-text {
    background-color: #e05050;
}
.bb-3{
    border-bottom:3px solid;
}
.bd-indigo {
    border-color: #ac50bb!important;
}
.rdiobox input[type='radio']:checked + span:before {
    border-color: transparent;
    background-color: #d2202d;
}

.account-background:before {
    /*background: rgb(210 32 45 / 75%) !important;*/
    background: linear-gradient(45deg, #d2202d, transparent)!important;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover, .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    color: #d2202d !important;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
    color: #d2202d !important;
}

#back-to-top {
    background: #d2202d;
    color: #fff;
}

.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: #d2202d !important;
}

.horizontal-color .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
    background: #d2202d;
    color: #fff;
}

    .horizontal-color .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active .side-angle1:after {
        background: #d2202d;
    }

    .horizontal-color .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active .side-angle2:after {
        background: #d2202d;
    }

.main-footer .container-fluid {
    background: #1e2448;
}
.header-img {
    background: linear-gradient(rgb(255 78 91), rgb(210 32 45)), url(../img/20.jpg)!important;
}
#YourAccount3 a, #YourAccount a{
    color: #429dfa!important;
}

    /*-----------scrollbar css---------*/
    /* width */
    :: -webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d2202d;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

/*-----------end scrollbar css---------*/

@media only screen and (max-width: 767px) {
    .dark-theme .account-background {
        background: url(../img/mob-img.png) !important;
    }   
    .main-header{
        height:65px;
    }
    .dark-theme .horizontalMenu > .horizontalMenu-list {
        background: #1e2448;
    }
    .animated-arrow{
        top:0px;
    }
    .mob-txt-13{
        font-size:13px!important;
    }
    .main-content.horizontal-content {
        margin-top: 70px !important;
    }
    .positionall {
        width: 150px !important;
    }
    .main-header-right .nav .nav-item .dropdown-menu {
        left: auto;
        right: auto;
        justify-content: center;
        margin: 0 auto;
        width: 60%;
        position: fixed;
        left: -10px;
        right: 0px;
        margin-top: 0;
    }
}
.dark-theme .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background-color: #181e3f;
    border: none;
}
