html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
}

.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divError {
    font-size: 13px;
    color: red;
    height: 15px;
}

.main-header {
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1037 !important;
}

.data {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px !important;
    cursor: pointer;
}

.sticky {
    top: 5rem;
    right: 10rem;
}

.img-profile {
    height: 2rem;
    width: 2rem;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.ptop-2 {
    padding-top: 2rem !important;
}

.login-logo {
    /*background-image: url('images/415x155.png');*/
    background-image: url('images/logo.png');
    height: 120px !important;
    margin-bottom: 0rem !important;
    background-repeat: no-repeat;
    background-position: center;
}

.login-box-msg, .register-box-msg {
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.border-botton {
    width: 90% !important;
    border-bottom: 1px solid #eee;
    align-self: center;
}

.dropdown-menu-lg {
    min-width: 200px !important;
}

.dropdown-item:hover {
    color: white !important;
    background-color: var(--primary) !important;
    cursor: pointer;
}


.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

/*--------------------------------------------------- color change -----------------------------------------------------------*/

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    /*background-color: #dc3545 !important;*/
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%);
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    /*background-color: #dc3545 !important;*/
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    /*background-color: #dc3545 !important;*/
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%)!important;
    border-color: #dc3545 !important;
}

.btn-primary {
    color: #fff;
    /*background-color: #dc3545 !important;*/
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%);
    border-color: #dc3545 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #dc3545 !important;
        border-color: #dc3545 !important;
    }

.text-primary {
    color: #dc3545 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #dc3545 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #dc3545 !important;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

a {
    color: #4b545c;
}

.anchortag:hover {
    color: #343a40 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #dc3545 !important;
    /*background-color: #dc3545 !important;*/
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%) !important;
    box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff !important;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.dropdown-item:hover {
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%) !important;
}

.btn-danger {
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%);
}

.dropdown-item:hover {
    background-color: #dc3545 !important;
}

.bg-danger {
    /*background-color: #dc3545 !important;*/
    background: linear-gradient(92.74deg, #FF7979 2.93%, #D91212 100.38%) !important;
}

/*--------------------------------------------------- color change end -----------------------------------------------------------*/

.publishStatusCircle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.publishColor {
    background-color: green;
}

.notPublishColor {
    background-color: red;
}
