@import url('https://fonts.googleapis.com/css?family=Average Sans');


*{
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Average Sans';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    /* font-weight: 400; */
}
footer .site_logo a img.logo {
    filter: brightness(0) invert(1);
    height: 35px;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #3f66f2;
}
button {
    transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
}
p {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
/*form {
    text-align: center;
}
form .form-control {
    text-align: center;
}*/
button:focus, .form-select:focus, .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
textarea.form-control {
    min-height: 150px;
    border-radius: 10px;
}
.h-100 {
    height: 100%;
}
img {
    width: 100%;
    transition: 0.3s;
}
.card {
    overflow: hidden;
}
.btn {
    padding: 9px 25px 9px;
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    min-width: 42px;
    line-height: 22px;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 600;
}
.btn:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444;
}
.blue-btn {
    background-color: #3f66f2;
    border-color: #3f66f2;
    color: #fff;
}
.blue-btn:hover {
    background-color: #fff;
    border-color: #3f66f2;
    color: #3f66f2;
}
.border-btn {
    background-color: #fff;
    border-color: #3f66f2;
    color: #3f66f2;
}
.border-btn:hover {
    background-color: #3f66f2;
    border-color: #3f66f2;
    color: #fff;
}

video, iframe {
  width: 100%;
}
.fullheight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/*--------header-css-start-------*/
.site_logo h1 {
    font-size: 42px;
    font-weight: 300;
    color: #3f66f2;
}
.site_logo a img.logo {
    height: 45px;
    width: auto;
}
header.topheader {
    background-color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 6%);
}
/*--------header-css-end-------*/

