﻿.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {
    color: inherit;
}

input:focus {
    outline: none;
}

button:focus {
    box-shadow: none
}

.form-submit {
    width: 100%;
    border-radius: 27px;
    background-color: #555;
    height: 54px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    color: #fff
}

.title {
    font-size: 26px;
    margin-bottom: 48px;
    display: block;
    font-weight: 700;
    margin-bottom: 0
}

.form-submit.on_active {
    background-color: #f63
}

div#pagination_length {
    display: none !important
}

div#pagination_filter {
    display: none !important
}

.login_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh
}

    .login_wrapper .login_screen {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

        .login_wrapper .login_screen .logo_box {
            margin-bottom: 30px;
        }

        .login_wrapper .login_screen .title {
            font-size: 26px;
            margin-bottom: 48px;
            display: block;
            font-weight: bold;
        }

    .login_wrapper .form-area {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .login_wrapper .form-area .form-inner {
            width: 100%
        }

    .login_wrapper .form-group {
        position: relative;
        margin-bottom: 20px
    }

    .login_wrapper .form-control {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 16px;
        padding-top: 21px;
        min-height: 60px;
        font-size: 1rem;
        color: #666;
        background-color: #FFF;
        border: 1px solid #DFE3E7;
        border-radius: 8px;
        -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

    .login_wrapper select.form-control {
        padding-top: 10px;
        transition: .15s
    }

    .login_wrapper .form-control:focus {
        color: #475F7B;
        background-color: #FFF;
        outline: 0;
        box-shadow: none
    }

    .login_wrapper .floating-label {
        font-size: 16px;
        font-weight: 400;
        color: #475F7B;
        opacity: 1;
        top: 16px;
        left: 20px;
        pointer-events: none;
        position: absolute;
        transition: 240ms;
        margin-bottom: 0;
        z-index: 1
    }

    .login_wrapper .floating-diff .floating-label {
        opacity: 0
    }

    .login_wrapper .floating-diff.focused .floating-label {
        opacity: 1
    }

    .login_wrapper .form-group.focused .floating-label {
        opacity: 1;
        color: #7b7f82;
        top: 4px;
        left: 19px;
        font-size: 12px
    }

    .login_wrapper .form-group.focused select.form-control {
        padding-top: 21px
    }

    .login_wrapper .float-checkradio {
        background-color: #FFF;
        border: 1px solid #cacaca;
        border-radius: .267rem;
        padding: 8px 19px;
        transition: .3s;
        min-height: 55px
    }

        .login_wrapper .float-checkradio.focused {
            padding-top: 21px
        }

    .login_wrapper .form-submit {
        width: 100%;
        border-radius: 27px;
        background-color: #555;
        height: 54px;
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
        border: none;
    }

        .login_wrapper .form-submit.on_active {
            background-color: #ff6633;
        }

.details_list {
    margin-bottom: 100px;
}

    .details_list .top_head {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }

        .details_list .top_head .on_active {
            background-color: #ff6633;
            max-width: 168px;
            margin-left: auto;
            font-size: 16px;
            font-weight: 500;
            height: 50px;
            margin-top: 0;
        }

    .details_list .search_box .input-group {
        border: 1px solid #cacaca !important;
        height: 50px;
        border-radius: 30px;
        box-sizing: border-box;
        outline: 0;
        width: 363px;
    }

        .details_list .search_box .input-group img {
            margin-left: 20px;
            padding-right: 10px;
        }

    .details_list .search_box .form-control {
        background: transparent;
        padding: 0 20px 0 0;
    }

        .details_list .search_box .form-control:focus-visible {
            box-shadow: none;
        }

.datepicker table tr td, .datepicker table tr th {
    font-size: 13px;
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.focused {
        background: #5c9be0 !important;
        color: #fff;
    }

    .datepicker table tr td span.focused, .datepicker table tr td span:hover {
        background: #286090 !important;
        color: #fff;
    }

.select_box select, .calender_wrapper input {
    border: 1px solid #cacaca;
    height: 50px;
    border-radius: 8px;
    min-height: 50px;
    outline: none;
    outline: none;
    width: 100%;
    padding-left: 20px;
}

    .select_box select:focus, .calender_wrapper input:focus {
        box-shadow: none;
    }

.datepicker-dropdown {
    margin-top: 8px;
}

.icon_calender {
    position: absolute;
    right: 28px;
    top: 14px;
    width: 18px;
}

.select_box select, .calender_wrapper input {
    border: 1px solid #cacaca;
    height: 50px;
    border-radius: 8px;
    -webkit-appearance: none;
    min-height: 50px;
    outline: none;
    outline: none;
    width: 100%;
}

    .select_box select:focus, .calender_wrapper input:focus {
        box-shadow: none;
    }

.details_list input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

.details_list input[type=date]:focus::-webkit-datetime-edit {
    color: #333 !important;
}

.details_list .calender_wrapper input {
    position: relative;
}

    .details_list .calender_wrapper input:invalid::before {
        color: #333;
        content: attr(placeholder);
        pointer-events: none;
        position: absolute;
        left: 20px
    }

    .details_list .calender_wrapper input:valid:focus:active::before {
        display: none;
    }

.table_wrapper {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    margin-top: 35px;
    position: relative;
}

    .table_wrapper .table {
        margin-bottom: 0;
    }

        .table_wrapper .table thead th {
            border: none;
            font-size: 14px;
            color: #999;
            font-weight: 600;
        }

        .table_wrapper .table td, .table th {
            padding: 25px;
            color: #333;
        }

    .table_wrapper .status_btn {
        background: #b2e7d2;
        min-width: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding: 8px 12px;
        border-radius: 4px;
        max-width: 58px;
    }

        .table_wrapper .status_btn.orenge {
            background: #ffeab4;
        }

        .table_wrapper .status_btn.pink {
            background: #f9c6c6;
        }

    .table_wrapper .sr_icon a {
        margin-left: 20px;
    }

        .table_wrapper .sr_icon a:first-child {
            margin-left: 0;
        }

.dataTables_info {
    padding-left: 0;
    color: #666;
    position: absolute;
    bottom: -60px;
    font-size: 15px;
}

div#pagination_paginate {
    padding-right: 20px;
    position: absolute;
    right: 0
}

    div#pagination_paginate img {
        height: 13px
    }

a#pagination_next img {
    transform: rotate(180deg);
    height: 13px
}

a.paginate_button, span.ellipsis {
    border: 1px solid #e2e2e2;
    width: 37px;
    height: 37px;
    display: inline-flex;
    justify-content: center;
    line-height: 37px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 8px;
    align-items: center;
    color: #e2e2e2 !important
}

.page-item.active .page-link {
    background-color: transparent !important;
    border-color: transparent !important;
}

.paginate_button.current {
    color: #333 !important;
}

.details_list .setting-description {
    background-color: #1c2028;
    border-radius: 15px 15px 0 0;
    min-width: 231.5px;
    width: 100% !important;
    max-width: 483px
}

.details_list .setting-description-text {
    padding-top: 18px !important;
    color: #81828b;
    font-family: Gilroy-Regular !important
}

.details_list .wrapper-dropdown {
    position: relative;
    width: 100%;
    max-width: 483px;
    background: #fff;
    border: 1px solid #cacaca;
    text-align: left;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 8px
}

.details_list .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden
}

