@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: Verdana; /* 'Nunito Sans', sans-serif !important;    */
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content2 {
    padding: 10px;
    display: none;
    position: absolute;
    margin-right: -30px;
    background-color: #DEECC1;
    max-width: 100px;
    color: white;
    z-index: 1;
}
.dropdown-content2 .ax {
        padding: 3px;
        padding-left: 10px;
        padding-right: 5px;
        color: black;
        text-decoration: none;
        display: block;
    }
.dropdown-content2 .ax:hover {
            border-radius: 5px;
            background-color: #DBBEC8;
        }
.dropdown:hover .dropdown-content2 {
    display: block;
    position: absolute;
    right: 10px;
    min-width: 100px;
    border-radius: 5px;
    z-index: 1;
    color: white;
    float: left;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.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;
}
.bg-profile {
    background-color: #172D13;
}
.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: 0.1px solid skyblue;
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    padding: 10px;
    width: 100% !important;
}
.page-header > h1 {
        margin: 0;
        color: maroon;
        font-size: 16px;
        font-weight: 500;
    }
/*--------------------------------------
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-color: rgba(0,0,0,0.4);
}
.table th {
    padding: 5px !important;
    margin-bottom: 0;
    font-size: .8rem !important;
    font-weight: bolder;
    text-wrap: avoid;
    white-space: nowrap;
    background-color: #337070 !important;
    color: white !important;
    font-weight: 500 !important;
}
.table td {
    padding: 3px !important;
    margin-bottom: 0;
    font-size: .8rem !important;
    font-weight: bolder;
    text-wrap: avoid;
    white-space: nowrap;
    font-weight: 500 !important;
    max-width: 300px;
    text-wrap: unset;
    white-space: normal;
}
.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;
    }
.admno {
    font-size: 0.6rem !important;
    text-wrap: none !important;
    width: 100% !important;
}
.amnttd {
    text-align: right !important;
    text-indent: 5px !important;
    padding-right: 10px !important;
}
.bbody {
    background-color: transparent;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.slider {
    margin: 10px;
    width: 250px;
    height: 280px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}
.slide {
    width: 100%;
    display: none;
    position: absolute;
    background-color: transparent;
}
.slide-image {
    width: 120px;
    height: 120px;
    background-color: transparent;
}
.active-slide {
    display: block;
    background-color: transparent;
}
.slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}
.slider-controls .arrow {
        font-size: 35px;
        color: black;
        padding: 10px;
        cursor: pointer;
        background-color: transparent;
    }
.header {
    animation: blinker 1s linear infinite;
    font-size: 20px;    
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: transparent;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bg-1 {
    background-color: #EB5B00;
}
.bg-2 {
    background-color: #3A7D44;
}
.bg-3 {
    background-color: #E52020;
}
.bg-4 {
    background-color: #006BFF;
}