@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-BoldItalic.woff2') format('woff2'),
        url('../fonts/Nunito-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraLight.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Black.woff2') format('woff2'),
        url('../fonts/Nunito-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Light.woff2') format('woff2'),
        url('../fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('../fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.woff2') format('woff2'),
        url('../fonts/Nunito-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito';
    /*font-weight: 400;*/
    /*line-height: 1.6;*/
    position: relative;
    /*min-height: 100vh;
    padding-bottom: 60px;*/
    font-size: 13px;
    line-height: normal !important;
}
a{
    color: #D43C3C;
}
.logo-text {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 15px;
}

.logo-text span{
    /*display: block;*/
    font-weight: inherit;
    font-size: inherit;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 0.3125rem;
    height: 0.3125rem;
    border: none;
    background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.375rem;
    background-color: #2c2c2c;
}

::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    border: 0.0625rem solid transparent;
    background-clip: content-box;
}

body .fi {
    display: inline-flex;
    position: relative;
    top: 2px;                                                                                         
 }

body .padding-tb-100{
    padding: 100px 0;
}
body .padding-tb-80{
    padding: 50px 0 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}


body .blue-color {
    color: #4990FF !important;
}
body .yellow-color {
    color: #FFC000 !important;
}
body .dark-blue-color {
    color: #03369B !important;
}
body .red-color {
    color: #df222c !important;
}
body .black-color {
    color: #011E45 !important;
}
body .gray-color {
    color: #627792 !important;
}
body .white-color {
    color: #ffffff !important;
}
body .action-title {
    color: #00adff !important
}


body a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
body ul {
    list-style-type: none;
}
body img{
    max-width: 100%;
}