.details_list .arrow {
    margin-left: auto;
    margin-right: 10px;
    float: right;
    rotate: 180deg
}

.details_list .selected-display {
    padding-left: 20px
}

.details_list svg {
    transition: all .3s
}

.details_list .wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent
}

.details_list .rotated {
    transform: rotate(-180deg)
}

.details_list .wrapper-dropdown .dropdown {
    transition: .3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden
}

    .details_list .wrapper-dropdown .dropdown li {
        padding: 12px 24px;
        overflow: hidden;
        font-size: 14px;
    }

        .details_list .wrapper-dropdown .dropdown li p {
            margin-bottom: 0;
        }

        .details_list .wrapper-dropdown .dropdown li:last-child {
            border-bottom: none
        }

        .details_list .wrapper-dropdown .dropdown li:hover {
            background-color: #fff;
            border-radius: 10px
        }

.details_list .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
    border: 1px solid #cacaca;
}

.lob-modal .modal-content {
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #d1d1d1;
}

.lob-modal .form-group {
    position: relative;
    margin-bottom: 20px
}

.lob-modal .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 16px;
    padding-top: 21px;
    min-height: 60px;
    font-size: 1rem;
    color: #333;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: 8px;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
}

.lob-modal select.form-control {
    padding-top: 10px;
    transition: .15s
}

.lob-modal button.close {
    position: absolute;
    left: 0;
    padding: 0;
}

.lob-modal .modal-body {
    padding: 20px 40px 40px 40px;
}

.lob-modal .modal-header {
    padding-top: 40px;
    border-bottom: 0;
}

    .lob-modal .modal-header span {
        padding-left: 40px;
        font-weight: 300;
    }

.lob-modal .title {
    font-size: 24px;
    padding-bottom: 26px;
}



.save_btn {
    margin-top: 32px;
}

    .save_btn button {
        flex: 1;
        height: 52px;
        border-radius: 27px;
        margin-right: 10px;
    }

        .save_btn button:last-child {
            margin-right: 0;
        }

.btn.border_btn {
    border: solid 1px #222;
    background-color: #fff;
    color: #222;
}

.modal-dialog {
    width: 425px;
}

button.btn.btn-dark.active {
    background-color: #ff6633 !important;
    border: none;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    outline: 0;
    box-shadow: none
}

.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1
}

.floating-diff .floating-label {
    opacity: 0
}

.floating-diff.focused .floating-label {
    opacity: 1
}

.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px
}

.form-group.focused select.form-control {
    padding-top: 21px
}

.float-checkradio {
    background-color: #FFF;
    border: 1px solid #cacaca;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: .3s;
    min-height: 55px
}

    .float-checkradio.focused {
        padding-top: 21px
    }

/* left panel */
.main_wrapper {
    overflow: hidden;
    margin-top: 42px;
}

