﻿.custom-modal {
    align-items: start;
    justify-content: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);
    z-index: 1050;
    overflow: hidden;
    z-index: 999999999999;
    padding: 10px;
}

.wd-1050 {
    width: 1050px !important;
}

.alert-body img {
    align-self: flex-start;
}

.modal-content {
    box-shadow: 0 0px 6px rgba(0, 0, 0, .5);
}

.modal-box {
    font-family: 'Poppins', sans-serif;
}

.alert-popup {
    min-height: 155px;
    min-width: 400px;
    max-width: fit-content;
    border: 1px solid #3a7a94;
    /*margin-top: auto !important;*/
}

.aleart-body {
    padding: 13px !important;
}

.alert-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.alert-body {
    display: flex;
    align-items: normal;
    gap: 6px;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px !important;
}

    .alert-body p {
        font-weight: 600;
        font-size: 14px;
        text-align: start;
        color: #666666;
        font-family: system-ui;
    }

    .alert-body img {
        width: 25px;
    }

.main-popup {
    width: 550px;
    border-radius: 6px;
    z-index: 99999;
    overflow: hidden;
    background-color: #666666;
    border: 1px solid #444444;
    margin: auto;
    box-shadow: 0px 0px 7px #2c2c2c;
    margin-top: 0;
}
.main-menu-box div, .sub-menu-box div {
    display: flex;
    gap: 5px;
}
.main-menu-box, .sub-menu-box {
    padding: 7px 7px 5px 7px !important;
} 
.under-popup-tb tbody {
    border: 1px solid #c7c7c7;
}
.main-menu-tr .form-label, .sub-menu-tr .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #3a4b57;
}
.under-popup-tb thead th {
    background-color: #3a4b57;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #686868;
}
.under-popup-tb tbody td {
    background-color: transparent;
}
.under-popup-tb tbody tr {
    background-color: #ffffff;
}
.under-popup-tb tbody tr:hover {
    background-color: #eb736524;
}
@media screen and (max-width: 400px) {
    .alert-popup {
        min-width: 300px;
    }
}

.modal-content .close {
    padding: 0;
    border: none;
    color: #fff;
    background: none;
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    position: absolute;
    left: auto;
    right: 8px;
    top: 0px;
    z-index: 1;
}

    .modal-content .close span {
        font-weight: 600;
    }

.close:focus {
    outline: none;
}

.head-btn {
    display: flex;
    padding: 7px 8px;
    /* background-color: #eb7365;*/
    background-color: #6F3676;
}

    .head-btn h5 {
        color: #fff;
        font-size: 14px;
        margin: 0px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

.modal-body {
    padding: 10px;
    background-color: #fbfbfb;
}
    .form-height {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .modal-body .form-group {
        text-align: left;
        margin-bottom: 15px;
        position: relative;
    }

    .modal-body .btn-gr {
        display: flex;
        justify-content: end;
        gap: 10px;
        margin-bottom: 0;
    }

    .modal-body .form-group label {
        display: inline-block;
        max-width: 100%;
        align-items: center;
        margin-bottom: 2px;
        margin-top: 0px;
        font-size: 13px;
        font-weight: 600;
        color: #4e4e4e;
    }

.modal-body .form-control {
    font-size: 12px;
    height: 34px;
    width: 100%;
    padding: 6px;
    margin: 0 auto;
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: #060606;
}

        .modal-body .form-control:focus {
            border: 1px solid #979797;
        }
.form-control:disabled {
    background-color: #dfdfdf;
    opacity: 0.8;
}
.form-control::placeholder {
    color: #AEAFB1;
}

.modal-content .modal-body .btn {
    color: #fff;
    background-color: #eb7365;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 7px 15px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    transition: all 0.6s ease 0s;
    box-shadow: -1px -1px 3px #afacac;
    min-width: 90px;
}

.modal-content .modal-body .btn:hover {
    background-color: #009688;
}

.modal-content .modal-body .btn:focus {
    outline: none;
}

.fld-3 {
    width: 1050px;
    margin: auto;
    height: fit-content;
}

.camp-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 580px) {
}

.form-label {
    margin-bottom: 2px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #4e4e4e;
}

.gray-bg {
    background-color: #3a5867;
}

.wd-800 {
    width: 1050px !important;
    padding: 0px !important;
}

.hr-div {
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding: 0;
}

    .hr-div h5 {
        color: #767676;
        width: auto;
        font-size: 15px;
        background-color: #fbfbfb;
        z-index: 9;
        position: relative;
        padding: 0px 4px 0px 4px;
        left: 15px;
        font-weight: 600;
        top: 8px;
    }

.fix-hg {
    min-height: 150px;
    max-height: 200px;
    overflow: auto;
}

.popup-tb thead tr th {
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    background-color: #607D8B !important;
}

.popup-tb thead {
    position: sticky;
    top: 0;
}

.popup-tb tbody td {
    font-size: 13px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 7px;
}

.popup-tb tbody, .popup-tb td, .popup-tb tfoot, .popup-tb th, .popup-tb thead, .popup-tb tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

.box-row {
    border: 1px solid #999ea1;
    padding: 7px 5px 15px 5px;
    border-radius: 3px;
    margin: auto;
    position: relative;
    top: -15px;
}


/*Hospital design end*/
