/**
*
* UI/UX Developer - Manoj Singh
* Email Address   -manoj@tact.co.in
*
**/

html,
body {
    height: 100%;
    font-family: "Montserrat";
    background-color: #fff;
}
/* Uc Main Layout */

.uc-main {
    background: #ffffff !important;
    min-height: calc(100% - 160px);
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .uc-main {
        background: #fff;
        padding: 0px;
    }
}

.uc-main__inner {
    overflow: hidden;
    position: relative;
}

.homepage-content {
    background-image: url(../images/bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 28px 28px 0px;
}

.uc-logo {
    width: 100%;
    margin: 0 auto;
}

.uc-logo img {
    width: 100px;
}

@media only screen and (max-width: 1200px) {
    .uc-main__inner {
        min-height: calc(100vh - 160px);
        width: calc(100% - 100px);
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .uc-main__inner {
        min-height: calc(100vh - 160px);
        width: calc(100% - 100px);
        max-width: 100%;
    }
    .apply-btn-block {
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    .fiter-block {
        float: left !important;
    }
    .form-filter {
        width: 100%;
    }
    .select-drop-main {
        width: 290px !important;
    }
    .custom-nav {
        display: block !important;
    }
}

@media only screen and (max-width: 575px) {
    .uc-main__inner {
        width: calc(100% - 0px);
        box-shadow: none;
    }
    .side-bar-bg {
        background: #3071ff;
        border-radius: 0px !important;
        max-width: 100% !important;
        width: 100%;
        min-height: 85px !important;
    }
    .setting-icon {
        display: none;
    }
    .uc-menu__col {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .uc-main__inner {
        min-height: calc(100vh - 160px);
        width: calc(100% - 150px);
        max-width: 1420px;
    }
}

@media only screen and (max-width: 1439px) {
    .uc-dashboard .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .uc-dashboard .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .uc-content .main-heading.mb-5 {
        margin-bottom: 0 !important;
    }
    .notifications .outer-card .card-body {
        text-align: center;
    }
    .outer-card .col-md-1 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .outer-card .col-md-8 {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .uc-dashboard .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
/* captcha */

input#captcha {
    width: 100%;
    margin: 0 auto;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    text-align: center;
    background: transparent;
    color: #000000;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding-top: 8px;
}

.card.uc-login__card.mx-auto.login-block
    .has-validation-callback
    input#captcha {
    color: #ffffff;
}
/* Uc  logo */

.uc-logo h4 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.47px;
    text-align: center;
    color: #43414d;
    text-transform: uppercase;
}

.main-heading h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.42px;
    color: #000000;
    margin-bottom: 0px;
}

.main-heading h6 {
    font-size: 22px;
}

.main-heading span {
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .main-heading h1 {
        padding-top: 0px;
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 10px !important;
    }
    .main-heading h6 {
        font-size: 20px;
    }
}

.uc-login__card {
    border-radius: 0px;
    padding: 25px 40px;
    max-width: 528px;
}

@media only screen and (max-width: 575px) {
    .uc-login__card {
        padding: 25px 15px;
    }
}

.form-control__border-bottom {
    background: transparent;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    height: 55px;
}

.content-area-b {
    padding: 3%;
}

@media only screen and (max-width: 991px) {
    .uc-create-form {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 20px;
    }
    .content-area-b {
        padding: 4%;
        width: 70%;
    }
    .submit-btn-right {
        text-align: center !important;
        padding-right: 30px;
    }
    .wizard-step:last-child {
        position: relative;
        right: 0px !important;
    }
}

@media only screen and (max-width: 575px) {
    .uc-create-form {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wizard .wizard-header .steps .wizard-step {
        font-size: 12px;
        padding: 0px 5px;
    }
    .wizard .wizard-header .steps .wizard-step span {
        font-size: 14px;
        left: -5px;
    }
    .uc-sidebar-menu {
        padding: 0px 0px 0px !important;
        height: auto;
    }
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-light {
    color: #212529;
    background-color: #3d71ff3d;
    border-color: #f8f9fa;
}
/* .custom-control-label {
    color: #fff;
} */

a {
    text-decoration: none;
}

a:hover {
    color: #000;
}
/* .uc-content input[placeholder], [placeholder], *[placeholder] {
    color: #fff !important;
} */

.btn-primary {
    color: #fff;
    background-color: #3d71ff;
    border-color: #3d71ff;
    border-radius: 20px;
    padding: 0.375rem 2rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #285def;
    border-color: #285def;
}

.btn-primary-main {
    color: #fff;
    background-color: #3d71ff;
    border-color: #3d71ff;
    border-radius: 20px;
    padding: 0.375rem 2rem;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(61 113 255 / 74%);
    box-shadow: 0 0 0 0.2rem rgb(61 113 255 / 71%);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(61 113 255 / 74%);
    box-shadow: 0 0 0 0.2rem rgb(61 113 255 / 71%);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(61 113 255 / 74%);
    box-shadow: 0 0 0 0.2rem rgb(61 113 255 / 71%);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d71ff;
    border-color: #3d71ff;
    border-radius: 20px;
    padding: 0.375rem 2rem;
}

.input-group-append .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d71ff;
    border-color: #3d71ff;
    border-radius: 20px;
    padding: 0.375rem 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* dashboard card */

.comment-panel .comment-button {
    color: #fff !important;
    background-color: #3d71ff !important;
    border-color: #3d71ff !important;
    border-radius: 20px;
    padding: 0.375rem 2rem;
}

.uc-create-form .card {
    border-color: #f0e3ff;
    border-radius: 2px;
    border: none;
}

.uc-create-form .card-body {
    padding: 4px;
}

.comment-panel #comment {
    margin: 0px;
    border-bottom: 1px solid #ced4da;
    border-radius: inherit;
}

.comment-para {
    margin: 0px;
}

.card-category {
    font-size: 20px;
    padding-bottom: 10px;
    height: 50px;
}

.card-icon-bg {
    background: #3071ff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 35px;
    margin-left: 30px;
    max-height: calc(100% - 10px);
    height: 100%;
}

.circle-bg-icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: -30px;
    background: #ffffff;
    border: 5px solid #3071ff;
    box-sizing: border-box;
    border-radius: 20px;
    top: 38px;
}

.circle-bg-icon img {
    width: auto;
    position: absolute;
    top: 13px;
    left: 11px;
}

.numbers {
    color: #fff;
    text-align: right;
}

.numbers p {
    border-bottom: 2px solid #fff;
    margin-left: 70px;
}

.numbers span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 21px;
    text-align: right;
    letter-spacing: 0.42px;
    color: #ffffff;
}

.icon-big11 {
    background: #4b248f;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.view-btn a {
    color: #3d71ff;
}
/* Uc sidebar menu */

.uc-sidebar-menu {
    padding: 40px 0px 5px;
    height: auto;
}

.uc-sidebar-menu .uc-menu__heading {
    letter-spacing: 0.48px;
    color: #454546;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    position: relative;
    cursor: pointer;
}

.uc-menu__heading svg {
    position: absolute;
    left: 0px;
    top: 3px;
}

.uc-menu__heading.open {
    color: #fff;
}
/* .uc-menu__heading.open:after{
    content: '-';
} */

.uc-menu__heading svg.active {
    display: none;
}

.uc-menu__heading svg:not(.active) {
    display: inline-block;
}

.uc-menu__heading.open svg:not(.active) {
    display: none;
}

.uc-menu__heading.open svg.active {
    display: inline-block;
}

.uc-sidebar-menu .uc-menu__heading-1 {
    letter-spacing: 0.48px;
    color: #454546;
    font-weight: 400;
    display: block;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
}

.uc-sidebar-menu .uc-menu__heading-1 a {
    color: inherit;
}

.uc-menu__col {
    width: 100%;
}

.uc-menu__heading-1 svg {
    position: absolute;
    left: 0px;
    top: 3px;
}

.uc-menu__heading-1:after {
    position: absolute;
    right: 0px;
    top: 0px;
}

.uc-menu__heading-1.open {
    color: #3d71ff;
}

.uc-menu__heading-1.open:after {
}

.uc-menu__heading-1 svg.active {
    display: none;
}

.uc-menu__heading-1 svg:not(.active) {
    display: inline-block;
}

.uc-menu__heading-1.open svg:not(.active) {
    display: none;
}

.uc-menu__heading-1.open svg.active {
    display: inline-block;
}

.uc-sidebar-menu .uc-menu__links {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.uc-sidebar-menu .uc-menu__links span {
    display: block;
    margin: 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.42px;
    padding: 0px 3px 0px 3px;
}

.uc-sidebar-menu .uc-menu__links span:active {
    color: #000000;
}

.uc-menu__links .nav-link img {
    width: auto;
}

.uc-menu__links .nav-item .nav-link.active {
    background: #ffffff;
    box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0px 0px 10px;
    color: #000;
    margin-left: 12px;
    padding: 12px 0px;
}

.uc-menu__links .nav-link {
    color: #fff;
    line-height: normal;
    display: block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 14px 0px 14px 0px;
}

.uc-menu__links .nav-link .icon-black {
    display: none;
}

.uc-menu__links .nav-link .icon-white {
    display: inline-block;
}

.uc-menu__links .nav-link.active .icon-black {
    display: inline-block;
    margin-right: 40px;
}

.form-wizard-body .form-group label {
    font-weight: 500;
}

.form-wizard-body fieldset.address legend {
    font-weight: 500;
    font-size: 0.9rem;
    background: #3d71ff;
    width: 100% !important;
    display: block;
    max-width: 100%;
    border-radius: 4px;
    color: #fff;
}

fieldset.address {
    padding: 0px;
    border: none;
}
/* .uc-sidebar-menu .uc-menu__links a:before{
    content: '-';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: normal;
    color: inherit;
} */
/* Detail View */

.uc-detail .form-group label {
    font-weight: 600;
}

.uc-thumb-image {
    max-width: 100px;
}
/* Select box style */

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 37px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 37px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
/* success message */

.uc-success-msg {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.help-block.form-error {
    /*color: #000;*/
    font-size: 12px;
    text-align: left;
    display: block;
}
/*  Data table css here */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #3d71ff;
    border-radius: 4px;
    color: #fff !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #111;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    outline: none;
    padding-left: 5px;
    background: #ffffff;
    border: 1px solid rgb(0 0 0 / 0.2);
    box-sizing: border-box;
    border-radius: 40px;
    padding-top: 8px;
}

.dataTables_wrapper .dataTables_filter {
    display: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 600;
}

.dataTables_wrapper .label {
    color: #3d71ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff;
    border: 1px solid #3d71ff;
    background-color: white;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #3d71ff)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #3d71ff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #3d71ff 0%, #3d71ff 100%);
    outline: none;
    border-radius: 0.3rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #3d71ff;
    background-color: white;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #3d71ff)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #3d71ff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #3d71ff 0%, #3d71ff 100%);
    outline: none;
    border-radius: 0.3rem;
    border-radius: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff;
    background-color: white;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #3d71ff)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #3d71ff 100%) !;
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #3d71ff 0%, #3d71ff 100%);
    border-radius: 0.3rem;
    border: 1px solid #3d71ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    color: #fff;
    border: 1px solid #3d71ff;
    background-color: white;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fff),
        color-stop(100%, #3d71ff)
    );
    background: -webkit-linear-gradient(top, #fff 0%, #3d71ff 100%) !;
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #3d71ff 0%, #3d71ff 100%);
    box-shadow: inset 0 0 3px #3d71ff;
    border-radius: 0.3rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: 8px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 14px 18px;
    border-bottom: 1px solid #e0dddd;
    white-space: nowrap;
    background: #3d71ff;
    color: #fff;
    background: #3071ff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
    padding-bottom: 10px;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:last-child td {
    border-radius: 0px 0px 10px 10px;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 10px;
    font-size: 13px;
    white-space: nowrap;
}

.filter-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#loading {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(148, 146, 146, 0.7);
    z-index: 9999999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#loading::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.badge {
    padding: 7px;
}

.text-capitalize-div .form-control {
    text-transform: capitalize;
}

.image_thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    /* width: 100px!important; */
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(254, 252, 255);
}

.table.dataTable.no-footer {
    border-bottom: none;
}

.table.dataTable {
    border: 0px;
}

.btn-aa a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}