.left_panel {
    height: 100%;
    border-right: 1px solid #eeeeee;
}

    .left_panel ul {
        padding-left: 0;
    }

        .left_panel ul li {
            list-style: none;
        }

            .left_panel ul li a {
                padding: 18px 27px;
                display: block;
                text-decoration: none;
                color: #333333;
                position: relative;
            }

                .left_panel ul li a span {
                    padding-left: 20px;
                }

                .left_panel ul li a.active_tb {
                    background: #f8f8f8;
                }

                    .left_panel ul li a.active_tb::after {
                        position: absolute;
                        content: '';
                        width: 5px;
                        height: 100%;
                        background: #333;
                        left: 0;
                        top: 0;
                    }
/* media screen start */

.switch_btn .switch input {
    display: none;
}

.switch_btn .switch {
    display: inline-block;
    width: 50px;
    height: 14px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative
}

.switch_btn .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #B7B7B7;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: visible;
    -webkit-transition: .4s;
    transition: .4s
}

    .switch_btn .slider:before {
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        background: #706F6F;
        border-radius: 100px;
        top: -8px;
        -webkit-transform: translateX(-0px);
        transform: translateX(-0px);
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.23);
        box-shadow: 0 3px 6px rgba(0,0,0,0.23)
    }

.switch_btn .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(25px);
    background: #000000;
}

.switch_btn .off {
    position: absolute;
    left: -25px;
    top: -5px;
    color: #706F6F;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.switch_btn .on {
    position: absolute;
    right: -20px;
    top: -5px;
    color: #d3d3d3;
    font-family: 'roboto_light',sans-serif;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.switch_btn .switch input:checked ~ .off {
    color: #d3d3d3;
    top: -5px
}

.switch_btn .switch input:checked ~ .on {
    color: #43AD50
}

.add_lob_sec {
    margin-top: 30px;
}

    .add_lob_sec .sm-title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        flex: 1
    }

    .add_lob_sec .add_wrapper a {
        border: 1px dashed #cacaca;
        display: flex;
        border-radius: 8px;
        padding: 18px;
        color: #ff6633;
        font-size: 16px;
        text-decoration: none;
        box-sizing: border-box;
        height: 60px;
        align-items: center;
        justify-content: center;
    }

        .add_lob_sec .add_wrapper a span {
            display: inline-block;
            padding-left: 8px;
        }

    .add_lob_sec .wrapper-dropdown {
        max-width: 100%;
        height: 60px;
    }

.add_btn a {
    color: #ff6633;
    text-decoration: underline;
}

.save_btn {
    margin-top: 60px;
    width: 35%;
    margin-left: auto;
}

.add_lob_sec .add_options {
    margin-bottom: 42px;
}


.add_qa .modal-dialog {
    min-width: 786px;
}

.add_qa .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    user-select: none;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

    .add_qa .checkbox input {
        position: absolute;
        width: 0;
        left: 50px;
        height: 0;
        opacity: 0;
        cursor: pointer
    }

    .add_qa .checkbox .checkmark {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #b2b2b2;
        transition: all .2s ease
    }

    .add_qa .checkbox:hover .checkmark {
        background: #f4f4f5;
        transition: all .2s ease
    }

    .add_qa .checkbox input:checked ~ .checkmark {
        background: #333;
        border: 1px solid #333;
    }

    .add_qa .checkbox input[type="radio"] ~ .checkmark {
        border-radius: 50%
    }

    .add_qa .checkbox .checkmark::after {
        position: absolute;
        display: block;
        content: "";
        left: 50%;
        top: 40%;
        width: 4px;
        height: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: translate(-50%,-50%) rotate(45deg);
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -moz-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
        opacity: 0;
        transition: all .2s ease
    }

    .add_qa .checkbox input:checked ~ .checkmark::after {
        opacity: 1;
        transition: all .2s ease
    }


.add_qa .radio-button-container {
    color: rgba(0,0,0,0.75);
    display: block;
    position: relative;
    padding-left: 26px;
    line-height: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 28px;
}

    .add_qa .radio-button-container:last-child {
        margin-right: 0;
    }

    .add_qa .radio-button-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.add_qa .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    transition: all .3s
}

.add_qa .radio-button-container:hover input ~ .checkmark {
    border-color: rgba(0,0,0,0.5)
}

.add_qa .radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0);
    border-color: #b2b2b2;
}

.add_qa .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.add_qa .radio-button-container input:checked ~ .checkmark:after {
    display: block
}

.add_qa .radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #333
}

.add_qa .response_type ul {
    padding-left: 0;
    list-style: none;
}

    .add_qa .response_type ul li {
        margin-bottom: 32px;
    }

        .add_qa .response_type ul li:last-child {
            margin-bottom: 0px;
        }

        .add_qa .response_type ul li h3 {
            font-size: 18px;
            margin-bottom: 20px;
        }

.add_qa .save_btn {
    margin-top: 32px;
    width: 45%;
    margin-left: auto;
}

.add_qa.lob-modal .form-group {
    margin-bottom: 32px;
}

.add_qa .switch_btn .switch {
    position: relative;
    margin-top: -7px;
}

