@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif!important;
}
.header{
    padding: 12px 0;
}
.header .brand{}
.header .brand img{}
.header .brand h2 {
    display: inline-block;
    color: #321A76;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 6px;
    margin-bottom: 0px;
}
.header .calendar{
    margin-top: 13px;
}
.header .calendar p{
    color: #000;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    text-align: left;
} 
.header .calendar p span{
    color: #760B0B;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.border-header-top{
    height: 15px;
    background: url(../img/border-top.svg) no-repeat;
    background-size: cover;
}
.border-header-bottom{
    height: 15px;
    /*background: url(../img/border-bottom.svg) no-repeat;*/
    background-color: #1054ad;
    background-size: cover;
    height: 41px;
}

.filter-sec{
    background-color: #F3FCFF;
    padding: 35px 25px;
}
.filter-sec select{
    width: 156px;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 11%);
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #262626;
    background: url(../img/arrow-down.svg) #FFFFFF no-repeat;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
}
.filter-sec .color-locator{
    display: inline-block;
    width: auto;
}
.filter-sec .color-locator .items{
    float:left;
    align-items: center;
    margin-left: 20px;
}
.filter-sec .color-locator .items span{
    width: 14px;
    height: 14px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}
.filter-sec .color-locator .items p{
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.orange{
    background-color: #cb450b!important;
}
.violet{
    background-color: #321A76!important;
}
.blue{
    background-color: #2F80ED!important;
}
.green{
    background-color: #006901!important;
}
.red{
    background-color: #D30A0A!important;
}
.content-area{
    padding: 25px 0px;
}
.content-area .content-heading{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #333333;
}
.content-area table thead{
    background-color: #1054ad;
}
.content-area table thead tr th{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.content-area table tbody tr{
    box-shadow: 0 4px 4px #0000002b;
}
.content-area table tbody tr td{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    padding: 10px 25px;
}
.content-area table tbody tr td .btn{
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
}
.border-header-bottom {
    height: 43px!important;
}
.text-orange{
    color: #cb450b!important;
}
.text-violet{
    color: #321A76!important;
}
.text-blue{
    color: #2F80ED!important;
}
.text-green{
    color: #006901!important;
}
.text-red{
    color: #D30A0A!important;
}

@media (max-width:768px){
    .table_scroll {
        overflow: auto;
      }
      .header .brand h2 {
        display: inline-block;
        color: #321A76;
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 6px;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .header .brand {
        display: flex;
        align-items: center;
    }
    .header .calendar {
        margin-top: 13px;
        text-align: center;
    }
    .filter-sec select {
        width: 100%;
        height: 47px;
    }
    .filter-sec .color-locator .items {
        display: inline-block;
        align-items: center;
        margin-left: 0px;
        width: 50%;
        margin-bottom: 9px;
    }
    .filter-sec .color-locator {
        display: flex;
        width: auto;
        text-align: left;
        flex-wrap: wrap;
        margin-top: 12px;
    }
}


@media (min-width:1920px)
{
.header .brand img{
    width: 30%;
}
.header .calendar p {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    text-align: left;
}
.header .calendar p br{
    display: none;
}
.header .calendar p span {
    color: #760B0B;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
}

@media (min-width:3500px)
{
.header .brand img{
    width: 30%;
}
.header .calendar p {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    text-align: left;
}
.header .calendar p br{
    display: none;
}
.header .calendar p span {
    color: #760B0B;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
}
.header .calendar {
    margin-top: 30px;
}
}