.btn-status-table a {
    text-decoration: none;
}

.btn-status-table a:hover {
    text-decoration: none;
    color: #000;
}

.btn-aa {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.fiter-block {
    float: right;
}

.apply-btn-block {
    color: #fff;
    background-color: #3d71ff;
    border-color: #3d71ff;
    border-radius: 4px;
    width: 100%;
    max-width: 255px;
}

.circle-plus {
    float: right;
    margin: 10px;
    cursor: pointer;
}

.dropdown-item {
    padding: 6px 10px;
    clear: both;
}

.dropdown-divider {
    margin: 8px;
}
/* .uc-create-form .form-control {
    text-transform: capitalize;
} */
/* License request current assigned status */

.custom_badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.new_license_request {
    background-color: #f7f7f7;
    color: #4a4a4a;
    padding: 10px;
}

.renew_license_request {
    background-color: #ffe7f4;
    color: #4a4a4a;
    padding: 10px;
}

.badge-renew {
    color: #2f2f2f;
    background-color: #f4daf1;
}

.badge-new {
    color: #3071ff;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
}

.badge {
    min-width: 120px;
}

.badge-primary {
    color: #3071ff;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    display: inline;
}

.btn-secondary {
    color: #3071ff;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
}

.btn-secondary:hover {
    color: #3071ff;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #3071ff;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
    outline: none;
}
/* image card */

.img_card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.custom-nav {
    display: none;
}
/* On mouse-over, add a deeper shadow */

.img_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
/* Add some padding inside the card container */

.img_card_container {
    padding: 2px 5px;
}

.badge-thin {
    padding: 0 !important;
}

::-webkit-scrollbar {
    width: 12px !important;
    height: 7px !important;
    border-radius: 7px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: #3d71ff !important;
    border-radius: 9px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: #dcdcdc !important;
    border-left: 1px solid #cecece !important;
    border-radius: 9px;
    cursor: pointer;
}
/* .step{
    overflow: auto ;
    max-height: 350px;
    overflow-x: hidden;
    padding-right: 15px;
} */

.btn-irv-default {
    background: transparent;
    color: #3d71ff;
    border: 2px solid rgba(48, 113, 255, 1);
    border-radius: 20px;
    padding: 0.375rem 2rem;
}

.wizard {
    overflow: hidden;
}

.wizard .wizard-header {
    margin-bottom: 30px;
}

.wizard .wizard-header h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

.wizard .wizard-header h1 small {
    color: #bbb;
}

.wizard .wizard-header hr {
    border-color: #038dab;
    border-top-width: 2px;
}

.wizard .wizard-header .steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wizard .wizard-header .steps:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 11px auto 0px;
    border-bottom: 2px dotted #000;
}

