﻿
.btn-outline-primary {
    --bs-btn-color: #00457C;
    --bs-btn-border-color: #00457C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00457C;
    --bs-btn-hover-border-color: #00457C;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00457C;
    --bs-btn-active-border-color: #00457C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00457C;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00457C;
    --bs-gradient: none;
}

.btn-outline-primary {
    color: #00457C;
    background-color: #fff;
    border-color: #00457C;
    font-size: 14px !important;
    font-weight: 400 !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:active {
        color: #fff;
        background-color: #02365f;
        border-color: #02365f;
    }

body {
    padding-top: 75px;
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

a {
    color: #4776E6;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

b, strong, th {
    font-weight: 500;
}
/* Typography */
.fs-7 {
    font-size: 14px;
}

.h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #00457C;
    font-size: 24px;
}

h4 {
    color: #00457C;
}

h4, .h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
}

label {
    font-weight: 500;
}

.wordwrap {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.text-primary {
    color: #337ab7 !important;
}
/* Layout */
.panel {
    position: relative;
}

.w-15 {
    width: 15%;
}

.w-5 {
    width: 8%;
}

.w-13 {
    width: 13%;
}

.fs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.mt-20 {
    margin-top: 20px;
}

.no-padding {
    padding: 0;
}

.card-footer {
    background-color: #ebeef3;
    padding: 20px 0;
}

.dropdown-item {
    font-size: 14px;
    line-height: 20px;
}



.sidebar .nav-link {
    padding: 10px 15px;
}

    .sidebar .nav-link a {
        color: #4776e6;
    }

    .sidebar .nav-link.disabled a {
        color: #333;
    }

.nav-link.disabled {
    cursor: not-allowed;
    pointer-events: unset;
}

    .nav-link.disabled a:hover {
        text-decoration: none;
    }

.sidebar .nav-link.active {
    background-color: #00457C;
}

    .sidebar .nav-link.active a {
        color: #fff;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

.badge {
    font-size: 12px;
}

.error {
    border: 1px solid red !important;
}

.table {
    font-size: 14px;
}

    .table .table {
        font-size: 14px;
    }

.no-arrow::after {
    content: none;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    height: 50px;
    line-height: 20px;
    display: block;
    margin: 0;
}

    .navbar-brand img {
        display: block;
        height: 83%;
        margin-top: 5px;
    }

.navbar .nav-link {
    padding: 20px !important;
    color: #4776E6;
}

    .navbar .nav-link:hover, .navbar .nav-link.show {
        color: #333;
        background-color: #e7e7e7;
    }

.navbar .nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.policies .btn-group .btn-outline-secondary {
    width: 110px;
}

.btn-group .btn-primary {
    border-color: #dee2e6;
    background-color: #dde6fd;
    color: rgb(51, 51, 51);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #23527c;
    color: #fff;
}

.btn-link {
    text-decoration: none;
}

    .btn-link:focus, .btn-link:hover {
        color: #23527c !important;
        background-color: transparent;
    }

.btn-sm {
    font-size: 12px;
}

.btn-group .btn-outline-secondary {
    border-color: #dee2e6;
    background-color: #fff;
    color: rgb(51, 51, 51);
}

.btn-group .btn-primary {
    border-color: #dee2e6;
    background-color: #dde6fd;
    color: rgb(51, 51, 51);
}

.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:active {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 14px;
}

.btnProductSelect {
    height: 110px;
    border-radius: 10px;
    font-size: 18px;
    text-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .btn-primary {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: #FCFCFD;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 324px;
    max-width: 100%;
}

    .product .btn-primary:active, .product .btn-primary:hover {
        font-size: 20px !important;
        background-color: #02365f;
        border-color: #02365f;
        color: #fff !important;
    }

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00457C;
    --bs-btn-border-color: #00457C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #023 65f;
    --bs-btn-hover-border-color: #02365f;
    --bs-btn-focus-shadow-rgb: 0,69,124;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #02365f;
    --bs-btn-active-border-color: #02365f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-active-bg: #02365f;
    --bs-btn-active-border-color: #02365f;
    --bs-btn-active-color: #fff;
}

.btn-outline-primary:hover {
    background-color: #02365f !important;
    border-color: #02365f !important;
}

.btn-primary {
    background-color: #00457C !important;
    --bs-btn-border-color: #00457C !important;
    font-size: 14px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  
        background-color: #02365f !important;
        --bs-btn-border-color: #02365f !important;

    }

.btn-primary-blackpointnext {
    border-color: transparent;
    background-color: #8dc63f;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    margin-right: 15px;
    width: 250px;
}

.btn-primary-blackpointback {
    border-color: transparent;
    background-color: #8f908f;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    margin-right: 15px;
    width: 250px;
}

.btn-primary-blackpointnext:hover {
    color: #fff;
    background-color: #7bad38;
    border-color: #7bad38;
}

.btn-primary-blackpointprev:hover {
    color: #fff;
    background-color: #7bad38;
    border-color: #7bad38;
}

.activebtn {
    background-color: #dde6fd !important;
}

.btn-outline-secondary.activebtn:active {
    background-color: #dde6fd !important;
    color: rgb(51, 51, 51);
    border-color: #dde6fd;
}

/* Form */
.form-group {
    margin-bottom: 15px;
}

.form-control, .form-select {
    height: 34px;
    font-size: 14px;
    border: 1px solid #AEAEAE;
}

.form-select {
    color: #555;
}

.form-label {
    margin-bottom: 5px;
}

.label {
    font-size: 92%;
    font-weight: normal !important;
}

.label-info {
    background-color: #EFF1F2;
}

.radio label {
    font-weight: 400;
}

.input-group-text {
    height: 34px;
    font-size: 14px;
}

.form-check-label {
    font-size: 16px;
    font-weight: 400;
    padding-left: 6px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border-color: #AEAEAE !important;
}

.form-check-inline {
    margin-right: 30px;
}

.form-switch .form-check-input {
    width: 50px;
    height: 24px;
    /*added*/
    transition: background-position .30s ease-in-out !important
}

.form-switch .form-check-label {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    margin-left: 10px;
}
/*LeftModal*/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px;
}
/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}
/*leftModal end*/
/*websitetagging*/
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 32px;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: 40%;
    }

        .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: rgb(105, 120, 136);
        padding: 4px 6px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:before {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                color: #333;
                background: #e7e7e7;
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }
/*websitetagging end*/
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    border-color: #ccc;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}