.add_qa .label_text {
    padding-left: 70px;
    top: -6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.add_qa .d-flex.fl-wrap {
    flex-wrap: wrap;
}




.range_slider datalist {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
}

.range_slider option {
    padding: 0;
    font-size: 12px;
    color: #666666;
    margin-left: 6px;
    position: relative;
}

    .range_slider option::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 10px;
        top: 0;
        background: #e6e6e6;
        top: -18px;
        left: 2px;
    }

.range_slider input[type="range"] {
    width: 100%;
    margin: 0;
    overflow: inherit;
    z-index: 1;
    position: relative;
}

.progress {
    background: linear-gradient(to right,#e6e6e6 0%,#e6e6e6 40%,);
    border-radius: 8px;
    height: 6px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none
}

    .progress::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-appearance: none;
        cursor: ew-resize;
        background: #ff6633;
        margin-top: -18px;
        cursor: pointer;
    }

.faq_section {
    border: 1px solid #cacaca;
    border-radius: 8px;
}

    .faq_section ul {
        list-style: none;
        margin-bottom: 0;
        padding: 0px 33px;
        max-height: 420px;
        overflow: auto;
    }

        .faq_section ul li {
            display: flex;
            padding: 22px 0;
            border-bottom: 1px solid #cacaca;
        }

            .faq_section ul li:last-child {
                border-bottom: 0;
            }

            .faq_section ul li .feature_icons {
                margin-left: auto;
                text-decoration: none;
            }

                .faq_section ul li .feature_icons img {
                    margin-left: 18px;
                    display: inline-block;
                }

    .faq_section .check_option {
        padding: 20px 33px 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom: 1px solid #cacaca;
    }

        .faq_section .check_option li {
            border-bottom: 0;
            padding: 0;
            margin-bottom: 20px;
        }


.btn_apply {
    width: 100%;
    text-align: right;
}

    .btn_apply a {
        color: #333;
        text-decoration: underline;
        margin-left: 30px;
    }

.drop_select {
    padding-left: 20px;
}


/* offer disount css */
.discount_applied .modal-dialog {
    max-width: 450px;
}

    .discount_applied .modal-dialog .modal-content {
        padding: 42px;
    }

        .discount_applied .modal-dialog .modal-content .offer_content {
            text-align: center;
        }

            .discount_applied .modal-dialog .modal-content .offer_content .title {
                font-size: 28px;
                font-weight: 600;
                margin-top: 36px;
                margin-bottom: 12px;
            }

            .discount_applied .modal-dialog .modal-content .offer_content p {
                margin-bottom: 0;
            }

            .discount_applied .modal-dialog .modal-content .offer_content .review_btn {
                display: block;
                background: #ff6633;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                height: 52px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 52px;
                text-decoration: none;
            }

            .discount_applied .modal-dialog .modal-content .offer_content .bottom_nav {
                font-size: 16px;
                color: #222;
                text-decoration: underline;
                margin-top: 40px;
                display: block;
            }

.ov_fk .switch_btn .switch {
    position: relative;
    margin-top: -20px;
}

.ov_fk .add_btn a {
    display: block;
    text-align: right;
    font-weight: 500;
}

.margin-bottom {
    margin-bottom: 20px;
}

.add-more {
    color: #ff6633;
    text-decoration: underline;
    background: none;
    display: inline-block;
    width: 100%;
    text-align: right;
    border: none;
    cursor: pointer;
}


.multi-field-wrapper .form-group {
    display: block;
    width: 100%;
    padding: 10px 16px;
    padding-top: 21px;
    height: 60px;
    font-size: 1rem;
    color: #333;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: 8px;
    padding-top: 0;
    outline: none;
    margin-bottom: 20px;
}

button.remove-field:focus {
    outline: none;
}

.multi-field {
    position: relative;
    cursor: pointer
}

button.remove-field {
    background: none;
    border: none;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 24px;
    font-weight: 200;
    color: #333;
    cursor: pointer
}

@media (max-width: 768px) {
    .discount_applied .modal-dialog {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
}
/* offer disount css */


.tq_sec {
    margin-top: 22px;
}

    .tq_sec .sub_title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 24px;
        padding: 0;
        text-transform: inherit;
        color: #333;
    }

    .tq_sec .section_wrapper {
        border: 1px solid #DFE3E7;
        border-radius: 8px;
    }

        .tq_sec .section_wrapper .nav-pills .nav-link {
            border-radius: 0;
            color: #333333;
            padding: 24px;
            border-bottom: 1px solid #cacaca;
            border-right: 1px solid #cacaca;
            font-weight: 500;
        }

        .tq_sec .section_wrapper ul li:first-child .nav-link {
            border-top-left-radius: 8px;
        }

        .tq_sec .section_wrapper ul li:last-child .nav-link {
            border-bottom: 0;
        }

    .tq_sec .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #fbfbfb;
        color: #333333;
        border-right: 1px solid transparent;
    }

    .tq_sec .add_qa .checkbox {
        margin-bottom: 0;
        font-weight: 400;
    }

    .tq_sec .section_wrapper .check_option.dropdown {
        list-style: none;
        margin-bottom: 0;
    }

    .tq_sec .add_qa.check_option.dropdown li {
        padding: 24px 0;
        border-bottom: 1px solid #cacaca;
    }

        .tq_sec .add_qa.check_option.dropdown li:last-child {
            border-bottom: 0;
        }

    .tq_sec .add_qa .checkbox .checkmark {
        margin-right: 10px;
    }