.wizard .wizard-header .steps .wizard-step {
    opacity: inherit;
    transition: all 0.8s;
    position: relative;
}

.wizard .wizard-header .steps .wizard-step p {
    margin-bottom: 5px;
    text-align: left;
}

.wizard-step {
    font-size: 13px;
    font-weight: 500;
}

.wizard-step:last-child {
    position: relative;
    right: -60px;
}

.wizard .wizard-header .steps .wizard-step span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    position: relative;
    z-index: 2;
    background: #3d71ff;
    padding-left: 12px;
    border: 2px solid #000;
    background: #fff;
    color: #fff;
}

.wizard .wizard-header .steps .wizard-step span:after {
    content: "";
    background: #83aaff;
    position: absolute;
    left: 4px;
    right: 0px;
    top: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: none;
}

.wizard .wizard-header .steps .wizard-step.active {
    color: #000;
}

.wizard .wizard-header .steps .wizard-step.active span {
    background: #3d71ff;
}

.wizard .wizard-header .steps .wizard-step.active span:after {
    background: #3d71ff;
    color: #fff;
}

.wizard .wizard-body {
    position: relative;
    transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
}

.wizard .wizard-body .step {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 98%;
    top: 0;
    right: -100%;
    opacity: 0;
}

.wizard .wizard-body .step.initial {
    position: relative;
    left: 5px;
}