.image-upload input {
    display: none;
}

.image-upload span {
    cursor: pointer;
}

.indicationtable th, .indicationtable td {
    vertical-align: middle !important;
}

.indicationtable {
    margin-bottom: 0;
}

    .indicationtable th img {
        max-width: 100px;
        max-height: 30px;
    }

.inactive {
    position: absolute;
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
}

.loading {
    top: 50%;
    margin-top: -56px;
}

    .loading .modal-dialog {
        width: 150px;
        margin: 0px auto;
    }

    .loading .modal-content {
        background-color: transparent;
        box-shadow: none;
    }

.backdrop-loading {
    filter: alpha(opacity=50);
    opacity: 1 !important;
    background-color: #fff;
}

.break-word h4 {
    word-break: break-word;
}

.custom .modal-content {
    border-color: #2e6da4;
}

.custom.modal {
    top: 25%;
    margin-top: -90px;
}

.carrierbtn.active.focus, .carrierbtn.active:focus, .carrierbtn.focus, .carrierbtn:active.focus, .carrierbtn:active:focus, .carrierbtn:focus {
    outline: none !important;
    outline-offset: 0px !important;
    background-color: #dde6fd !important;
}

.applicantwebsiteDisable {
    pointer-events: none;
    background-color: #eee;
    opacity: 1;
}

#divPWIProductInfo {
    margin: auto;
}

.loader {
    animation: spin 2s linear infinite;
}

.toolbar-body {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.btn-toolbar .btn-outline-secondary:hover {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-toolbar .btn-primary, .btn-toolbar .dropdown-item:focus, .dropdown-item:hover {
    background-color: #23527c;
    color: #fff;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderindication {
    background: rgba(225, 221, 221, 0.4) !important;
}

@media screen and (min-width:768px) {
    .sidebar {
        display: block;
        position: fixed;
        top: 70px;
        left: 0;
        bottom: 0;
        width: 200px;
        overflow-y: auto;
        /*background-color: #fafafa;*/
    }

    .content {
        margin-left: 200px;
        margin-right: 200px;
    }

    .back {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}

@media screen and (max-width:768px) {
    .fs .container {
        width: 100%;
    }

    #divPWIProductInfo {
        max-width: 360px;
    }
}

@media screen and (min-width: 992px) {
    #divPWIProductInfo {
        max-width: 590px;
    }
}

@media screen and (min-width: 1200px) {
    #divPWIProductInfo {
        max-width: 710px;
    }
}
/************Stepsbar *************/
.stepsbar {
    padding: 36px 0;
}

.bs-wizard {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .content {
        margin-left: 0;
    }
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    float: left;
    width: 20%;
}

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        background: #D6D6D6;
        color: #000;
        border: 1px solid #979797;
        text-align: center;
        line-height: 23px;
        font-size: 12px;
        top: 15px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
            content: ' ';
            width: 15px;
            height: 15px;
            background: transparent;
            border-radius: 50px;
            position: absolute;
            top: 1px;
            left: 1px;
        }

    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 1px;
        box-shadow: none;
        margin: 8px 0;
        background-color: #AEAEAE;
    }

        .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
            width: 0px;
            box-shadow: none;
            background: #333;
        }

    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
        width: 0%;
    }

    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
        background-color: #fff;
    }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
            opacity: 0;
        }

    .bs-wizard > .bs-wizard-step:first-child > .progress {
        left: 50%;
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step:last-child > .progress {
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
        pointer-events: none;
    }

    .bs-wizard > .bs-wizard-step.complete .bs-wizard-dot {
        background-color: #296EFA;
        color: #fff;
        border-color: #296EFA;
    }

    .bs-wizard > .bs-wizard-step.active .bs-wizard-dot {
        background-color: #D6D6D6;
        color: #55924e;
        border-color: #979797;
    }

@media screen and (min-width: 768px) {
    .stepsbar {
        position: absolute;
        width: 290px;
        top: 0;
        left: 575px;
    }

        .stepsbar .container {
            width: auto;
        }
}

#divAdvancedOptions .btn-group .btn-outline-secondary, .btn-group .btn-secondary {
    height: 34px !important;
    font-weight: normal;
    min-width: 87px !important;
}