.document_upload_d {
    margin-top: 32px;
}

    .document_upload_d .icon_calender {
        top: 20px;
    }

    .document_upload_d .select_box select, .calender_wrapper input {
        height: 60px;
        border: 1px solid #DFE3E7;
    }

    .document_upload_d .files-wr input {
        display: none
    }

    .document_upload_d .files-wr label {
        border: 1px dashed #cacaca;
        position: relative;
        display: flex;
        color: #ff6633;
        font-size: 16px;
        cursor: pointer;
        transition: all .2s;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 60px;
        border-radius: 8px;
    }

        .document_upload_d .files-wr label img {
            padding-right: 15px;
        }

    .document_upload_d .files-wr .one-file ~ .one-file label {
        display: none
    }

    .document_upload_d .files-wr .one-file.error {
        border: none
    }

        .document_upload_d .files-wr .one-file.error .file-name {
            color: #9c9ea1;
            font-size: 12px;
        }

    .document_upload_d .files-wr .file-item {
        position: relative;
        margin-top: 4px;
        display: flex;
        align-items: center
    }

        .document_upload_d .files-wr .file-item.hide-btn {
            display: none
        }

    .document_upload_d .files-wr .file-name {
        font-size: 16px;
        font-style: italic;
        line-height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px
    }

    .document_upload_d .files-wr .btn-del-file {
        margin-left: 0;
        padding: 0;
        line-height: 16px;
        border-radius: 3px;
        color: #9c9ea1;
        text-align: center;
        cursor: pointer;
        transition: all .2s;
    }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border: 1px solid #cacaca;
    border-radius: 8px;
    height: 50px;
}

/* consumer css Start */
.bg-gray {
    background: #ebebeb;
    padding: 24px 0;
}

.inner_details .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}

.inner_details .mark_details {
    padding: 16px;
    background: #fff;
}

.inner_details .gredient_off {
    background-image: linear-gradient(to left, #c44824 100%, #e66c29 24%);
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 25px;
}

    .inner_details .gredient_off p {
        margin-bottom: 0;
        padding-left: 12px;
    }

.inner_details .sub_heading {
    flex: 1;
    margin-bottom: 24px;
}

.inner_detail .mark_details .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid transparent;
}

.inner_details .mark_details .nav-link {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    color: #ced4da;
    font-weight: 500;
    white-space: nowrap;
}

.inner_details .mark_details .nav-tabs .nav-item {
    margin-right: 20px;
}

.inner_details .mark_details .nav-link.active {
    color: #333;
    font-weight: 500;
    border-bottom: 4px solid #333333;
}

.inner_detail .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.fd-clm .heading-title {
    font-size: 14px;
    margin-bottom: 24px;
}

.inner_details .mark_details ul {
    padding: 0;
    list-style: none;
    flex-wrap: inherit;
}

    .inner_details .mark_details ul li .wrap-wrap {
        flex-wrap: wrap;
    }

.inner_details .mark_details .add_qa .radio-button-container {
    font-size: 14px;
}

.inner_details .mark_details .add_qa .checkmark {
    top: 0;
}

.inner_detail .add_qa .checkmark {
    height: 20px;
    width: 20px;
}

.inner_details .mark_details .fd-clm {
    padding-top: 24px;
}

.inner_details .text-filed {
    margin-bottom: 24px;
    display: block;
}

.inner_details .top_heading {
    font-size: 14px;
    margin-top: 24px;
}

.inner_details .mark_details .fd-clm:first-child {
    border-top: 0;
}

.divider {
    border-top: 1px solid #e6e6e6;
}

.inner_details .mark_details button.btn.btn-secondary {
    width: 100%;
    height: 50px;
    background: #555;
    font-size: 16px;
    font-weight: 600;
}
/* consumer css End */

.inner_details .mark_details .nav-link.active.g-active {
    color: #13a180;
    border-bottom: 4px solid #13a180;
}

.inner_details .mark_details button.btn.btn-secondary.continue-bg {
    background: #ff6633;
    border: 1px solid transparent;
}

.inner_details .mark_details .add_qa .checkbox {
    font-size: 12px;
    font-weight: 300;
}

.inner_details .mark_details ul {
    margin-top: 12px;
}

.inner_details .form-control {
    border: 1px solid #e6e6e6;
}

.expired_link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80vh;
}

    .expired_link .sub_title {
        font-size: 16px;
        color: #666666;
        padding-top: 10px;
    }

    .expired_link .title {
        margin-top: 42px;
    }

    .expired_link .review_btn {
        margin-top: 32px;
        display: block;
        background: #f63;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600
    }

.pegination_v a {
    font-size: 16px;
    color: #333;
}

    .pegination_v a:hover {
        text-decoration: none;
    }

.pegination_v p {
    padding-right: 2px;
    margin-bottom: 0;
}

/* modal */
.modal.fade.ad_survay .modal-dialog.modal-dialog-centered {
    min-width: 746px;
}