.wizard .wizard-body .step.off {
    opacity: 0 !important;
    right: 100% !important;
}

.wizard .wizard-body .step.active {
    right: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s linear;
    transition-delay: 0.1s;
}

.wizard .wizard-footer {
    margin-top: 30px;
}

.submit-btn-right {
    text-align: right;
    padding-right: 30px;
}

.img-new {
    border: none !important;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid rgba(196, 196, 196, 1);
    border-bottom: 9px solid transparent;
    position: absolute;
    left: 22px;
    z-index: 9999;
    top: 4px;
}
/* New Ui changes css here */

.uc-sidebar {
    background: rgba(48, 113, 255, 1);
    border-radius: 28px 0px 0px 28px;
    padding: 20px 30px 10px 30px;
}

.main-head-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: normal;
    text-transform: capitalize;
    color: #ffffff;
    text-align: left;
    padding-bottom: 20px;
}

.drop-outline {
    background: #3071ff;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 12px;
    display: inherit;
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #ffffff;
}

.drop-down-uc a {
    color: #fff;
}

.button-search {
    width: 100%;
    border-radius: 40px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.32px;
    text-transform: capitalize;
    color: #3071ff;
    cursor: pointer;
    font-weight: 500;
}

.account-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.account-text span {
    font-weight: bold;
    cursor: pointer;
}

.check-status-text {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ebff00;
    padding: 0px;
    margin-bottom: 8px;
}

.content-area-left {
    padding-top: 15px;
}

.content-area-left a {
    color: #ebff00;
}
/* login page css here*/

.login-small-logo {
    position: absolute;
    top: -90px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.login-small-logo img,
.login-municipal-logo img {
    width: 110px;
}
/* login page css here*/

.login-block {
    background: #3071ff;
    border-radius: 40px;
    border: none;
    padding: 15px 90px;
    margin-top: 20px;
}

.login-small-logo {
    position: absolute;
    top: -60px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.login-welcome {
    padding-top: 45px;
    text-align: center;
    padding-bottom: 0px;
}

.login-welcome h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.captcha-block {
    text-align: center;
    background: #e9eaef;
    border-radius: 40px;
    width: 85%;
    margin: 0 auto;
    float: left;
}

.captcha-refresh {
    float: left;
    display: block;
    padding: 10px;
    cursor: pointer;
}

.forget-password a {
    color: #fff;
    font-size: 14px;
}

.forget-password {
    color: #fff;
}

.sign-in-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    color: #3071ff;
    padding: 0.8rem 1rem;
    margin-top: 0px;
}

.uc-padding {
    padding: 4%;
}

.bg-image-login {
    background-image: url(../images/login-bg.png);
    border-radius: 0px 0px 0px 0px;
    /* position: fixed; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 100%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
    /* Firefox */
}

.search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

.search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

.plus-img {
    filter: grayscale(100%);
}

.remove-file {
    filter: grayscale(100%);
    border: none;
    background: transparent;
    padding: 5px;
    outline: none !important;
}
/* Profile setting css here */

.setting-icon {
    cursor: pointer;
}

.dropdown-menu {
    background: #ffffff;
    border: 1px solid #ececec;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    text-align: center;
    color: #000000;
    font-size: 12px;
}

#action-btn .dropdown-menu {
    border-radius: 16px;
}