body h2{
    font-size: 36px;
    font-weight: 700;
    color: #011E45;
    margin-bottom: 20px;
    font-family: 'Nunito';
    line-height: 1.6;
}
body h3{
    font-size: 24px;
    font-weight: 600;
    color: #011E45;
    line-height: 1.6;
    font-family: 'Nunito';
}
body h4{
    font-size: 22px;
    font-weight: 600;
    color: #011E45;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}
body h5{
    font-size: 20px;
    font-weight: 500;
    color: #011E45;
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

body .psg{
    font-size: 15px;
    color: #313e4e;
    line-height: 24px;
    font-weight: 700;
    text-align: justify;
}

body .title-bottom-spacing{
    margin-bottom: 50px;
}

.separator {
    display: block;
    width: 100%;
    height: 0.0625rem;
    border-bottom: 0.0625rem solid #FFC000;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}

body .btn{
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
body .btn-primary {
    background-color: #D43C3C;
    color: #ffffff;

}
body .btn-primary:hover {
    color: #ffffff !important;
    background-color: #621616 !important;
}

body .btn-primary:focus{
    color: #ffffff !important;
    background-color: #621616 !important;
    box-shadow: none;
}

body .btn-secondary {
    background-color: #FFC000;
    color: #011E45;

}
body .btn-secondary:hover {
    color: #011E45 !important;
    background-color: #FFDE00 !important;
}

body .btn-verify{
    font-size: 20px;
    padding: 8px 16px;
    color: #ffffff;
    background-color: #3cd580;
}
body .btn-verify:hover{
    color: #ffffff;
    background-color: #3cd580;
}

body .btn-not-verify{
    font-size: 20px;
    padding: 8px 16px;
    color: #ffffff;
    background-color: #e10000ff;
}
body .btn-not-verify:hover{
    color: #ffffff;
    background-color: #e10000ff;
}

body .card-box{
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    /*box-shadow: 2px 10px 50px 0px #D1DBEE;*/
    border: 1px solid #eee;
}

body .form-label,
body label {
    font-size: 14px;
    font-weight: 600;
    color: #22303c;
    margin-bottom: 3px !important;
}
body .form-control {
    border: 1px solid #d0d9e0;
    font-size: 13px;
    /*font-weight: 600;*/
    color: #011E45;
    width: 100%;
    padding: 10px 16px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #ffffff;
    /*-webkit-box-shadow: 1px 2px 4px 0px #d3d9e5;
    box-shadow: 1px 2px 4px 0px #d3d9e5;
    transition: all 0.3s ease-in-out;*/

}
body .form-control::placeholder {
	color: #627792;
}
body .form-control:hover {
	border-color: #4990FF;
    background-color: #ffffff;
}
body .form-control:focus {
	border-color: #4990FF;
    color: #011E45;
    background-color: #ffffff;
    box-shadow: none;
}
body .countryCode-control{
    width: 80px;
    padding: 12px 10px;
    margin-right: 10px;
}

body .edit-control{
    font-size: 15px;
    color: #313e4e;
    line-height: 24px;
    font-weight: 700;
}
body .edit-control a{
    color: #00adff !important;
    margin-bottom: 0;
    background-color: #def4ff;
    border-radius: 5px;
    padding: 6px 10px;
    display: inline-block;
}


body header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    width: 100%;
    z-index: 99;
    padding: 7px 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    position: relative;
    box-shadow: 2px 10px 50px 0px #ffe5e5;
}
body header .navbar{
    padding: 0;
}
body header .navbar .navbar-brand{
    padding: 0;
    display: inline-block;
}
body header .navbar .navbar-brand img{
    width: 100px;
}


body .banner-section{
    /* background-image: url('../img/banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding: 30px 0;
}

body .banner-section .banner-info .banner-title{
    font-weight: 700;
    font-size: 36px;
    color: #011E45;
    line-height: 60px;
    font-family: 'Nunito';
}

body .banner-section .banner-info .btn{
    font-size: 17px;
    padding: 16px 30px;
    font-weight: 700;
}

.otp-field {
    display: none;
}

body .flash-message.success{
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    background-color: #b6ffc9;
}

body .custom-table{
    width: 100%;
    margin-bottom: 20px;
}
body .custom-table .table-header{
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border: 1px solid #627792;
    margin-bottom: 5px;
}
body .custom-table .table-header.green-color{
    background-color: #44a348;
    color: #ffffff;
}
body .custom-table .table-body{
    padding: 25px 10px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border: 1px solid #627792;
}


body .custom-stapper{
    padding: 20px 0;
}

body .custom-stapper .stepper {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  body .custom-stapper .stepper .step {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .custom-stapper .stepper .step.active .dot {
    background-color: #3cd580;
    border-color: #3cd580;
  }
  body .custom-stapper .stepper .step.active .lower-text {
    color: #26a55e;
  }
  body .custom-stapper .stepper .step.active:after {
    background-color: #3cd580;
  }
  
  body .custom-stapper .stepper .step.inactive .dot {
    background-color: #ff8a31;
    border-color: #ff8a31;
  }
  body .custom-stapper .stepper .step.inactive .lower-text {
    color: #de6509;
  }
  body .custom-stapper .stepper .step.inactive:after {
    background-color: #ff8a31;
  }

  body .custom-stapper .stepper .step:last-child:after {
    width: 50%;
    transform: translateX(-50%);
  }
  body .custom-stapper .stepper .step:first-child:after {
    width: 50%;
    transform: translateX(50%);
  }
  body .custom-stapper .stepper .step:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 38px;
    background-color: #d5d5d5;
    z-index: 0;
  }
  body .custom-stapper .stepper .step .upper-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #011E45;
    height: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
  }
  body .custom-stapper .stepper .step .lower-text {
    font-size: 18px;
    line-height: 1.57;
    text-align: center;
    color: #828e9d;
    display: block;
    font-weight: 700;
    margin-top: 10px;
  }
  body .custom-stapper .stepper .step .dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #d7dae3;
    border: 1px solid #d5d5d5;
  }
body .custom-stapper .stepper .step .count-info{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #748395;
    height: 20px;
    display: block;
    font-weight: 700;
}

body .status-box1{
    padding: 30px 30px;
    font-size: 18px;
    font-weight: 700;
    background-color: #eaf2ff;
    text-align: center;
    border: 1px solid #eaf2ff;
    text-align: center;
}


body .status-box .status-title{
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 700;
    background-color: #c0d9ff;
    text-align: center;
    border: 1px solid #c0d9ff;
}
body .status-box .status-value{
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #627792;
    margin-bottom: 0;
}

body .error-text{
    display: inline-block;
    text-align: center;
    /* padding: 10px 30px;
    background-color: #fcebeb; */
    font-size: 18px;
    font-weight: 600;
    color: #df222c;
    margin-top: 20px;
}

body .footer-bottom{
    background-color: #D43C3C;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
body .footer-bottom p{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
}
body .footer-bottom p .yellow-color,
body .footer-bottom p .link-text{
    color: #ffe084 !important;
}


body .login-section{
    background-color: #f6f7fb;
    height: 100vh;
    width: 100%;
}
body .login-section .login-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    padding: 30px;
    width: 450px;
}
body .login-section .login-box .left-icon-box{
    position: absolute;
    top: 14px;
    left: 13px;
}
body .login-section .login-box .right-icon-box{
    position: absolute;
    top: 14px;
    right: 13px;
    color: #011E45;
}
body .login-section .login-box .form-control{
    padding-left: 42px;
}
body .login-section .login-box .fogot-link{
    font-size: 13px;
    /*color: #00adff;*/
    color: #D43C3C;
    font-weight: 600;
}


/* ------------------------------- portal css ------------------------------- */



body .portal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    min-height: 60px;
    z-index: 100;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .portal-header .navbar{
    flex-direction: row;
    padding: 0;
}
body .portal-header .navbar-custom .navbar-brand {
    margin-right: 30px;
}
body .portal-header .navbar-custom .navbar-brand img {
    width: auto;
    /*max-width: 65px;*/
    max-width: 50px;
}

body .portal-header .navbar-custom  .nav-item.profile-dropdown .nav-link {
    border: 0;
    box-shadow: none;
    font-size: 12px;
}
body .portal-header .navbar-custom  .nav-item.profile-dropdown .nav-link .user-title {
    font-weight: 600;
    font-size: 13px;
    color: #011E45;
    display: block;
}
body .portal-header .navbar-custom  .nav-item.profile-dropdown .nav-link .role-title {
    font-weight: 400;
    font-size: 13px;
    color: #627792;
    display: block;
}
body .portal-header .navbar-custom  .nav-item.profile-dropdown .nav-link .user-image {
    /*height: 40px;
    width: 40px;*/
    height: 30px;
    width: 30px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
    margin-left: 7px;
}
body .portal-header .navbar-custom  .nav-item.dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 4px 14px 0px #d3d9e5;
    box-shadow: 2px 4px 14px 0px #d3d9e5;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    min-width: 190px;
}
body .portal-header .navbar-custom  .nav-item.dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    right: 18px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-bottom: 0.625rem solid #ffffff;
}
body .portal-header .navbar-custom  .nav-item.dropdown .dropdown-menu li a {
    /* border-bottom: 1px solid #d0d9e0; */
    font-size: 14px;
    font-weight: 600;
    color: #627792;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
}
body .portal-header .navbar-custom  .nav-item.dropdown .dropdown-menu li a i {
    /*color: #4990FF;*/
    color : #D43C3C;
    margin-right: 5px;
}
body .portal-header .navbar-custom  .nav-item.dropdown .dropdown-menu li a:hover {
    /*color: #4990FF;*/
    color : #D43C3C;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

body .main-content{
    padding-top: 116px;
}

body .statistic-box{
    padding: 9px;
    margin-bottom: 20px;
    width: 100%;
}
body .statistic-box img{
    /*width: 60px;
    margin-right: 16px;*/
    width: 40px;
    margin-right: 15px;
}
body .statistic-box h5{
    /*font-size: 28px;*/
    font-size:20px;
    font-weight: 700;
    margin-bottom: 0;
}
body .statistic-box p{
    /*font-size: 17px;*/
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #647183;
}
body .statistic-box p span{
    font-size: 20px;
    font-weight: 700;
    color: #011E45;
}



body .customTable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px;
    padding: 0 10px;
    margin: 0;
}
body .customTable table thead tr th {
    font-size: 13px;
    color: #011E45;
    font-weight: 700;
    text-align: left;
    border-bottom: 0;
    padding: 0 12px;
    background-color: #ffffff;
}
body .customTable table tbody {
    border-top: 0 !important;
}
body .customTable table tbody tr {
    -webkit-box-shadow: 1px 2px 14px 0px #d3d9e5;
	box-shadow: 1px 2px 8px 0px #d3d9e5;
    border-radius: 16px;
    overflow: hidden;
}
body .customTable table tbody tr td {
    /*font-size: 14px;
    color: #011E45;
    background-color: #ffffff;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    border: 0;
    vertical-align: middle;*/
    font-size: 13px;
    color: #011E45;
    background-color: #ffffff;
    text-align: left;
    padding: 7px;
    /* font-weight: 600; */
    border: 0;
    vertical-align: middle;
}
body .customTable table tbody tr td:first-child {
    border-radius: 16px 0 0 16px;
}
body .customTable table tbody tr td:last-child {
    border-radius: 0 16px 16px 0;
}
body .customTable table tbody tr td .status-round{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #011E45;
    display: inline-block;
    margin-right: 7px;
}
body .action-icons {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
body .action-icons a {
    padding: 6px 12px;
    /*background-color: #dbeaff;*/
    background-color: #ffe5e5;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #011E45 !important;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
}
body .action-icons a:hover{
    /*background-color: #4990FF;*/
    background-color: #D43C3C;
    color: #ffffff !important;
}
body .status-control{
    width: 100px;
}




body .custom-pagination .pagination{
    margin: 0;
    width: fit-content;
}
body .custom-pagination .page-item{
    margin: 0 3px;
}
body .custom-pagination .page-item .page-link{
    font-size: 14px;
    padding: 6px 14px;
    background-color: #ffffff;
    border: 1px solid #d0d9e0;
    color: #011E45;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;                    
}
body .custom-pagination .page-item .page-link.icon-btn{
    font-size: 14px;
    padding: 6px 14px;
    background-color: #ffffff;
    color: #011E45;
    border-radius: 7px;
    border: 1px solid #d0d9e0;
    transition: all 0.3s ease-in-out;
}
body .custom-pagination .page-item .page-link:hover{
    background-color: #dbeaff;
    color: #011E45;
    transition: all 0.3s ease-in-out;
}
body .custom-pagination .page-item .page-link:focus{
   outline: none;
   box-shadow: none;
    transition: all 0.3s ease-in-out;
}
body .custom-pagination .page-item.active .page-link{
    /*background-color: #4990FF;*/
    background-color: #D43C3C;
    color: #ffffff;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

body .Grievance-details-box{
    
}
body .Grievance-details-box .Grievance-title{
    color: #011E45;
    font-size: 16px;
    font-weight: 700;
}
body .Grievance-details-box .Grievance-info{
    color: #647183;
    font-size: 16px;
    font-weight: 600;
}

















@media (min-width: 1700px) and (max-width: 1920px) {
    body .container {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    body .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    body .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    body .container {
        max-width: 1140px;
    }
}

@media (min-width: 767px) and (max-width: 992px){

    body .padding-tb-80{
        padding: 70px 0;
    }

}
@media (min-width: 576px) and (max-width: 767px){

    body .padding-tb-80{
        padding: 60px 0;
    }

    body h2{
        font-size: 24px;
    }
    body .header .navbar h2{
        margin-bottom: 20px !important;
    }
    body .login-section .login-box{
        width: 400px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {

    body .padding-tb-80{
        padding: 50px 0;
    }
    body h2{
        font-size: 24px;
    }
    body .header .navbar h2{
        margin-bottom: 20px !important;
    }
    body .login-section .login-box{
        width: 320px;
    }
    body .login-section .login-box .logo-imgs img{
        width: 100px;
    }
}

.card {
    border: none;
}
.nav-link{
    color: #D43C3C;
}
.nav-link:focus, .nav-link:hover{
    color: #111;
}