.ad_survay table thead tr th {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    padding: 18px 10px;
    border-bottom: 1px solid #dee2e6;
}

.table_block {
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

    .table_block table {
        margin-bottom: 0px
    }

        .table_block table th {
            border: 1px solid transparent;
            border-bottom: 1px solid #dee2e6;
        }

    .table_block .table td, .table th {
        border-bottom: 1px solid #dee2e6;
    }

    .table_block .table tr:last-child td {
        border-bottom: 0px
    }

.ad_survay .modal-content {
    padding: 40px;
    border-radius: 10px;
}

.modal.fade.ad_survay.show .top_title {
    margin-bottom: 32px;
    margin-top: 50px;
}

.ad_survay .close {
    position: absolute;
    font-weight: 300;
    font-size: 34px;
}

.ad_survay .modal-body {
    padding: 0;
}

.ad_survay.width_auto .modal-dialog {
    min-width: auto !important;
}

.ad_survay .list_items {
    padding-left: 15px;
}

.list_items {
    padding-left: 15px;
}

    .list_items li {
        font-size: 16px;
        margin-bottom: 16px;
    }

.gn-reports .table_block .floating-group {
    max-width: 190px;
    margin: 0 auto;
}

.gn-reports .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffff;
}

.gn-reports .table_block .floating-group input {
    font-weight: 500;
}

.gn-reports .table_block .table td, .table th {
    padding: 26px 0;
}

.gn-reports .table thead th {
    border-bottom: 1px solid #dee2e6;
}

.gn-reports .modal-header span {
    font-weight: 300;
    font-size: 40px;
}

.gn-reports .table_block {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    height: 347px;
    overflow: auto;
}

.process_card.graph_chart .nav-item.nav-link:hover {
    color: inherit;
}

.process_card.graph_chart .content_wrapper {
    margin-top: 50px;
}






@media screen and (min-width: 768px) {
    .graph_chart .content_wrapper h6 {
        padding: 0;
        white-space: nowrap;
        padding-right: 60px;
        width: 70%;
    }

    .graph_chart .content_wrapper .block {
        font-size: 1em
    }

    .graph_chart .content_wrapper.legend {
        width: 50%
    }
}



@media (max-width: 991px) {
    .details_list .search_box .input-group {
        width: 100%;
    }

    .lob-modal .modal-content {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .table_wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }

        .table_wrapper .table thead th {
            white-space: nowrap;
        }

    .details_list .search_box .input-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .lob-modal .modal-dialog {
        width: 100%;
    }

    .faq_section ul li {
        font-size: 14px;
    }

        .faq_section ul li .feature_icons {
            display: flex;
            font-size: 14px;
        }

    .score_chart .nav-pills {
        border-bottom: 1px solid #e9e9e9;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }

    .screen_graph .progress_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .clrd_table {
        overflow: auto;
    }

        .clrd_table table tr ul li {
            padding-bottom: 12px;
            white-space: nowrap;
        }

    .listing_wrapper table .head_title {
        white-space: nowrap;
    }
}



/* rating css  started*/

.stp_rating .mrk_dls h5 {
    font-size: 14px;
    margin: 30px 0
}

.stp_rating .circle-button {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    gap: 10px;
}

    .stp_rating .circle-button li p {
        color: #333;
        font-size: 10px;
    }

    .stp_rating .circle-button .rtg_btn {
        width: 32px;
        height: 32px;
        border: solid 2px #ff3012;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 50%;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .stp_rating .circle-button li.active .rtg_btn {
        background: #ff3012;
        font-weight: 600;
    }

    .stp_rating .circle-button .rtg_btn.bg-org {
        border-color: #ff8500;
    }

    .stp_rating .circle-button li.active .rtg_btn.bg-org {
        background: #ff8500;
    }

    .stp_rating .circle-button .rtg_btn.bg-ylw {
        border-color: #ffd10e;
    }

    .stp_rating .circle-button li.active .rtg_btn.bg-ylw {
        background: #ffd10e;
    }

    .stp_rating .circle-button .rtg_btn.bg-grn {
        border-color: #00cf00;
    }

    .stp_rating .circle-button li.active .rtg_btn.bg-grn {
        background: #00cf00;
    }

    .stp_rating .circle-button .rtg_btn.bg-pr-grn {
        border-color: #00b975;
    }

    .stp_rating .circle-button li.active .rtg_btn.bg-pr-grn {
        background: #00b975;
    }

.stp_rating .mrk_dls label {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.stp_rating .fd-clm .heading-title {
    font-weight: normal;
}

.mrk_dls button.btn.btn-secondary.active {
    background: #ff8500 !important;
    border: none;
}
/* rating css  end*/




/* vcc screen start */
.Contect_desc {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 24px;
}

    .Contect_desc .dtls_wrp h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 32px;
        display: flex;
        align-items: center;
    }

        .Contect_desc .dtls_wrp h2 .icon {
            margin-right: 15px;
        }

    .Contect_desc figure {
        margin: 0;
        text-align: right;
        padding-left: 100px;
    }

    .Contect_desc .dtls_wrp .mrgn_btm {
        margin-bottom: 24px;
    }

    .Contect_desc .dtls_wrp label span {
        color: red;
        top: 2px;
        position: relative;
    }

    .Contect_desc .dtls_wrp input {
        height: 60px;
        font-size: 16px;
        color: #333;
    }

    .Contect_desc .dtls_wrp .form-control:focus {
        border: 1px solid #ced4da;
    }

    .Contect_desc .dtls_wrp .mrgn_btm .v_fld {
        margin-top: 6px;
        font-size: 11px;
        color: #666;
    }

    .Contect_desc .dtls_wrp .mrgn_btm .invalid-feedback {
        font-size: 11px;
    }

    .Contect_desc .btn-info.sdl_act {
        background: transparent;
        border: 1px solid #ff6633;
        color: #ff6633;
    }

    .Contect_desc .smt_btn {
        display: flex;
        gap: 25px;
    }

.btn-info {
    height: 52px;
    width: 100%;
    border-radius: 0;
    background: #525252;
    border: none;
    font-weight: 600;
}

    .btn-info.on_active {
        background: #ff6633;
    }

.Contect_desc .dtls_wrp .cstmr_details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #eaeaea;
    padding: 12px 24px;
    grid-gap: 15px;
    border-radius: 4px;
}

    .Contect_desc .dtls_wrp .cstmr_details ul {
        padding: 0;
        margin: 0;
    }

        .Contect_desc .dtls_wrp .cstmr_details ul li {
            list-style: none;
            list-style: none;
            padding: 12px 0;
            font-weight: 500;
        }

    .Contect_desc .dtls_wrp .cstmr_details .req_dtl li {
        color: #666;
        font-weight: 400;
    }