#action-btn a.dropdown-item:first-child {
    border-bottom: 1px solid #ddd;
}

.dropdown-item:active {
    color: rgba(48, 113, 255, 1);
    text-decoration: none;
    background-color: transparent;
    text-align: center;
}

.dropdown-item:hover {
    color: rgba(48, 113, 255, 1);
    text-decoration: none;
    background-color: transparent;
    text-align: center;
}
/*side bar menu */

.side-bar-bg {
    background: #3071ff;
    border-radius: 0px 40px 40px 0px;
    max-width: 130px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.alert {
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 13px;
}

.select-drop .form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select-drop select {
    width: 100%;
    outline: none;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    height: 45px;
}

.select-drop option {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
}

.select-opt {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

select#selectedTradeValue {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%),
        linear-gradient(135deg, white 50%, transparent 50%),
        linear-gradient(to right, #fff, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), calc(100% - 0em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.select-drop-main {
    border: 1px solid #ede0e0;
    border-radius: 40px;
    max-width: 100%;
    width: 200px;
}

.select-drop-main .form-control {
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #8a8a8a 50%),
        linear-gradient(135deg, #8a8a8a 50%, transparent 50%),
        linear-gradient(to right, #fff, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), calc(100% - 0em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    width: 100%;
}

.select-drop-main .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-radius: 30px;
}

.sign-in-f a {
    color: #fff;
}

.card-a-color a {
    color: #fff;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_length label {
    font-weight: 500;
    color: #000;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #d7e3ff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 2px;
}
/* Media query css here */

@media only screen and (max-width: 768px) {
    .main-head-title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: normal;
        text-transform: capitalize;
        color: #ffffff;
        text-align: center;
    }
    .upload-file-block {
        max-width: 100% !important;
    }
    .image-u-block {
        max-width: 100% !important;
    }
    .delete-circle {
        right: 22px !important;
    }
    .bg-image-login {
        background-image: url(../images/login-bg.png);
        border-radius: 0px 0px 0px 0px;
        position: relative;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        min-height: 730px;
    }
    .uc-main {
        background: #ffffff !important;
        min-height: calc(100% - 160px);
        width: 100%;
        padding: 20px 0px;
    }
    .uc-sidebar {
        background: rgba(48, 113, 255, 1);
        border-radius: 28px 28px 28px 28px;
        margin-top: -30px;
        z-index: 99;
    }
    .homepage-content {
        /* position: absolute;
        top: 0px;  */
        border-radius: 0px;
        height: 220px;
        max-height: 100%;
    }
    .uc-logo {
        text-align: center;
        display: block;
    }
    .uc-logo img {
        width: 100px;
    }
    .login-block {
        background: #3071ff;
        border-radius: 40px;
        border: none;
        padding: 12px 20px;
        top: 65px;
        margin-bottom: 80px;
    }
    .login-welcome h1 {
        font-size: 40px;
        padding-top: 0px;
        margin: 0px;
        line-height: normal;
        padding-bottom: 0px !important;
    }
    .uc-padding {
        padding: 0px 0px;
    }
}

.custom-nav {
    width: 100%;
    background: #3d71ff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 575px) {
    .uc-menu__links .nav-item .nav-link.active {
        background: #ffffff;
        box-shadow: inset 5px 5px 8px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        color: #000;
        margin-left: 0px;
        padding: 12px 0px;
        padding-left: 12px;
    }
    .uc-menu__links .nav-link.active .icon-black {
        display: inline-block;
        margin-right: 0px;
    }
    .uc-menu__links .nav-link {
        text-align: left;
        padding: 14px 0px 14px 10px;
    }
    .navbar-light .navbar-brand {
        color: rgb(255 255 255 / 90%);
    }
    .uc-sidebar-menu .uc-menu__links span {
        display: initial;
        margin: 6px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        letter-spacing: 0.42px;
        padding: 10px 0px 6px 10px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgb(255 255 255);
        margin-top: 14px;
    }
    .main-heading h1 {
        padding-top: 0px;
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 10px !important;
    }
    .main-heading h6 {
        font-size: 20px;
    }
    .uc-menu__links .nav-item .nav-link.active .icon-white {
        display: none;
    }
    .uc-content .mb-5,
    .my-5 {
        margin-bottom: 1rem !important;
    }
    .bg-image-login {
        background-image: url(../images/login-bg.png);
        border-radius: 0px 0px 0px 0px;
        position: relative;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        min-height: 780px;
    }
    .captcha-block img {
        border-radius: 40px;
    }
    .mobile-logo {
        width: 70px;
    }
    .mc-logo {
        display: none;
    }
    .top-header-c-head {
        font-size: 22px !important;
    }
    /* .uc-logo {
        text-align: center;
        display: none;
    } */
}

.uc-create-table {
    padding-top: 0px;
}
/* upload file css here */

.upload-file-block {
    border: 1px dashed #dadada;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 270px;
    height: 270px;
    position: relative;
}

.upload-btn-wrapper {
    /* position: relative;
                                overflow: hidden;
                               display: inline-block; */
    text-align: center;
    padding-top: 26px;
}

.upload-file-block .btn {
    border: 0px;
    color: #fff;
    background-color: white;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    background: #3071ff;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.pdf-uploads {
    max-height: 250px;
    height: 100%;
    background: #3d71ff52;
}

img.upload-img-pdfs {
    width: 150px;
    margin: 30px;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.upload-format {
    color: #8e8888;
    font-size: 12px;
    margin-bottom: 8px;
}

.upload-drag {
    padding-top: 14px;
    font-size: 16px;
}

.upload-size-m {
    padding-top: 10px;
    display: block;
    font-size: 12px;
}

.upload-file-block-input {
    border: 1px dashed #dadada;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
}

.upload-img {
    width: 62px;
}

.mc-logo {
    text-align: right;
}

.pdf-upload {
    float: left;
}

.upload-drag-pdf {
    float: left;
    padding-left: 20px;
    padding-top: 0px;
}

.upload-btn-wrapper-pdf {
    top: -20px;
    left: 10px;
    text-align: left;
}

.btn-pdf {
    font-weight: bold;
    color: rgba(48, 113, 255, 1);
    cursor: pointer;
    text-decoration: underline;
}

.upload-img-pdf {
    width: 46px;
}

.upload-size-m-input {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: -6px;
}

.top-header-c-head {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 30px;
    line-height: 64px;
    letter-spacing: 0.42px;
    color: #3d71ff;
    margin-bottom: 0px;
    text-decoration: underline;
}

.label-text {
    font-size: 18px;
}

.delete-circle {
    background: white;
    border-radius: 100%;
    position: absolute;
    right: 104px;
    top: 55px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.delete-circle img {
    width: 14px;
    margin: 7px;
}

.image-u-block img {
    /* width: 100%; */
    border-radius: 10px;
}

.image-u-block {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px dashed #dadada;
    max-width: 270px;
    background: #eaeaea1f;
    min-height: 270px;
    height: 270px;
    text-align: center;
}

.btn-status-table {
    background: #3071ff;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 22px;
}

.btn-status-table-light {
    background: rgba(137, 174, 255, 1);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 22px;
}

.btn-outline-status {
    border: 1px solid #3071ff;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 10px 22px;
}

.btn-status-table a {
    color: #fff;
}

.btn-a a {
    color: #fff;
}
/*
 * Switcher Styles
 */

.switcher {
    display: inline-block;
    height: 43px;
    margin-top: 5px;
    padding: 4px;
    background: transparent;
    width: 93%;
    border-radius: 30px;
    border: solid 2px #fff;
    position: relative;
}

.switcher__input {
    display: none;
}

.switcher__label {
    float: left;
    width: 50%;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 10;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.switcher__toggle {
    position: absolute;
    float: left;
    height: 43px;
    width: 50%;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 30px;
    left: -2px;
    top: -2px;
    transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.switcher__input:checked + .switcher__label {
    color: #3d71ff;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .switcher__input--yang:checked ~ .switcher__toggle {
        left: 226px !important;
    }
}

@media only screen and (max-width: 576px) {
    .switcher__input--yang:checked ~ .switcher__toggle {
        left: 160px !important;
    }
}

.switcher__input--yang:checked ~ .switcher__toggle {
    left: 162px;
}

@media screen and (min-width: 1920px) {
    .uc-padding {
        padding: 13%;
    }
}
/*--------------------
custom search bar
--------------------*/

.search-form {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 40px;
    border-radius: 37px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #ede0e0;
}

.search-form.focus {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.search-input {
    position: absolute;
    top: 10px;
    left: 38px;
    font-size: 14px;
    background: none;
    color: #000;
    width: 195px;
    height: 20px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search-button {
    position: absolute;
    top: 6px;
    left: 11px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
}

.search-button svg {
    width: 20px;
    height: 20px;
    fill: #5a6674;
}

.search-option {
    position: absolute;
    text-align: right;
    top: 10px;
    right: 15px;
}

.search-option div {
    position: relative;
    display: inline-block;
    margin: 0 1px;
    cursor: pointer;
}

.search-option div input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
    cursor: pointer;
}

.search-option div span {
    position: absolute;
    display: block;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    background: #929aa3;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 7px;
    border-radius: 12px;
    top: -18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-option div span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 4px solid #929aa3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-option div:hover span {
    opacity: 1;
    top: -21px;
}

.search-option div label {
    display: block;
    cursor: pointer;
}

.search-option div svg {
    height: 20px;
    width: 20px;
    fill: #5a6674;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.outer {
    padding: 8px;
    width: 100%;
    height: 30px;
    background: #f7f7f7;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.inner {
    height: 15px;
    background: #3071ff;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.has-error input[type="checkbox"] {
    outline: 1px solid #c00;
    margin-left: 8px;
}
/* complain load section css here */

.complain-head {
    font-weight: 500;
    font-size: 0.9rem;
    background: #3d71ff;
    width: 100% !important;
    display: block;
    max-width: 100%;
    border-radius: 4px;
    color: #fff;
    padding: 4px;
}

.content-area-b .form-group label {
    font-weight: 500;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #efefef;
    opacity: 1;
}

.upload-custom {
    position: absolute;
    z-index: 111111;
    top: 2px;
    left: 10px;
    font-size: 15px;
    color: rgb(153, 153, 153);
    width: 90%;
}

.button-wrap {
    position: relative;
    padding: 0px;
    /* border: 1px solid #ced4da; */
    border: none;
    border-radius: 30px 0.25rem 0.25rem 30px;
}

.new-button {
    display: inline-block;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 24px;
    background-color: #3d71ff;
    font-size: 14px;
    color: #fff;
    z-index: 9999999;
    position: absolute;
}

.label-hint {
    font-size: 11px;
    color: rgb(93, 89, 89);
}

.mr-20 {
    margin-left: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.card .img-block {
    /* max-height: 152px; */
    overflow: hidden;
    text-align: center;
}

.card-header {
    padding: 5px;
    margin-bottom: 0;
    background-color: rgb(61 113 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #fff;
    border-radius: 4px !important;
}

.filter-drop {
    width: 280px;
}

.subsection {
    background: none;
    border: none;
    border-radius: 2px;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.subsection h5 {
    font-weight: 500;
    font-size: 0.9rem;
    background: #3d71ff;
    width: 100% !important;
    display: block;
    max-width: 100%;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
    margin-bottom: 0.5rem;
}

.label-hint {
    font-size: 11px;
    color: rgb(93, 89, 89);
}

.mr-20 {
    margin-left: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

#section-to-print {
    overflow-x: auto;
}

.tile-stats.white-bg h3 {
    color: #3071ff;
    font-size: 15px !important;
    width: 150px;
    font-weight: 400 !important;
    margin-bottom: 0;
}
.tile-stats.white-bg {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 22px !important;
    border: none;
    padding: 35px 30px 20px;
}
.tile-stats.white-bg {
    vertical-align: middle;
}
.white-bg .count span {
    font-size: 24px;
    color: #3071ff;
    font-weight: 600;
}
.media-body {
    margin-left: 20px;
    height: 70px;
}

.tile-stats.white-bg.active {
    box-shadow: 0px 0px 10px rgb(61 113 255);
}
.trade-dashboard a {
    text-decoration: none;
}
/* .tile-stats.white-bg.active h3,
    .white-bg.active .count span  {
        color: #ffffff !important;
    }
     .tile-stats.white-bg.active h3  {
        color: #ffffff !important;
        font-weight: 500 !important;
    } */
@media (max-width: 767px) {
    .trade-dashboard .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .trade-dashboard .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.progress {
    padding-top: 10px;
}

.notifications .notifcation-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    font-family: Montserrat;
    text-transform: capitalize;
    color: #4a4a4f;
    display: block;
}

.notifications .notifcation-subtitle {
    font-size: 12px;
    line-height: 18px;
    text-transform: inherit;
    font-family: Montserrat;
    color: #5e5e5e;
    display: block;
}
.notifications .notifcation-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    display: block;
    font-family: Montserrat;
    text-transform: initial;
    margin-top: 21px;
    color: rgba(94, 94, 94, 0.68);
}
.notifications .inner-card .card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 10px;
}
.notifications .inner-card {
    background: rgba(48, 113, 255, 0.03);
    border: 1px solid rgba(48, 113, 255, 0.2);
    border-radius: 4px;
}

.notifications .outer-card {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
        #fefefe;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.notifications .mb-28 {
    margin-bottom: 28px;
}
.container.notifications {
    padding: 40px 41px;
}
.read-notification {
    background: #F8F8F8;
}
.notifications a {
    text-decoration: none;
}
.outer-card .col-md-1 {
    padding-top: 8px;
}
.outer-card .col-md-8 {
    padding-top: 12px;
}

.p-13{
    margin: 0px 19px;
    padding: 13px 0px;
    border-bottom: 0.6px solid #d8d8d8;
}

.btn-notification {
    background: #ffffff;
    border: 1px solid #ede0e0;
    box-sizing: border-box;
    border-radius: 40px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.42px;
    color: #333333;
}
.btn-notification img {
    margin-left: 20px;
}
.notification-modal .modal-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.notification-modal .modal-content .modal-header {
    padding: 0px 20px 13px;
}
.notification-modal .modal-content {
    padding: 17px 0px;
}

.modal-content .modal-body a, .modal-content .modal-title a, .modal-content .modal-footer span a {
    text-decoration: none !important;
}

.notification-modal .text-mark-as-read a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #3d75f6;
    cursor: pointer;
}
.notification-modal .notifcation-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #4a4a4f;
    display: block;
    text-align: left;
}

.notification-modal .notifcation-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    text-transform: inherit;
    color: #212529;
    display: block;
}
.notification-modal .notifcation-date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: block;
    text-align: left;
    text-transform: initial;
    color: rgba(94, 94, 94, 0.68);
}

.notification-modal .modal-body {
    padding: 0px;
    overflow-y: auto;
    height: auto;
    max-height: 385px;
}
.notification-modal {
    right: 132px;
    background: transparent !important;
    top: 98px;
    left: 28%;
    border-radius: 6px;
    overflow: visible !important;
}
.notification-modal .modal-dialog {
    width: 302px;
    height: 400px;
    /* box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.172886); */
}
.notification-modal .modal-footer {
    justify-content: center;
    padding: 10px 0px 0px;
}
.icon-size img {
    width: 27.63px;
    height: 27.63px;
}
.header-container{
    height: auto;
}
.header-container img{
    width: 160px;
}
.header-right {
    text-align: right;
    margin-top: -100px;
}
.transactions h1 , .transactions .footerlinks a, .transactions .footerlinks li, .transactions h3, .transactions h5 , .transactions p,.transactions h4 , .transactions b, .transactions span
{
    font-family: Nunito Sans,sans-serif;
}   

.transactions header{
    border: none;
}

.transactions p.itemprice span:nth-child(1){
    width: 74%;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 500;
}

.transactions p.itemprice span:nth-child(2){
    font-size: 16px;
    width: 20%;
}

.transactions {
    overflow: hidden;
}

.transactions p.itemprice:nth-of-type(3) {
    padding-bottom: 15px;
}

.transactions .main-content{
    margin-top: 100px;
    padding: 0px 20px;
    text-align: center;
}

.transactions .rightBox {
    min-height: 290px;
    /* padding-left: 30%; */
}

.transactions .main-logo img{
    width: 130px;
    padding-top: 10px;
    padding-right: 10px;
}
#paytmWithPaytm {
    background-color: #3d71ff;
    border: 1px solid #3d71ff;
    cursor: pointer;
}
#footer-bottom-paytm {
    text-align: center;
    font-family: Nunito Sans,sans-serif;
}
.topLeftBox p.itemprice span:nth-child(1){
    width: 65%;
    padding-right: 10px;
    font-weight: 500;
    font-size: 16px;
}
.media-body-hyt{
    height: auto;
}

/* transaction page css */
.trans-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 80%;
    margin: auto;
}
.topRightBox {
    width: 50%;
    text-align: left;
    padding-left: 16%;
}
#paytmWithPaytm{
    padding: 9px 21px 8px 17px;
        background: #00baf2;
        border-radius: 4px;
        border: 1px solid #00baf2;
        color: #ffffff;
        font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

