@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif !important;    
}
.alink {
    padding: 5px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    white-space: nowrap;
    position: relative;
    display: flex;
    color: white !important;
    padding-left: 6px;
    border-bottom-style: solid;
    border-color: #008080;
    border-width: thin;
}
    .alink:hover {
        padding: 5px;
        font-size: 0.8rem;
        letter-spacing: 1px;
        white-space: nowrap;
        position: relative;
        display: flex;
        color: white !important;
        border-bottom-style: none;
        padding-left: 6px;
        background-color: #008080;
    }
.bg-gradient2 {
    background: linear-gradient(90deg, rgba(214,103,214,1) 0%, rgba(223,213,203,1) 26%, rgba(222,238,193,1) 48%, rgba(219,187,201,1) 67%, rgba(214,103,214,1) 100%) !important;
}
.swal-text {
    text-align: center !important;
}
.swal-overlay {
    background-color: rgba(43, 165, 137, 0.45) !important;
}
.page-header {
    position: relative;
    /* margin-left: -5px;
    margin-right: 5px !important;
    width: 100%;*/
    text-indent: 0px;
    border: 1px solid skyblue;
    box-shadow: 0px 0px 10px 5px #9FD8FB;
    transition: all 200ms ease-out;
    -webkit-box-shadow: 0px 0px 5px 2px #9FD8FB;
    -moz-box-shadow: 0px 0px 5px 2px #9FD8FB;
    box-shadow: 0px 0px 5px 2px #9FD8FB;
    color: maroon !important;
    background-color: white !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    padding: 10px;
    width: 100% !important;
}
    .page-header:hover {
        box-shadow: 0 0 6px rgb(35 173 255);
    }
    .page-header > h1 {
        margin: 0;
        color: maroon;
        font-size: 16px;
        font-weight: 600;
    }
/*--------------------------------------
Progrees Windows
---------------------------------------*/
.modalpopup {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    /*    background-color: whitesmoke;*/
    background-color: rgba(43, 165, 137, 0.45) !important;
    opacity: 0.7;
}
.center {
    z-index: 1000;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    margin-top: 15%;
    opacity: 1;
    ruby-align: center;
    text-align: center;
    vertical-align: middle;
}
.center img {
        vertical-align: middle;
        width: 150px;
    }
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #edf7fe;
}
.table th {
    padding: 5px !important;
    margin-bottom: 0;
    font-size: .8rem !important;
    font-weight: bolder;
    text-wrap: avoid;
    white-space: nowrap;
    background-color: whitesmoke !important;
}
.table tr {
    padding: 0.35rem 1rem;
    vertical-align: middle !important;
    background-color: white;
    color: black;
    font-size: 0.8rem;
    text-align: left;
    padding: 2px !important;
    white-space: nowrap;
}
.table tr td {
        padding: 5px 5px 5px 5px !important;
        font-size: 13px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
.table tr:hover {
        background-color: #F8F8F8;
        color: black;
        font-size: 0.8rem !important;
    }
.button {
    padding: 0.5em 1.3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
    color: white;
    background-color: #BD1E51;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
.button:hover {
        background-color: #2EE59D;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateX(7px);
    }
.btn {
    border: 1px solid;
    border-color: #EAA438;
    border-color: whitesmoke;
    border-radius: 0.2rem !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    transition: all .3s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform .4s,background .4s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    min-width: 60px;
}
.btn:hover {
        border: 1px solid;
        border-color: lightgrey;
        box-shadow: 0px 5px 10px rgba(214, 158, 66, 0.4);
        color: #fff;
        transform: translateY(-3px);
        min-width: 60px;
    }
.btn2 {
    border: 1px solid;
    border-color: #EAA438;
    border-color: whitesmoke;
    border-radius: 0.2rem !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    transition: all .3s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform .4s,background .4s;
    transition: all 0.3s ease 0s;    
}
.btn2:hover {
        border: 1px solid;
        border-color: lightgrey;
        box-shadow: 0px 5px 10px rgba(214, 158, 66, 0.4);
        color: #fff;
        transform: translateY(-3px);        
    }
a{
    text-decoration:none !important;
}
.fwt-4{
    font-weight:400;
}
.fwt-4:hover {
    font-weight: 500 !important;
    color:skyblue !important;
}