table {
    text-align: center;
}

p  {
    margin: 0;
}

tr {
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}

th {
    vertical-align: middle;
    font-size: 22px;
    padding: 10px 0;
}

td {
    vertical-align: middle!important;
    padding: 5px 0;
}

td > input {
    vertical-align: middle;
}


.mg__bot__50 {
    margin-bottom: 50px;
}

.just_cont_center {
    justify-content: center;
}

.img__Preview {
    width: 200px;
}

.container__Preview {
    width: 230px;
}

.container__flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.container__flex {
    display: flex;
    align-items: center;
}

.flex__container {
    display: flex;
}

.VIN_text {
    width: 100px;
    font-size: 22px;
    font-weight: 800;
}

.description__text {
    font-size: 16px;
    font-weight: 600;
}

.main__btn {
    font-size: 16px;
    display: flex;
    color: white;
    width: 250px;
    height: 45px;      
    border-radius: 10px;
    background-color: #236192;
    border: 0;
    justify-content: center;
    align-items: center;
}

.main__btn:hover {
    background-color: #5697C9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text__center {
    text-align: center;
}

.text__start {
    text-align: start;
}

.text__end {
    text-align: end;
}

.width__100 {
    width: 100px;
}

.width__50 {
    width: 50px;
}

.box__calendar {
    width: 550px;
    height: 500px;
}

.mgB__100 {
    margin-bottom: 100px;
}

.mgB__50 {
    margin-bottom: 50px;
}

.fs__36px {
    font-size: 36px;
}

.fs__32px {
    font-size: 32px;
}

.container__main__calendar {
    margin: 0 auto;
    max-width: 900px;
}

.calendar__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-map {
    width: 100%;
    height: 100%;
}

.cont_auth {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.cont_auth_color {
    background-color: rgba(128, 128, 128, 0.03);
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.border_for_input {
    border: 1px solid #3E97FF;
}

.cont_work {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    gap: 20px;
}

.cont_coord {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_coord_element {
    display: flex;
    gap: 10px;
}

.box_coord_element_colum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cont_show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    margin-bottom: 50px;
    gap: 20px;
}

.cont_noted {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header_warning {
    color: red;
}

.cont_proxi {
    display: flex;
    gap: 10px;
}

.one_card {
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
}

.cont_data_proxi {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.btn_proxi {
    margin: auto auto;
    display: block;
    padding: 10px 20px;
    color: white;
    text-align: center;
    border-radius: 12px;
    border: 0;
}

.btn_rejected {
    background-color: red;
}

.btn_allTime {
    background-color: #1F3A3D;
}

.btn_mouth {
    background-color: #e0bd34ba;
}

.btn_week {
    background-color: #5D8AA8;
}

.btn_day {
    background-color: #BC8F8F;
}

.btn__edit {
    background-color: rgb(203, 180, 0);
}

.btn__clear {
    background-color: red;
}

.btn__aprove {
    background-color: green;
}

.card_100 {
    width: 100%;
}

.text_aria_alarm {
    border: 1px solid grey;
    border-radius: 12px;
    padding: 10px 12px;
}

.cont_edit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.btn_moderation {
    display: block;
    padding: 10px 20px;
    color: white;
    text-align: center;
    border-radius: 12px;
    border: 0;
}

.my_table {
    width: 100%;
    border-radius: 20px;
    overflow-x: auto;
}

.btn_table {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    cursor: pointer;
}

.td_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.approved {
    background-image: url(/assets/img/my_icons/checkMark.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    background-color: green;
}

.rejected {
    background-image: url(/assets/img/my_icons/cross.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    background-color: red;
}

.scrollable-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    table-layout: fixed;
}

.my_modal {
    display: none;
    margin-top: 20px;
    width: 100%; 
    overflow: auto; 
}

.modal-content {
    position: relative;
    border-radius: 12px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont_input_addEmp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.container_individual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.container_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.container_notes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
}

.notes_input {
    min-height: 50px;
    min-width: 700px;
}

.header__coordinate {
    margin-top: 20px;
}

.photoWork {
    width: 300px;
    margin-bottom: 20px;
}

.warning__message {
    color: red;
    font-size: 24px;
    font-weight: 900;
}

.warning__message_little {
    color: red;
    font-size: 12px;
    font-weight: 900;
}

.custom_logo_my_cont {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(169, 169, 169);
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 40px;
}

.custom_logo_name {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    color: orange;
}

.link_decor {
    color: blue;
}

.link_decor:hover {
    text-decoration: underline!important;
}

.flex_cont_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
}

.count_container_users {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 17px;
}

.imagePagePicture {
    width: 700px;
}

.textCountPages {
    font-weight: 900;
    padding-right: 10px;
}

.countPagesLink {
    padding: 0 5px;
}

.countPagesLink:hover {
    color: purple;
    text-decoration: underline !important;
}

.countPagesLink.active {
    color: red;
    text-decoration: underline !important;
}

@media (max-width: 479px) {

    .notes_input {
        min-height: 50px;
        min-width: 250px;
    }

    .imagePagePicture {
        width: 300px;
    }

    .warning__message {
        font-size: 16px;
    }

    th {
        font-size: 12px;
    }
    
    .my_table {
        margin-top: 10px;
    }

    .btn_table {
        width: 20px;
        height: 20px;
    }

    .td_btn {
        gap: 3px;
    }

    .approved {
        background-size: 10px;
    }

    .rejected {
        background-size: 10px;
    }
}