/* == Custom modal ================= */
.customModal{
    position: fixed;
    display: none;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
}
.backBlack{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    top:0px;
    left: 0px;
}
.modalContainer{
    position: relative;
    z-index: 1050;
    margin: 1.75rem auto;
    width: 800px;
    max-width: 95%;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}
.customModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.customModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.customModal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* ======= Comman ============= */
.p-relative{
    position: relative !important;
}
.font12{  font-size: 12px; }
.font15{  font-size: 15px; }
.font18{  font-size: 18px; }
.font600{ font-weight: 600; }
.border-bottom{
    border-bottom: 1px solid #cdd3db;
}
.text-right{ text-align: right; }
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mr-20{
    margin-right: 20px;
}
.align-center{
    display: flex;
    align-items: center;
}
.width100{
    width: 100%;
    height: auto;
}
.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.padding-lr-20{
    padding-left: 20px;
    padding-right: 20px;
}
.loginAdminLogo{
    max-width: 150px;
    max-height: 40px;
}
.color-red{
    color:#9D091F;
}
.color-blue{
    color: #2b65f8;
}
.border-right{
    border-right: 1px solid #dfdfdf;
}
.backWhite{
    background: white;
}
.padding20{
    padding: 20px;
}
.padding10{
    padding: 10px;
}
.bgColorPurple{
    background-color: #eeeaff;
    color: #4425c2;
}
.bgColorGreen{
    background-color: #eaf8ea;
    color: #33b934;
}
.bgColorOrange{
    background-color: #FFF8E1;
    color: #FF6D00;
}
.btn{
    font-size: 15px;
}

/* ============ From Old ======================================== */
.border-row {
    padding: 10px;
    border: 1px solid lightgray;
    margin: 5px 0px;
}
.form-horizontal .control-label {
    text-align: right;
}
.border-row .m-bot15 {
    margin: 0px;
}
.m-bot15 {
    margin-bottom: 15px;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.login-img3-body {
    background: url('../../img/bg-1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.form-group {
    margin-bottom: 15px;
}
.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}
#data_table .btn {
    padding: 1px 10px;
}
#data_table td {
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.responsive_table {
    padding: 0px 15px;
    overflow: auto;
}
.bigwidht_btn {
    padding: 7px 40px;
    font-weight: 700;
}
.upload_adminlogo {
    width: 130px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-color: rgb(255 248 207) !important;
}
.upload_file {
    display: none !important;
}
.ad_data {
    margin: 0px 50px 30px 50px;
    border: 1px solid lightgrey;
    padding: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
ul li {
    list-style: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #d7d7d7;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination > li {
    display: inline;
}
.pagination li a {
    color: #777;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #007aff;
    border-color: #007aff;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.mtt {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c7c7cc;
    color: #8e8e93;
    border-radius: 4px;
}
/* ================================================================== */
.dashboadAdminLogo {
    height: 40px;
    max-width: 270px;
}
.statisticTitle {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.statisticIcon {
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.statisticNum{
    font-size: 18px;
    font-weight: bold;
}
/* ================================================================== */

@media (max-width: 414px) {
    .text-right{
        text-align: left;
    }
    .padding-lr-20{
        padding-left: 5px;
        padding-right: 5px;
    }
}