/* general CSS */

html{
    overflow-x: hidden !important; 
    scroll-behavior: smooth; 
}

body {
    color: #384555;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

#spinner {
    display: block;
}

#spinner {
    position: fixed;
    z-index: 50000;
    background: url(../images/logo.png) no-repeat 50% 50% rgba(255, 255, 255);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
}

#scrolll {
    color: #fff;
    height: 355px;
    overflow: hidden;
    padding: 5px 5px;
    width: auto;
}

/* Menu bar */

.topa {
    display: inline-block;
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    position: fixed;
    bottom: 5%;
    right: 5%;
}

/*.navbar {
    padding: 0px 25px;
}*/

h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald';
    font-weight: normal;
}

.web-name-font{
    color: #050a30;
    font-size: 35px;
    padding: 0;
    font-size: 41px;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
     /*-webkit-text-stroke: 1px white;*/
    /*text-shadow: 3px 3px 4px rgb(229 229 229);*/
    /*font-family: 'Poppins', sans-serif;*/
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #0f4693;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar .navbar-nav > li > a.nav-link {
    padding: 5px 12px 5px 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    color: #fff !important;  
}

.dropdown-menu > a:focus, .dropdown-menu > a:hover {
    color: white;
    text-decoration: none;
    background-color: #0f4693;
}

.navbar-nav .dropdown-menu{
    /*left:15px;*/
}

/* general css*/

.content{
    margin-top:85px;  /* header with the header height */
}

/* Buttons */