.Contect_desc .dtls_wrp .select_btn {
    margin-top: 32px;
}
/* vcc screen end */
.select_btn label {
    margin-bottom: 26px;
}

.select_btn [type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .select_btn [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #333;
        margin-right: 32px;
    }

        .select_btn [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #666;
            border-radius: 100%;
            background: #fff
        }

        .select_btn [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #0D67CA;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

.select_btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.select_btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.select_btn .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #ff6632;
    background-color: #fff;
    border: 1px solid #ff6632;
}

    .select_btn .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
        box-shadow: none;
    }

/* Schedule a Call start */
.sl_modal .modal-dialog {
    width: 487px;
}

    .sl_modal .modal-dialog .modal-content {
        background: #F9FFFE;
    }

    .sl_modal .modal-dialog .modal-body {
        padding: 32px 24px;
    }

        .sl_modal .modal-dialog .modal-body h3 {
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 24px;
        }

        .sl_modal .modal-dialog .modal-body .checkImg {
            display: block;
            margin-bottom: 25px;
        }

            .sl_modal .modal-dialog .modal-body .checkImg img {
                width: 44px;
            }

        .sl_modal .modal-dialog .modal-body p {
            text-align: center;
            margin-bottom: 18px;
        }

.blinking-button {
    border: 0 solid #6C8003;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 24px;
    font-weight: bold;
    min-width: 40px;
    background-color: #FFC933;
    color: #fff;
    animation: blink 1.3s linear infinite;
    margin-left: 6px;
    cursor: pointer;
}

@keyframes blink {
    0%,100% {
        background-color: #FFC933;
        color: #333;
    }

    50% {
        background-color: #333;
        color: #fff;
    }
}

.btn_vcc {
    margin-left: auto;
    display: flex;
    align-items: center;
}

    .btn_vcc a {
        font-size: 14px;
        display: block;
        color: #fff;
    }

        .btn_vcc a:hover {
            text-decoration: none;
        }

        .btn_vcc a span img {
            width: 30px;
        }


.datepicker-dropdown {
    padding: 10px;
}
/* Schedule a Call  End*/
.y_lbl {
    display: flex;
    align-items: center;
    padding: 11px 16px;
    background: #FFF7DB;
    margin-bottom: 24px;
    color: #333;
}

    .y_lbl p {
        margin-bottom: 0;
    }

    .y_lbl .icon {
        margin-right: 5px;
    }

.cl_scdle_dtls .cl_tm {
    border: 1px solid #eaeaea;
    margin-top: 24px;
    padding-left: 0;
    border-radius: 4px;
}

    .cl_scdle_dtls .cl_tm li {
        display: flex;
        align-items: center;
        padding: 16px;
    }

        .cl_scdle_dtls .cl_tm li .icon {
            margin-right: 10px;
        }

        .cl_scdle_dtls .cl_tm li small {
            color: #666;
            font-size: 12px;
        }

        .cl_scdle_dtls .cl_tm li p {
            margin-bottom: 0;
        }

        .cl_scdle_dtls .cl_tm li span {
            padding-right: 18px;
            display: inline-block;
            position: relative;
        }

            .cl_scdle_dtls .cl_tm li span:last-child::after {
                display: none;
            }

            .cl_scdle_dtls .cl_tm li span::after {
                content: '';
                width: 1px;
                height: 18px;
                position: absolute;
                right: 5px;
                background: #999;
                top: 4px;
            }

