﻿body {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}

.row {
    margin-top: 5%;
}

.form-control {
    border-radius: 7px;
    border-color: #21366c;
}

label {
    color: #348ec8 !important;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.image-container {
    position: relative;
    display: inline-block; /* Ensures container wraps around image */
}

.overlay-text {
    position: absolute;
    top: 0px; /* Adjust top position */
    right: 170px; /* Adjust right position */
    color: red; /* Text color */
    font-size: 28px;
    background-color: transparent; /* Background color */
    padding: 5px 10px;
}

.anbiz-logo {
    height: 50%;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-bottom: 20px;
}

.anbiz-logo2 {
    height: 50%;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
    margin-bottom: 20px;
}

.login_input {
    height: 34px;
    font-size: 14px;
}

.loginwithad {
    color: #0a75c6;
}
.affix {
    z-index: 9999 !important;
    right: 0;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }

.main-sidebar {
    background-color: white !important;
    /* width: 280px;*/
}


.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

#crmBodyResolutionWrapper {
    overflow-x: auto;
    height: auto;
}

#crmContentResolutionWrapper {
    min-width: 1912px;
    max-width: 1920px;
    margin: auto;
}

#crmSideBarResolutionWrapper {
    left: unset;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
}

.duplicatealertmessage {
    color: #6c6c6c;
}

.modal-body {
    text-align: center;
    padding: 25px;
    padding-bottom: 60px;
}

.modal-content {
    width: auto
}

.loginbutton {
    width: 100%;
    background-color: #0072bb;
    color: white;
    border-radius: 7px;
    font-size: 13px;
}