#divAdvancedOptions h4 {
    font-size: 17px !important;
}

#divAdvancedOptions {
    transition-duration: 0.5s;
}

@media screen and (max-width:768px) {
}

.applicantwebsiteDisable {
    pointer-events: none;
    background-color: #eee !important;
    opacity: 1;
}

.btn-group .btn-secondary {
    max-width: 180px !important;
}

.btn-group .btn-outline-secondary {
    max-width: 190px !important;
}

.btn-group .btn-outline-secondary, .btn-group .btn-secondary {
    height: 56px;
    color: #323E48;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #AEAEAE;
    border-radius: 5px;
    font-weight: 500;
    background-color: #fff;
}

.btn-group .btn.active {
    background-color: #d6deef !important;
    color: #323E48;
    border-color: #AEAEAE;
}

.btn-group .btn-check:checked + .btn, .btn-group .btn.active, .btn.show, .btn-group .btn:first-child:active, :not(.btn-check) + .btn:active {

    color: #323E48;
    border-color: #AEAEAE;
}

.action-buttons .btn {
    padding: 6px 28px;
}

.action-buttons a:hover {
    text-decoration: none;
}

input[type="radio"].input-validation-error + label.btn {
    /* CSS styles for sibling when it directly follows element1 */
    border: 1px solid #a94442 !important;
}

@media screen and (max-width:768px) {
    .sidebar {
        display: none;
    }
}

.text-black {
    color: #333 !important;
}

.spinner-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(255,255,255,.8);
}

.spinner {
    animation: rotator 1s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1s ease-in-out infinite, colors 4.6s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: #296EFA;
    }

    25% {
        stroke: #296EFA;
    }

    50% {
        stroke: #296EFA;
    }

    75% {
        stroke: #296EFA;
    }

    100% {
        stroke: #296EFA;
    }
}

@keyframes dash {

    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

.spinnerSmall {
    width: 30px !important;
    height: 30px !important;
}

.loaderscreens {
    background-color: rgba(255,255,255,1) !important;
}

.file-input-label {
    color: #212529;
    font-weight: 500;
}

.file-input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    height: 41px;
    cursor: pointer;
    width: 100px;
}

.file-input-label i {
    font-size: 28px;
    color: #a0a8b4;
    padding-right: 10px;
}

.btn-primary-blackpointback {
    border-color: transparent;
    background-color: #8f908f;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    margin-right: 15px;
    width: 250px;
}

.btn-primary-blackpointnext:hover {
    color: #fff;
    background-color: #7bad38;
    border-color: #7bad38;
}

.btn-primary-blackpointprev:hover {
    color: #fff;
    background-color: #7bad38;
    border-color: #7bad38;
}

.activebtn {
    background-color: #dde6fd !important;
}

.btn-group.custom-btn .btn-outline-secondary {
    width: 178px !important;
    height: 32px !important;
    line-height: 16.41px !important;
}

.quoteinactive {
    position: absolute;
    background: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    z-index: 1028;
}

.action-buttons {
    margin-top: 32px !important
}

/*position changed*/
/* Buttons */
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {

    background-color: #d6deef;
    color: #fff;
    border-color: #AEAEAE;
}

.custom-mt-24 {
    margin-top: 24px;
}

.angucomplete-dropdown::-webkit-scrollbar {
    width: 6px !important;
    height: 8px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
   
    background-color: #c1c1c1;
    border-radius: 6px;
}

.custom-select {
    width: 50%;
}

.custom-mb-32 {
    margin-bottom: 32px;
}

.custom-mb-24 {
    margin-bottom: 24px;
}

.custom-ms-10 {
    margin-left: 10px;
}

#divLogin .btn-link:focus, #divLogin .btn-link:hover {
    text-decoration: underline;
}

#divLogin a:hover {
    text-decoration: none;
}

.fs .container {
    max-width: 390px;
}

.btn-default {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
    font-size: 14px;
}

    .btn-default:active:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.forget-text a:hover {
    text-decoration: underline;
}

#WLasidebarRight #divUserGuideAndDemo {
    right: 90px;
    top: 0;
    position: absolute;
}

.form-check-input.toggleondisable:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
    background-color: #d9d9d9;
}
.text-black-md {
    color: #000 !important;
}