.table-responsive .table thead tr th {
    white-space: nowrap;
    text-align: center;
}
.table-responsive .table tbody tr td {
    white-space: nowrap;
    text-align: center;
    padding: 4px 10px;
}
.ipotableSec h1.title {
    color: #010101;
    font-size: 20px;
    margin-bottom: 6px;
}
.table.border thead th {
    background-color: #3F66F2;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 600;
}
footer.footer {
    background-color: #010101;
    padding: 6px 0;
}
footer.footer .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}
h5.footer-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 2px;
}
.footercontact a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
}
.nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.nav-tabs .nav-link {
    border: none;
    color: #808080;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 36px 0 14px;
    position: relative;
}
.nav-tabs .nav-link.active {
    color: #3F66F2;
}
.nav-item h5 {
    margin: 0;
    border: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 20px;
}
.nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 2px solid #aaa;
    z-index: 1;
}
.nav-tabs .nav-link.active::before {
    border: 2px solid #3F66F2;
}
.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #3F66F2;
    border: 2px solid #fff;
    z-index: 2;
}
.ipotableSec.py-4 {
/*    min-height: calc(100vh - 121px);*/
    padding: 0 0 10px !important;
}
.bannerimg {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.carousel.slide.mb-4 {
    margin-bottom: 0px !important;
}
.bannerimg img {
    /*height: calc(100vh - 460px);
    object-fit: cover;
    object-position: top;
    height: 160px;*/
    height: auto;
    width: 100%;
}
.pagination {
    display: flex;
    column-gap: 8px;
    margin: 15px 0 0;
}
.pagination .page-link {
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
}
.slide .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}
.slide .carousel-indicators button {
    background-color: #ccc;
    height: 4px;
    width: 30px;
    border-radius: 5px;
}
.slide .carousel-indicators button.active {
    background-color: #3F66F2;
}
.table_btn {
    background-color: #ecf0fe;
    color: #3f66f2;
    padding: 2px 6px 3px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.footer .site_logo {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.footer .site_logo .dicstitle {
    color: #fff;
    max-width: 370px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.modal-header {
    position: relative;
}
.modal-header .btn-close {
    position: absolute;
    left: -16px;
    top: -9px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 0 12px #0000000a;
    background-image: none;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 24px;
}
.page-item .page-link {
    color: #3f66f2;
}
.page-item.active .page-link {
    background-color: #3f66f2;
    color: #fff;
}
ul.profilrDtls {
    margin: 0;
    padding: 0;
    list-style: none;
}
.modal-footer form#changePasswordForm {
    width: 100%;
}
.modal-header .btn-close:hover {
    background-color: #3f66f2;
    color: #fff;
}
.copyright p {
    color: #ffff;
}
.footercontact a img {
    width: 18px;
    height: 15px;
}
footer.footer .container-fluid .site_logo {
    flex: 1;
}
footer.footer .container-fluid .copyright {
    flex: 1;
    text-align: center;
}
footer.footer .container-fluid .footercontact {
    flex: 1;
    text-align: left;
}
.status_btn {
    color: #fff;
    padding: 2px 6px 3px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.status_startedbtn {
    background-color: #83cf86;
    border: 1px solid #83cf86;
}
.status_closedbtn {
    background-color: #eb5286;
    border: 1px solid #eb5286;
}
.status_allocationbtn {
    background-color: #fdd96b;
    border: 1px solid #fdd96b;
}
.status_returnedbtn {
    background-color: #ae6ddf;
    border: 1px solid #ae6ddf;
}
.status_tradingbtn {
    background-color: #53b2f5;
    border: 1px solid #53b2f5;
}
/*.status_startedbtn {
    background-color: #00b050;
    border: 1px solid #00b050;
}
.status_closedbtn {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
.status_allocationbtn {
    background-color: #ffc000;
    border: 1px solid #ffc000;
}
.status_returnedbtn {
    background-color: #7030a0;
    border: 1px solid #7030a0;
}
.status_tradingbtn {
    background-color: #0070c0;
    border: 1px solid #0070c0;
}*/
.modal-footer form#changePasswordForm {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.notification-option .form-check {
    padding-left: 0;
    padding-right: 2.5rem;
    position: relative;
}
.notification-option .form-check input.form-check-input {
    left: unset;
    right: 0;
    top: 1px;
    position: absolute;
    float: none;
}
span.logout-link {
    width: 100%;
}
.btn.notifictionshow {
    position: relative;
    width: 42px;
    max-width: 42px;
    /*height: 48px;*/
    min-width: 42px;
}
.notifictionshow span {
	position: absolute;
	top: -8px;
	right: -13px;
	background-color: #F44336;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: 800;
	border-radius: 50px;
	min-width: 25px;
	height: 25px;
	color: #fff !important;
}
.modal-body ul.list-group {
    max-height: 500px;
    overflow-x: auto;
}



@media screen and (min-width: 767px) {
    body {
        overflow: hidden;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
    .ipotableSec h1.title {
        font-size: 24px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1210px) {
    footer.footer .container-fluid .site_logo {
        flex: 2;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer .container-fluid .site_logo {
        flex: unset;
        width: 100%;
        justify-content: center;
    }
    .footer .site_logo .dicstitle {
        max-width: 100%;
    }
    footer.footer .container-fluid .footercontact {
        text-align: center;
    }
    .ipotableSec h1.title {
        font-size: 18px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    body {
        overflow: unset;
    }
    .btn.blue-btn {
        font-size: 14px;
        padding: 9px 15px 9px;
    }
    .site_logo a img.logo {
        height: 38px;
    }
    .bannerimg img {
        /*height: 80px;
        object-position: top left;*/
    }
    .ipotableSec.py-4 {
        min-height: unset;
    }   
    footer.footer .container-fluid {
        justify-content: center;
    }
    .footer .site_logo {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .table.border thead th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .topheader .container-fluid {
        row-gap: 8px;
        column-gap: 12px;
    }
    .ipotableSec h1.title {
        font-size: 16px;
    }
    .modal-header .btn-close {
        left: 5px;
        top: 12px;
    }
    .ipotableSec h1.title {
        margin-bottom: 12px;
    }
    .ipotableSec .carousel.slide {
        margin-bottom: 12px !important;
    }
    form .col-md-6.mb-3 {
        margin-bottom: 8px !important;
    }
    form .col-md-6.mb-3 .form-label {
        margin-bottom: 0px;
    }
    .modal-header {
        padding: 5px 15px;
    }
    .footer .site_logo .dicstitle {
        font-size: 12px;
    }
    footer.footer .container-fluid {
        flex-direction: column;
    }
    .footer .site_logo .dicstitle {
        max-width: 430px;
    }
}
@media screen and (min-width: 0px) and (max-width: 336px) {
    .ipotableSec.py-4 {
/*        min-height: calc(100vh - 258px);*/
    } 
    
}
#successAlert {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    background-color: #83cf86;
    color:white;
    border-color:#83cf86;
    margin-right: 0;
    z-index: 1050;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(5, 5, 5, 0.1);
}
.error-span{
    color: #f64e4e;
    font-size: 11px;
    text-transform: capitalize;
}