.tym_clndr {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 24px;
}

    .tym_clndr .slc_optn {
        padding: 0 20px 24px 20px;
    }

    .tym_clndr .slct_time h4 {
        font-size: 16px;
        color: #333;
        margin-bottom: 16px;
        padding: 20px 20px 0px 20px;
    }

    .tym_clndr .slc_btn .slc_optn {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

        .tym_clndr .slc_btn .slc_optn input {
            height: 42px;
            width: 100%;
            border: 1px solid #999;
            border-radius: 8px;
            padding: 12px 9px;
            font-size: 14px;
            color: #333;
            text-align: center;
        }

    .tym_clndr .slct_tym {
        border-top: 1px solid #ebebeb;
    }

        .tym_clndr .slct_tym ul {
            padding: 24px 20px 24px 20px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
            margin-bottom: 0;
            height: 180px;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .tym_clndr .slct_tym ul li {
                list-style: none;
            }

                .tym_clndr .slct_tym ul li button {
                    height: 42px;
                    width: 100%;
                    border: 1px solid #999;
                    border-radius: 8px;
                    padding: 12px 9px;
                    font-size: 14px;
                    color: #333;
                    line-height: 0;
                    background: transparent;
                }

                    .tym_clndr .slct_tym ul li button.icn_dble {
                        color: #ccc;
                        border: 1px solid #ccc;
                    }

                    .tym_clndr .slc_btn .slc_optn input.on_active, .tym_clndr .slct_tym ul li button.on_active {
                        border: 1px solid #ff6632;
                        color: #ff6632;
                    }

.sl_modal .btn-info:hover, .sl_modal .btn-info:active {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}

.sl_modal .smt_btn a {
    font-size: 16px;
    text-align: center;
    display: block;
    padding-top: 24px;
    text-decoration: underline;
}

    .sl_modal .smt_btn a:hover {
        text-decoration: none;
        color: inherit;
    }

.sl_modal .cl_scdle_dtls .cl_tm {
    border: none;
    margin-bottom: 24px;
}

    .sl_modal .cl_scdle_dtls .cl_tm li {
        padding: 0;
    }

        .sl_modal .cl_scdle_dtls .cl_tm li .icon {
            margin-right: 15px;
        }



@media screen and (max-width:768px) {
    .Contect_desc {
        grid-template-columns: repeat(1, 1fr);
    }

        .Contect_desc figure {
            display: none;
        }
}

@media screen and (max-width:540px) {
    .Contect_desc .dtls_wrp h2 {
        font-size: 18px;
    }

    .Contect_desc .smt_btn {
        display: grid;
        gap: 16px;
        margin-top: 20px;
    }

    .y_lbl p {
        padding-left: 6px;
        font-size: 14px;
    }

    .sl_modal {
        padding: 0 16px;
    }

    .tym_clndr .slc_btn .slc_optn {
        grid-template-columns: repeat(2, 1fr);
    }

    .sl_modal .modal-dialog.modal-dialog-centered {
        width: 100%;
        margin: 0;
    }

    .tym_clndr .slct_tym ul {
        grid-template-columns: repeat(3, 1fr);
    }
}


.otp-verification-form {
    position: fixed;
    top: 50%;
    z-index: 99;
    max-width: 508px;
    background: #fff;
    border-radius: 8px;
    padding: 57px 20px 38px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}



.manually-otp-popup-open .manually-otp-form {
    opacity: 1;
    visibility: visible;
}

.manually-otp-popup-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}



.otp-overlay,
.inq-overlay {
    background-color: rgba(51, 51, 51, 0.7);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.otp-popup-open .otp-overlay {
    opacity: 1;
    visibility: visible;
}

.otp-verification-form h3 {
    margin: 0 0 14px;
    font-family: 'Adani-Regular';
    font-weight: normal;
    font-size: 28px;
    line-height: 0.86;
}

.otp-verification-form p {
    color: #666;
    font-size: 14px;
    line-height: 1.43;
}

    .otp-verification-form p strong {
        font-weight: normal;
        font-family: 'Adani-Regular';
    }

.otp-verification-form .inputs {
    justify-content: center;
}

.otp-verification-form .otp-section {
    padding-top: 29px;
    margin: 0;
}

.otp-verification-form .otp-desc {
    padding-top: 47px;
    display: block;
}

    .otp-verification-form .otp-desc span {
        display: block;
        margin-bottom: 22px;
    }

.otp-verification-form .otp-btn-section {
    padding-top: 50px;
    width: 100%;
    display: inline-grid;
    text-align: center;
}

    .otp-verification-form .otp-btn-section .btn-secondary {
        max-width: 280px;
        width: 100%;
        margin: 0 auto 25px;
    }

    .otp-verification-form .otp-btn-section .cancel-btn {
        display: inline-block;
        color: #333333 !important;
    }

    .otp-verification-form .otp-btn-section .btn-secondary:disabled {
        background: #525252;
        border-color: #525252;
    }

.otp-section .form-control {
    height: 60px;
    width: 60px;
}

.timeslot:hover {
    border: 1px solid #ff6632 !important;
    color: #ff6632 !important;
}
.new-connection-active-button {
    color: #fff !important;
    background-color: #f63;
    border-color: #f63;
}
#stringee-container{
    display:none !important;
}
#ymPluginDivContainerInitial{
    display:none !important;
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}