﻿@font-face {
    font-family: newf;
    src: url('../../Content/NewTemplate/B Traffic_0.ttf') format('truetype');
}
@font-face {
    font-family: newfortitle;
    src: url('../../Content/NewTemplate/Fanavari Regular.ttf') format('truetype');
}

* {
    font-family: newf !important;
}

.customBtnNewTemp {
    color: black !important;
    font-weight: bold !important;
    background-color: #76ABAE !important;
    background: #76ABAE !important;
    border-radius: 2rem !important;
    width: fit-content !important;
    padding: 0px 10px !important;
    border: none !important;
    padding: 2px 8px !important;
    text-align: center;
    margin: 3px;
    border: 2px solid #76ABAE !important;
}
    .customBtnNewTemp:hover {
        background-color: transparent !important;
        background: transparent !important;
        border: 2px solid #76ABAE !important;
        color: #EEEEEE !important;
    }
.archive2CustomBtn {
    background-color: transparent !important;
    background: transparent !important;
    color: #EEEEEE !important;
    border: 2px solid #76ABAE;
    border-radius: 2rem !important;
    width: 195px;
    padding: 7px 7px !important;
    text-align: center;
    margin: 3px;
}

    .archive2CustomBtn:hover {
        background-color: #76ABAE !important;
        background: #76ABAE !important;
        border: 2px solid transparent;
        color: #000000 !important;
    }

.customNewSearch {
    color: white !important;
    font-size: 20px !important;
    background-color: #007b52 !important;
    border-radius: 2rem !important;
    border: 0 !important;
    margin-top: 1rem;
    padding: 0 1rem !important;
    background-color: #007b52 !important;
    color: white;
    border: 0 !important;
    width: fit-content !important;
}
    .customNewSearch:hover {
        background-color: #016241 !important;
    }
.customBtnNewTemp2 {
    color: white !important;
    font-size: 20px !important;
    background-color: #007b52 !important;
    border-radius: 2rem !important;
    border: 0 !important;
    margin-top: 1rem;
    padding: 0 1.2rem !important;
    width: fit-content !important;
}
.modal-title {
    color:#eee;
}
.hideTitles {
    display: flex !important;
}

.showTitles {
    display: none !important;
}
.mainTitlePages {
    text-align: center !important;
    font-size: 43px;
    margin-top: 0;
    text-shadow: -4px 5px 9px black;
    font-weight: 800;
    color: #EEEEEE;
}
.tableBtnStyle {
    min-width: 77px;
    max-width: fit-content;
    display: inline-block !important;
    font-size: 16px;
    margin: 2px !important;
    border-radius: 2rem !important;
}
tr {
}

    tr:hover {
        background-color: #083020 !important;
    }

.table-hover tbody tr:hover {
    color: #EEEEEE !important;
}

td {
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
}

th {
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
}

.table thead th {
    vertical-align: middle !important;
}

td {
    border: 1px solid black !important;
}

table.table a {
    margin: 0;
    color: #EEEEEE !important;
}
.trTableCustom {
    background-color: #222831 !important;
    color: #76ABAE !important;
    position: sticky;
    top: 92px;
    z-index: 200;
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
}
.tableColorCustom {
    background-color: #323946;
    color: #EEEEEE !important;
}
.divSecondCreate {
    padding: 1.5rem;
    background-color: #323946;
    box-shadow: none;
    border: 2px solid #76ABAE;
    border-radius: 3rem;
    margin: 0 auto;
}
.titleCreateEdit {
    text-align: center !important;
    font-weight: 800;
    color: #eee;
}
.pageNumUnderTable {
    text-align: center !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn_3d_green {
    min-width: 100px;
    height: auto;
    color: #000 !important;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 1rem;
    border: none;
    background: #76ABAE !important;
    box-shadow: 0 5px #537578;
    text-align: center;
    margin: 0 10px 20px 10px;
}

    .btn_3d_green:hover {
        background: #76ABAE !important;
        box-shadow: 0 3px #537578;
        top: 1px;
    }

    .btn_3d_green:active {
        box-shadow: 0 0 #537578;
        top: 5px;
    }
@media (max-width:768px) {
    .table {
        overflow: scroll !important;
        display: block;
    }
    tr {
        position: static !important;
    }
}
@media (max-width:767px) {
    .hideTitles {
        display:none !important;
    }
    .showTitles {
        display:flex !important;
    }
}