.btn-white {
    color: black !important;
    background-color: white;
    border-radius: 2px;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-white:hover, .btn-white:focus {
    box-shadow: 5px 5px 15px 7px black;
    border: none;
}

.btn-violet{
    background-color: #8635c2;
    border: 2px solid #fff;
    color: #fff;
}

.btn-violet:hover{
    color: #ebebeb;
}

.btn-navyblue{
    background-color: #050A30;
    border: 2px solid #fff;
    color: #fff;
}

.btn-orange {
    background-color: #ff9900;
    border: 2px solid #fff;
    color: #fff;
}


/* Tables */




/* Data tables */

/* End of  general css */

/* Padding */

.p0{
    padding:0px;
}

.p3{
    padding:3px;
}

.p5{
    padding:5px;
}

.p7{
    padding:7px;
}

.p10{
    padding:10px;
}

.p15{
    padding:15px;
}

.p20{
    padding:20px;
}

.p25{
    padding:25px;
}

.p30{
    padding:30px;
}

.p35{
    padding:35px;
}

.p40{
    padding:40px !important;
}

.p45{
    padding:45px;
}

.p50{
    padding:50px;
}

/* end of padding */

/* padding Top */

.pt0{
    padding-top:0px;
}

.pt2{
    padding-top: 2px;
}

.pt3{
    padding-top: 3px;
}

.pt4{
    padding-top: 4px;
}

.pt5{
    padding-top:5px;
}

.pt3{
    padding-top: 3px;
}
.pt10{
    padding-top:10px;
}

.pt15{
    padding-top:15px;
}

.pt20{
    padding-top:20px;
}

.pt25{
    padding-top:25px;
}

.pt30{
    padding-top:30px;
}

.pt33{
    padding-top:33px;
}

.pt35{
    padding-top:35px;
}

.pt40{
    padding-top:40px;
}

.pt45{
    padding-top:45px;
}

.pt50{
    padding-top:50px;
}

.pt80{
    padding-top:80px;
}

/* end of padding Top */

/* padding bottom */

.pb0{
    padding-bottom:0px;
}

.pb1{
    padding-bottom:1px;
}

.pb5{
    padding-bottom:5px;
}

.pb10{
    padding-bottom:10px;
}

.pb15{
    padding-bottom:15px;
}

.pb20{
    padding-bottom:20px;
}

.pb25{
    padding-bottom:25px;
}

.pb30{
    padding-bottom:30px;
}

.pb35{
    padding-bottom:35px;
}

.pb40{
    padding-bottom:40px;
}

.pb45{
    padding-bottom:45px;
}

.pb50{
    padding-bottom:50px;
}

.pb80{
    padding-bottom:80px;
}


/* end of padding bottom */

/* padding right */

.pr0{
    padding-right:0px;
}

.pr5{
    padding-right:5px !important;
}

.pr10{
    padding-right:10px;
}

.pr15{
    padding-right:15px;
}

.pr20{
    padding-right:20px;
}

.pr25{
    padding-right:25px;
}

.pr30{
    padding-right:30px;
}

.pr35{
    padding-right:35px;
}

.pr40{
    padding-right:40px;
}

.pr45{
    padding-right:45px;
}

.pr50{
    padding-right:50px;
}

/* end of padding right */

/* padding left */

.pl0{
    padding-left:0px;
}

.pl5{
    padding-left:5px;
}

.pl10{
    padding-left:10px;
}

.pl15{
    padding-left:15px;
}

.pl20{
    padding-left:20px;
}

.pl25{
    padding-left:25px;
}

.pl30{
    padding-left:30px;
}

.pl35{
    padding-left:35px !important;
}

.pl40{
    padding-left:40px;
}

.pl45{
    padding-left:45px;
}

.pl50{
    padding-left:50px;
}

/* end of padding left */

/* Padding Top and Bottom */

.py3{
    padding-top: 3px;
    padding-bottom: 3px;
}

.py5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.py8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.py12{
    padding-top: 12px;
    padding-bottom: 12px;
}

.py13{
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.py15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.py30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.py40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.py45{
    padding-top: 45px;
    padding-bottom: 45px;
}

.py50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.py51{
    padding-top: 51px;
    padding-bottom: 51px;
}

.py55{
    padding-top: 55px;
    padding-bottom: 55px;
}

.py70{
    padding-top: 70px;
    padding-bottom: 70px;
}

.py80{
    padding-top: 80px;
    padding-bottom:80px;
}

/* Padding Left and Right */

.px11{
    padding-left: 11px;
    padding-right: 11px;
}

.px15{
    padding-left: 15px;
    padding-right: 15px;
}

/* Margin */

.m0{
    margin:0px;
}

.m5{
    margin:5px;
}

.m10{
    margin:10px;
}

.m15{
    margin:15px;
}

.m20{
    margin:20px;
}

.m25{
    margin:25px;
}

.m30{
    margin:30px;
}

.m35{
    margin:35px;
}

.m40{
    margin:40px;
}

.m45{
    margin:45px;
}

.m50{
    margin:50px;
}

/* end of margin */

/* margin top */

.mt0{
    margin-top:0px;
}

.mt2{
    margin-top:2px !important;
}

.mt5{
    margin-top:5px !important;
}

.mt10{
    margin-top:10px;
}

.mt15{
    margin-top:15px;
}

.mt20{
    margin-top:20px;
}

.mt25{
    margin-top:25px;
}

.mt30{
    margin-top:30px;
}

.mt35{
    margin-top:35px;
}

.mt40{
    margin-top:40px;
}

.mt45{
    margin-top:45px;
}

.mt50{
    margin-top:50px;
}

.mt-35{
    margin-top: -35px;
}

.mt-40{
    margin-top: -40px;
}

/* end of margin top */

/* margin bottom */

.mb0{
    margin-bottom:0px;
}

.mb3{
    margin-bottom: 3px;
}

.mb5{
    margin-bottom:5px;
}

.mb10{
    margin-bottom:10px;
}

.mb15{
    margin-bottom:15px;
}

.mb20{
    margin-bottom:20px;
}

.mb25{
    margin-bottom:25px;
}

.mb30{
    margin-bottom:30px;
}

.mb35{
    margin-bottom:35px;
}

.mb40{
    margin-bottom:40px;
}

.mb45{
    margin-bottom:45px;
}

.mb50{
    margin-bottom:50px;
}

.mb300{
    margin-bottom: 300px;
}

/* end of margin bottom */

/* margin right */

.mr0{
    margin-right:0px;
}

.mr5{
    margin-right:0px;
}

.mr10{
    margin-right:10px;
}

.mr15{
    margin-right:15px;
}

.mr20{
    margin-right:20px;
}

.mr25{
    margin-right:25px;
}

.mr30{
    margin-right:30px;
}

.mr35{
    margin-right:35px;
}

.mr40{
    margin-right:40px;
}

.mr45{
    margin-right:45px;
}

.mr50{
    margin-right:50px;
}

/* end of margin right */

/* margin left */

.ml0{
    margin-left:0px;
}

.ml5{
    margin-left:5px;
}

.ml10{
    margin-left:10px;
}

.ml15{
    margin-left:15px;
}

.ml20{
    margin-left:20px;
}

.ml25{
    margin-left:25px;
}

.ml30{
    margin-left:30px;
}

.ml35{
    margin-left:35px;
}

.ml40{
    margin-left:40px;
}

.ml45{
    margin-left:45px;
}

.ml50{
    margin-left:50px;
}

/* end of margin left */

/* margin Top and Bottom */

.my20{
    margin-top: 20px;
    margin-bottom: 20px;
}
/* font Size */

.fs-smaller{
    font-size: smaller;
}

.fs10{
    font-size: 10px !important;
}

.fs11{
    font-size: 11px !important;
}

.fs12{
    font-size: 12px !important;
}

.fs13{
    font-size: 13px !important;
}

.fs14{
    font-size: 14px !important;
}

.fs15{
    font-size: 15px !important;
}

.fs16{
    font-size: 16px !important;
}

.fs17{
    font-size: 17px !important;
}

.fs18{
    font-size: 18px !important;
}

.fs19{
    font-size: 19px !important;
}

.fs20{
    font-size: 20px !important;
}

.fs21{
    font-size: 21px !important;
}

.fs22{
    font-size: 22px !important;
}

.fs23{
    font-size: 23px !important;
}

.fs25{
    font-size: 25px !important;
}

.fs28{
    font-size: 28px !important;
}

.fs30{
    font-size: 30px !important;
}

.fs33{
    font-size: 33px !important;
}

.fs40{
    font-size: 40px !important;
}

/* end of font size */

/* Line Height */

.lh10{
    line-height: 10px;
}

.lh15{
    line-height: 15px;
}

.lh16{
    line-height: 16px;
}

.lh18{
    line-height: 18px;
}

.lh20{
    line-height: 20px;
}

.lh22{
    line-height: 22px;
}

.lh25{
    line-height: 25px;
}

.lh30{
    line-height: 30px;
}

.lh35{
    line-height: 35px !important;
}

.lh40{
    line-height: 40px;
}

.lh45{
    line-height: 45px;
}

.lh50{
    line-height: 50px;
}

/* End of Line Height */

.h15{
    height: 15px;
}

.h25{
    height: 25px;
}

.h40{
    height: 40px !important;
}

.h41{
    height: 41px;
}

.h44{
    height: 44px;
}

/* border radius */

.border-radius-0{
    border-radius: 0px !important;
}

.border-radius-3{
    border-radius: 3px !important;
}

.border-radius-5{
    border-radius: 5px !important;
}

.border-radius-10{
    border-radius: 10px;
}

.border-radius-15{
    border-radius: 15px;
}

.border-radius-20{
    border-radius: 20px;
}

.border-radius-25{
    border-radius: 25px;
}

.border-radius-30{
    border-radius: 30px;
}

.border-radius-35{
    border-radius:-35px;
}

.border-radius-40{
    border-radius: 40px;
}

.border-radius-45{
    border-radius: 45px;
}

.border-radius-50{
    border-radius: 50px;
}

/* End of the border radius */

.border_violet-4{
    border: 4px solid #915eb7;
}

/* text colors */

.text-red{
    color: red;
}

.text-redd{
    color: #f55825;
}

.text-black{
    color: #000;
}

.text-thickgrey{
    color: #2f3b47;
}

.text-grey{
    color: #ababab;
}

.text-violet{
    color: #784d98;
}

.text-purple{
    color: #550067;
}

.text-yellow {
    color: #fff000;
}

.text-warningg{
    color: #ff9900;
}

.text-navyblue{
    color: #050A30;
}

.text-orange{
    color: #f89912;
}

.text-orange:hover{
    color: #efad50;
}

.text-skyblue{
    color: #51cff1;
}

/* end of text colors */

/* text decoration underline */

.text-decoration-underline{
    text-decoration: underline;
}

/* end of text decoration underline */

/* background colors */

.bg-light-violet{
    background-color: #f6ecfd;
}

.bg-navyblue{
    background-color: #050A30;
}

.bg-skyblue{
    background-color: #e3f2ff;
}

.bg-grey{
    background-color: #f1f3f4;
}

.bg-gold{
    background-color: #f8c439;
}

.bg-violet{
    background-color: #784d98;
}

.bg-img-none {
    background-image: none !important;
}

.bg-orange{
    background-color: #ff9900;
}

.list-style-square{
    list-style-type: square;
}

label{
    font-size: 16px;
    margin-bottom: 5px !important;
}

::placeholder {
    color: #ccc !important;
    font-size: 13px;
    font-weight: normal;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
    font-size: 13px;
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
    font-size: 13px;
    font-weight: normal;
}

.dashed-hr{
    border-top: 1px dashed #d2d2d2;
}

.img-b {
    border: #dadad9 1px solid;
}

.img-b2 {
    border: #dadad9 2px solid;
}

.border-green-2{
    border: 2px solid #a0ce4e;
}

.border-violet-dashed-1{
    border: 1px dashed #e0ceee;
}

.border-bottom-1{
    border-bottom: 1px solid #384555;
}

.text-transform-none{
    text-transform: none;
}

/* Width */

.w15{
    width: 15px !important;
}

/* Shadow */

.inner-shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
}

.shadow-small {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(65 0 113 / 23%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(65,0,113,0.23);
    box-shadow: 0px 0px 5px 0px rgb(65 0 113 / 23%);
}

.shadow-xs {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(65 0 113 / 23%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(65,0,113,0.23);
    box-shadow: 0px 0px 2px 0px rgb(65 0 113 / 23%);
}

.word-break-break-all{
    word-break: break-all;
}

.overflow-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-warningg {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

/* Table */

.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}
.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
    border-top: 0;
    padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}
.table.dataTable {
    border-collapse: collapse !important;
}
table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2 a {
    color: #333;
}
table.table td h2 a:hover {
    color: #00d0f1;
}
table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.table thead {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.table thead tr th {
    font-weight: 600;
    border: 0;
}
.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table tbody tr:last-child {
    border-color: transparent;
}
.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
    color: #474648;
}
.table-striped thead tr {
    border-color: transparent;
}
.table-striped tbody tr {
    border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4);
}
.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered th, .table-bordered td {
    border-color: rgb(0 0 0 / 12%);
}
.card-table .card-body {
    padding: 0;
}
.card-table .card-body .table > thead > tr > th {
    border-top: 0;
}
.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
    padding-left: 1.5rem;
}
.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem;
}
.card-table .table td, .card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}
#delete_modal .modal-content {
    text-align: center;
}
.table-responsive {
    white-space: nowrap;
}
.white-space-initial{
    white-space: initial;
}

/*media Queries*/



/* for medium screen */


@media (min-width:992px) and (max-width:1199px) {



}


/* for small screen */

@media (min-width:768px) and (max-width:991px) {



}



/* for Ipad */

@media (width:768px) and (height:1024px) {


    
}

@media (max-width: 768px){
    .shadow-md-none{
        box-shadow: none !important;
    }
}

/* for mobile screen landscape */

@media (min-width:577px) and (max-width:767px) {


    
}


/* for mobile screen portrait */

@media (min-width:300px) and (max-width:576px) {


    
}










    