.unread-notification{
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: red;
    top: -3px;
    right: 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 9px;
    text-align: center;
    padding-top: 1px;
}

.btn-notification{
    position: relative;
}

@media screen and (max-width: 1024px) {
    .trans-box .topRightBox{
        padding-left: 8%;
    }
    .light-blue-color.tile-stats h3{
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .unread-notification{
        top: 22px;
        right: 46px;
    }
    .trans-box .topRightBox{
        padding-left: 0px;
    }
  
    .trans-box{
        width: 90%;
    }
    .transactions .main-content{
        padding: 0px;
    }
  
    .topLeftBox p.itemprice.extra {
        padding-right: 5px;
    }
    .light-blue-color.tile-stats h3{
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .transactions p.itemprice span:nth-child(2){
        word-break: break-word;
    }
    p.itemprice.extra {
        min-height: 49px;
    }
    .topLeftBox p.itemprice span:nth-child(1){
        display: block;
    }
}
.footer-text {
    text-align: center !important;
    /* margin-left: 5%; */
    background-color: #3071ff3b;
    padding: 10px;
}
.text-center.footer-text.position-absolute {
    bottom: 0;
    left: 0;
    width: 100%;
}
.applyForCert {
    padding: 10px;
}

.applyForCert a {
    cursor: pointer;
    text-decoration: none; 
}