@font-face {
    font-family: myFont;
    src: url(tahoma.ttf) format('ttf');
  }

.main {
    display: flex !important;
    justify-content: center !important;
    text-align: right;
 font-family:  'myFont' !important;
    size: 10px !important;

}

.tb {
    background: antiquewhite;
    border-radius: 20px;

}

.link {
    float: right;
}

.link h5 {
    margin-right: 150px;
}

.mainmenu {
    background: antiquewhite;
    text-align: right;
    float: right;
    border-radius: 5px;

}

.menu {
    position: fixed;
    top: 0;
    width: 100%;
}

.mainmenu nav {
    float: right;
}

.navbar-nav {
    padding-right: 50px;
}

.nav-link {
    border-radius: 15px;
}

.nav-link:hover {
    background-color: burlywood;
    border-radius: 15px;
}

.navbar-nav li {
    margin-left: 15px;
}

.hidden {
    display: none !important;
}

.show {
    background-color: burlywood;
}

.table {
    font-size: 14px
}

h1 {
    font-size: 22px;
}
/*  float action button */

.myButton {
    background-color: #009688;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.myButton i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myButton:hover {
    background-color: #00796b;
}

.myButton:active {
    background-color: #00695c;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.select-all {
    background-color: #009688;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 80px;
    right: 20px;
}

.select-all i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-all:hover {
    background-color: #00796b;
}

.select-all:active {
    background-color: #00695c;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}


.contact-cvf {
    background-color: #009688;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 140px;
    right: 20px;
}

.contact-cvf i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-cvf:hover {
    background-color: #00796b;
}

.contact-cvf:active {
    background-color: #00695c;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.table-rtl tr th{
    direction: rtl;

}
