@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*, html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333537;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #CFD2D3;
    font-size: 16px
}

a, a:hover, a:focus {
    outline: none;
}

a {
    color: #303147;
    text-decoration: none;
}

    a:hover {
        color: inherit;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

::-moz-selection {
    color: #ffffff;
    background: #303147
}

::selection {
    color: #ffffff;
    background: #303147
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CFD2D3 !important;
}

h1, .white-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-right: auto;
}

body.inner {
    padding-left: 260px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

body.menu-clicked {
    padding-left: 0
}

.menu-clicked .sidebar {
    left: -100%
}

.menu-clicked .header, .menu-clicked .footer {
    padding-left: 25px
}

.menu-clicked .main-body .content {
    padding-left: 25px
}

body.outer {
    padding-left: 50%;
    background-color: #ffffff;
    background-image: url(../images/login-bg1.svg);
    background-position: bottom -170px right -120px;
    background-repeat: no-repeat;
    background-size: 320px;
}

.white-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    min-height: 250px;
}

.light-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: #F4F5F9;
    border-radius: 8px;
    padding: 20px;
    min-height: 100%
}

.white-box-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

    .white-box-header h1 {
        padding: 10px 0;
    }

        .white-box-header h1 span {
            color: #828282;
        }

.abt-head {
    text-align: right;
}

    .abt-head p {
        font-size: 12px;
        color: #333537;
        text-transform: uppercase;
        margin-bottom: 0
    }

    .abt-head h6 {
        font-weight: normal;
        font-size: 18px;
        color: #303147;
        margin-bottom: 0
    }

.semi-bold {
    font-weight: 600;
}

.c-pointer {
    cursor: pointer;
}

.f-13 {
    font-size: 13px;
}

.op-70 {
    opacity: 0.7
}

.f-normal {
    font-weight: normal;
}

.f-light {
    font-weight: 300;
}

.color-1 {
    color: #000000
}

.mw-75 {
    min-width: 75px;
}

.text-danger {
    color: #E42C51 !important
}

.text-success {
    color: #4AB530 !important
}

.btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
    outline: none;
    box-shadow: none !important;
    opacity: .85
}

.btn.mw105 {
    min-width: 105px;
    text-align: center;
}

.btn {
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 16px;
}

    .btn.btn-outline-secondary {
        border: 2px solid #303147;
        color: #303147;
    }

        .btn.btn-outline-secondary:hover {
            background-color: #303147;
            color: #ffffff
        }

    .btn.btn-primary {
        border-color: #303147;
        background-color: #303147;
        color: #fff;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

    .btn.btn-secondary {
        background-color: #D6D5E2;
        border-color: #D6D5E2;
        color: #303147;
        box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
    }

.normalBtn {
    background-color: #fff !important;
    border-color: #CFD2D3;
    color: #303147 !important;
    box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
}

.tableBtn {
    background: #303147;
    border-radius: 30px;
    padding: 4px 12px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

    .tableBtn:hover, .tableBtn:focus {
        background: #303147;
        border-radius: 30px;
        padding: 4px 12px;
        font-size: 12px;
        color: #fff;
    }

.btn.signout-btn {
    background-color: #88DB72;
    border: 1px solid #88DB72;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 9px 33px;
    margin-top: 10px;
}

.btn.btn-ternary {
    background-color: #303147;
    border-color: #303147;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
}

.btn.btn-success {
    background-color: #4AB530;
    border-color: #4AB530;
    color: #ffffff;
}

.btn.btn-danger {
    background-color: #E42C51;
    border-color: #E42C51;
    color: #ffffff;
}

.btn.radius-btn {
    border-radius: 50px;
    padding: 4px 15px;
}

.btn-primary-outline {
    border: 1px solid #303147;
    color: #303147;
    border-radius: 5px;
    padding: 5px 15px;
}

    .btn-primary-outline:hover {
        background: #303147;
        color: #fff;
    }

form {
    width: 100%
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #303147
}

.form-control, .form-select {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #CDD9D7;
    font-size: 15px;
    padding: 8px 15px;
}

.form-label {
    margin-bottom: 3px;
    font-weight: 600;
}

.upload-btn {
    position: relative;
}

.profile-pic-box {
    display: inline-block;
    text-align: center;
}

.upload-btn {
    background-color: #303147;
    border: 1px solid #303147;
    font-size: 14px;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(188,188,188,.16)
}

    .upload-btn input {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
    }

.profile-pic-box img {
    height: 98px;
    width: 98px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 17px;
}

.form-control::placeholder, .form-control .placeholder {
    color: rgba(51,53,55,.63)
}

.show-item .form-select {
    min-width: 75px;
    line-height: 1;
}

.serachbar {
    flex: 0 0 224px;
    max-width: 224px;
}

.search-input {
    /*background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url('../images/search-icon.svg');*/
    padding-right: 15px;
}

.outer-box .form-control {
    height: 52px;
    padding: 18px 22px;
    border: 1px solid #CFD2D3;
    border-radius: 5px;
    padding-left: 15px;
    background-repeat: no-repeat;
    color: #000000
}

    .outer-box .form-control::placeholder {
        color: rgba(0,0,0,0.5);
        font-size: 16px;
    }

.form-check-input[type=checkbox] {
    border-radius: 5px;
    height: 25px;
    width: 25px;
    margin-right:5px;
}

    .form-check-input[type=checkbox]:checked {
        background-color: #ECECEC;
        border-color: #ECECEC;
        background-image: url('../images/check.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }

    .form-check-input[type=checkbox]:focus {
        box-shadow: none;
        border-color: #000000;
    }

textarea.form-control {
    height: 90px;
    resize: none;
}

    textarea.form-control.large {
        height: 115px;
    }

    textarea.form-control.large-2 {
        height: 122px;
    }

.form-control.upload-file {
    background-image: url('../images/attachments.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 15px center;
    padding-right: 35px;
    position: relative;
}

    .form-control.upload-file input {
        opacity: 0;
        position: absolute;
        z-index: 9;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
    }

.form-check-input[type=radio] {
    height: 21px;
    width: 21px;
    min-height: 21px;
    min-width: 21px;
    border: 1px solid #BBBBBB;
    margin-right: 10px;
    margin-top: 0
}

    .form-check-input[type=radio]:checked {
        background-color: transparent;
        border-color: #303147 !important;
        background-image: url('../images/checkedradio.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px;
        box-shadow: none;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #F4F5F9;
}

.form-control.date-icon {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 21px auto;
    background-image: url('../images/date-icon.svg');
    padding-right: 50px;
}

.form-check.custom input[type=checkbox] {
    border-radius: 0;
    border: 1px solid #707070;
}

    .form-check.custom input[type=checkbox]:checked {
        background-color: #ffffff
    }

.form-check-input[type=checkbox] {
    margin-top: 0
}

.checkbox-example {
    position: relative;
    width: 106px;
    height: 28px;
    cursor: pointer;
}

input[type="checkbox"].checkbox-toggle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

label.checkbox-toggle-label span.on {
    position: absolute;
    top: 3px;
    right: auto;
    left: 8px;
    color: #ffffff;
    display: none;
    cursor: pointer;
}

label.checkbox-toggle-label span.off {
    position: absolute;
    top: 3px;
    right: 8px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}

label.checkbox-toggle-label:before {
    cursor: pointer;
    content: '';
    background: #BB2121;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 60px;
}

label.checkbox-toggle-label:after {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    width: 19px;
    height: 19px;
    background: #ffffff;
    transition: 0.1s ease-in;
    border-radius: 100%;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

input.checkbox-toggle {
    visibility: hidden;
}

    input.checkbox-toggle:checked + label.checkbox-toggle-label:after {
        opacity: 1;
        background: #ffffff;
        left: auto;
        right: 20px;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label:before {
        background: #06A20B;
        border: 0;
        width: 91px;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label span.on {
        display: inline-block;
    }

    input.checkbox-toggle:checked + label.checkbox-toggle-label span.off {
        display: none;
    }

.header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px 15px 20px;
    font-size: 15px;
    z-index: 999
}

    .header .dropdown-toggle:after {
        border: 0;
        display: inline-block;
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 9px;
        background-image: url('../images/dropdown-arrow.svg');
        vertical-align: middle;
    }

    .header .menu-btn {
        display: inline-block;
        cursor: pointer;
    }

        .header .menu-btn img {
            display: block;
        }

    .header .profile-img {
        height: 36px;
        width: 36px;
        border-radius: 100%;
        object-fit: cover;
        margin-right: 8px;
        display: inline-block;
    }

    .header .dropdown-menu {
        transform: none !important;
        top: 100% !important;
        margin-top: 15px !important;
        left: auto !important;
        right: -15px !important;
        min-width: 200px;
        border-radius: 6px;
        border: 0;
        box-shadow: 0 17px 22px rgb(0 0 0 / 11%);
        padding: 15px 10px 25px 10px
    }

        .header .dropdown-menu h5 {
            font-size: 18px;
            font-weight: 300;
            color: #000000;
            margin-bottom: 15px;
        }

        .header .dropdown-menu ul li a {
            border-radius: 4px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            padding-left: 37px;
            position: relative;
            font-size: 16px;
            font-weight: 300;
            color: #333537
        }

        .header .dropdown-menu ul li.active a {
            background-color: #5C5D5E;
            color: #ffffff
        }

        .header .dropdown-menu ul li a svg {
            position: absolute;
            left: 10px;
        }

        .header .dropdown-menu:before {
            content: '';
            height: 12px;
            width: 12px;
            display: inline-block;
            background-color: #ffffff;
            border-radius: 3px;
            position: absolute;
            top: -5px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            right: 12px;
        }

.breadcrumb {
    margin-bottom: 12px;
}

.breadcrumb-item + .breadcrumb-item:before {
    float: none;
    padding-right: 0;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    left: 14px;
    opacity: 0.6
}

.breadcrumb-item {
    font-size: 14px;
    color: #2C2C2C !important;
    font-weight: 300
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 35px;
        position: relative;
    }

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 260px;
    min-width: 260px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303147;
    padding: 23px 20px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

    .sidebar .logo {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .sidebar h3 {
        font-size: 14px;
        color: #ffffff;
        opacity: .25;
        margin-bottom: 15px;
    }

    .sidebar ul {
        display: block;
        width: 100%;
    }

        .sidebar ul li {
            width: 100%;
            opacity: .6;
            padding: 10px 15px;
            margin-bottom: 5px;
        }

            .sidebar ul li a {
                display: block;
                position: relative;
                padding-left: 28px;
                color: #ffffff;
                display: flex;
                align-items: center;
                font-weight: 300;
            }

                .sidebar ul li a img {
                    position: absolute;
                    left: 0;
                    width: 17px
                }

            .sidebar ul li.active a {
                font-weight: 500;
            }

            .sidebar ul li:hover, .sidebar ul li.active {
                opacity: 1;
                background: #3D3E58;
                /* padding: 10px 10px; */
                border-radius: 7px;
            }

.sidebar-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    background-color: #303147;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .logo img {
    max-width: 150px;
}

.main-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .main-body .content {
         display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding: 13px 20px 5px 20px;
    }

body.outer .main-body .content {
    padding: 30px
}

body.outer .footer {
    padding: 15px 30px
}

.table-searchbar {
    padding-bottom: 10px;
}

.table {
    font-size: 14px;
    border: 1px solid #CFD2D3;
}

    .table tr td {
        color: #333537;
        background-color: #ffffff;
        box-shadow: none;
        text-transform: capitalize;
    }

    .table tbody tr:nth-child(2n + 2) td {
        background-color: #F4F5F9;
    }

    .table th, .table td {
        padding: 11px 15px;
        vertical-align: middle;
    }

    .table tbody tr td:first-child, .table thead tr th:first-child {
        padding: 10px 30px;
        width: 5%
    }

    .table th {
        background-color: #303147;
        color: #ffffff
    }

.numbers-pag {
    font-size: 14px;
    opacity: .63;
    padding: 15px 0;
}

.pagination .page-link {
    font-size: 14px;
    color: #333537;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #F0EFF3;
    border-color: #F0EFF3
}

    .pagination .page-link:focus {
        box-shadow: none;
    }

.pagination .page-item {
    padding: 0 2px;
    cursor: pointer
}

    .pagination .page-item:first-child {
        margin-right: 5px;
    }

        .pagination .page-item:first-child .page-link {
            padding: 8px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff
        }

    .pagination .page-item:last-child {
        margin-left: 5px;
    }

        .pagination .page-item:last-child .page-link {
            padding: 8px 20px;
            border: 1px solid #D2D2D2;
            background-color: #ffffff;
        }

    .pagination .page-item[aria-current="page"] a, .pagination .page-item.active a {
        background-color: #303147 !important;
        color: #ffffff !important;
        border-color: #303147 !important
    }

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.td-v-top td {
    vertical-align: top;
}

.table .btn {
    font-size: 14px;
}

.outer-box {
    margin: auto;
    width: 100%;
    max-width: 400px;
    color: #303147
}

    .outer-box h1 {
        font-size: 32px;
        margin-bottom: 0;
        padding-bottom: 15px;
        font-weight: 500;
    }

        .outer-box h1 span {
            font-size: 22px;
            display: block;
            margin-bottom: 10px;
        }

.outer-box-header {
    margin-bottom: 10px;
}

    .outer-box-header p {
        font-size: 16px;
        color: #333537;
        opacity: .86;
        margin-bottom: 0;
    }

.outer-box .btn {
    font-weight: bold;
    font-size: 18px;
    padding: 13px 25px;
    border-radius: 5px;
    color: #fff
}

.popover {
    z-index: 999999
}

.medium-modal.custom .modal-dialog {
    max-width: 550px
}

.view-list {
    display: block;
    margin-bottom: 20px;
}

    .view-list li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #F1F1F1;
        color: #000000;
        font-size: 16px;
    }

        .view-list li:first-child {
            padding-top: 0
        }

.video-mini {
    min-width: 34px;
    min-height: 34px;
    height: 34px;
    width: 34px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .video-mini img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .video-mini .playbtn {
        padding: 0;
        background-color: transparent;
        border: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 9
    }

    .video-mini:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #303147;
        opacity: 0.36;
        z-index: 8;
        left: 0;
        top: 0;
    }

.white-box .nav-tabs {
    margin: 0 -20px;
}

.nav-tabs {
    border-bottom: 1px solid #333537;
    padding: 0 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #333537 #333537 #ffffff;
        color: #303147
    }

    .nav-tabs .nav-link {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background: #333537;
        color: #ffffff;
        margin-right: 7px;
        padding: 8px 35px;
        border: 1px solid #333537;
    }

        .nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
            border: 1px solid #333537;
        }

.tab-content {
    padding: 15px 0
}

.ui-datepicker .ui-widget-header {
    border: 1px solid #303147;
    background: #303147;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    filter: invert(1);
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
    border: 1px solid #f0cc26;
    background: #f0cc26;
}

.footer {
    padding: 15px 25px 15px 30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #000000
}

    .footer p {
        margin-bottom: 0;
        font-weight: 300;
    }

        .footer p + p {
            margin-top: 5px;
        }

/*03-09-2021*/
.abt-head-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -30px
}

    .abt-head-list li {
        border-right: 1px solid #E3E3E3;
        padding: 5px 30px
    }

        .abt-head-list li:last-child {
            border-right: 0
        }

.form-control.mini-inp {
    min-width: 52px;
    width: 52px;
}

.cose_country {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

    .cose_country.closeoption {
        position: relative;
    }

.thiscloseoption {
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    float: right;
    border-radius: 50px;
    background: #ddd;
    text-align: center;
    line-height: 25px;
    margin-top: 9px;
}

/* 10-09-2021 */
.ml-4.editprofile {
    margin-left: 30px;
}

.fields_box strong {
    display: block;
    clear: both;
    padding-bottom: 14px;
    border-bottom: solid 1px #eee;
}

.reniew {
    margin-left: auto;
    margin-right: 0;
    float: right;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}

    .reniew + ul {
        clear: both;
    }

.modal-lg-large.modal-small .modal-dialog {
    max-width: 600px;
}

    .modal-lg-large.modal-small .modal-dialog p {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        opacity: 0.8;
    }

        .modal-lg-large.modal-small .modal-dialog p strong {
            font-size: 20px;
        }

/* 13-09-2021 */
.video_cells {
    border-right: solid 1px #ddd;
    padding-right: 40px;
}

.cost_cells {
    padding-left: 40px;
}

.videoupload_box {
}

.videoupload_row {
    display: flex;
    width: 100%;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px;
}

    .videoupload_row [class*="cell"] {
        flex-grow: 1;
    }

.cell_1 {
    width: 60%;
}

.cell_2 {
    margin-left: 1rem;
}

.closeThisRow {
    display: block;
    position: absolute;
    right: -21px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: #EB8D8D url(../../assets/images/close.svg) 5px 5px no-repeat;
    border-radius: 50px;
    margin-left: 4px;
    cursor: pointer;
}

    .closeThisRow:hover {
        background-color: #CF5757;
    }

.cose_country .closeThisRow {
    margin-top: 15px;
}

.addbtnlink {
    float: right;
    color: #F0CC26;
    margin-top: 4px;
    font-size: 14px;
}

.cose_country__outer {
    padding-right: 40px;
    display: block;
    width: 100%;
}

.videoupload_row select,
.cose_country select {
    padding-right: 30px;
}

.borderRadius {
    border-radius: 10px !important;
}

.white-box-header {
    border-radius: 8px 8px 0 0;
}

.white-box {
    background: #fff;
}

/* Dashboard Start*/
.loginBox .btn {
    text-transform: uppercase;
    margin-top: 15px;
}

.border-radius15 {
    border-radius: 15px;
}

.dashboardBox {
    padding: 15px 0;
    min-height: 100%;
}

    .dashboardBox h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .dashboardBox h1 {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 600;
    }

.headerIcons {
    position: relative;
}

    .headerIcons img {
        max-width: 22px;
    }

.notificationReceived {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: #FB0404;
    display: inline-block;
    border-radius: 15px;
    right: 12px;
    top: 3px;
    position: absolute;
}

.btnAddIcon {
    vertical-align: text-bottom;
    width: 18px;
}

.switch {
    margin-right: 0.75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    min-height: 1.35rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

    .switch .switch-label:first-child {
        padding-right: 0.5rem;
    }

    .switch .switch-input ~ .switch-label {
        padding-left: 3rem;
    }

    .switch .switch-toggle-slider {
        width: 2.9rem;
        height: 1.55rem;
        font-size: 0.625rem;
        line-height: 1.35rem;
        border: 1px solid transparent;
        top: 0;
    }

        .switch .switch-toggle-slider i {
            position: relative;
            font-size: 0.9375rem;
            top: -1.35px;
        }

    .switch .switch-label {
        top: 0.01875rem;
    }

    .switch .switch-input:checked ~ .switch-toggle-slider::after {
        left: 1.25rem;
    }

    .switch .switch-toggle-slider::after {
        top: -2px;
        margin: 0.25rem 0 0 0.15rem;
        width: 18px;
        height: 18px;
    }

    .switch .switch-on {
        padding-left: 0.25rem;
        padding-right: 1.1rem;
    }

    .switch .switch-off {
        padding-left: 1.1rem;
        padding-right: 0.25rem;
    }

.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: #e9ecee;
    color: #677788;
    transition-duration: 0.2s;
    transition-property: left, right, background, box-shadow;
    cursor: pointer;
    user-select: none;
}

.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #677788;
    position: relative;
    cursor: default;
}

.switch-off,
.switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: 0.2s;
    transition-property: left, right;
}

.switch-on {
    left: -100%;
}

.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
    color: transparent;
}

.switch-off {
    left: 0;
}

.switch-input:checked ~ .switch-toggle-slider .switch-on {
    left: 0;
}

.switch-input:checked ~ .switch-toggle-slider .switch-off {
    left: 100%;
    color: transparent;
}

.switch-input:checked ~ .switch-toggle-slider {
    background: #303147;
    color: #fff;
}

.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: #fff;
    box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 0.2s;
    transition-property: left, right, background;
}

.linkColor {
    color: #3f45c4 !important;
}

.loginOuter {
    min-height: calc(100vh - 50px);
}

@media screen and (max-width: 1400px) {
    .overviewlinks .card-body-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .overviewlinks .d-heading {
        padding-top: 0;
    }

        .overviewlinks .d-heading span {
            margin-top: 2px;
        }
}

/* Dashboard End*/

/*List Popup*/
.themeModal h5 {
    font-size: 20px;
    font-weight: bold;
    color: #303147;
}

.themeModal .modal-header {
    /*border: 0;*/
    background: #fff;
    padding: 20px;
}

.themeModal .modal-footer {
    padding: 0 20px 15px;
    border-top: 1px solid #fff;
}

.themeModal .btn-close {
    background-size: 14px;
}

.subTitles {
    font-size: 16px !important;
    color: #303147;
    font-weight: bold;
    margin: 0;
}

.orBorderLine {
    background: #CFD2D3;
    position: relative;
    height: 1px;
    width: 100%;
    text-align: center;
}

    .orBorderLine span {
        background: #fff;
        text-align: center;
        top: -13px;
        position: relative;
        font-size: 14px;
        color: #303147;
        font-weight: 600;
    }

.downloadSampleTemplate {
    font-size: 14px;
    color: #010561;
    font-weight: 600;
    text-decoration: underline;
}

.smImgUpload {
    height: 130px;
    width: 140px;
    padding: 0;
}

.errorMessage {
    font-size: 11px;
    color: #DB6767;
}

/*--*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #D6D5E2 !important;
    border: none !important;
    border-radius: 24px !important;
    padding-left: 9px !important;
    padding-right: 25px !important;
    color: #303147 !important;
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #303147 !important;
    border: none !important;
    border-right: none !important;
    color: #fff !important;
    font-size: 1em !important;
    right: 3px !important;
    left: auto !important;
    top: 3px !important;
    height: 18px !important;
    line-height: 19px !important;
    border-radius: 30px !important;
    width: 18px !important;
    text-align: center !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 42px;
    border: 1px solid #CDD9D7 !important;
    border-radius: 5px;
    padding-top: 3px;
}

.select2-container {
    width: 100% !important;
    min-height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
}

.lodingImg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

    .lodingImg img {
        width: 60px;
    }

.searchBox {
    display: inline-block
}

.select2-container .select2-search--inline .select2-search__field {
    height: 27px !important;
}

.astric-text-danger {
    color: red;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    vertical-align: top !important;
}

.iconsBox {
    position: relative;
}

    .iconsBox .form-control {
        padding-right: 40px !important;
    }

.rightIcons {
    position: absolute;
    top: 8px;
    right: 15px;
}

.assignedOrganisationName {
    margin: 0 0 5px 0;
    padding: 0;
}

    .assignedOrganisationName li {
        list-style: none;
        border: 1px solid #EFEFF1;
        background: #fff;
        padding: 8px 10px;
        font-size: 14px;
    }

.filterInputBox {
    max-width: 365px;
    display: flex;
}

.typeInput {
    max-width: 200px;
}

.organizationLabel {
    width: 285px;
}

.typeLabel {
    width: 65px;
}

.filterSearch {
    width: 65px;
}

.typeMonth {
    width: 120px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #303147;
}

.nav-pills.newTabs .nav-link.active, .nav-pills.newTabs .show > .nav-link {
    color: #fff;
    background-color: #303147;
}

.newTabs .nav-link:focus, .newTabs .nav-link:hover {
    color: #303147;
}

.blogTitle {
    font-size: 26px !important;
    text-transform: none !important;
    margin-top: 10px;
}

.newTabs {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.calendarFilter {
    max-width: 330px;
}

    .calendarFilter .typeLabel {
        width: 170px !important;
    }

.detailsBlogView p {
    font-size: 14px;
    color: #434343;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.detailsBlogView h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.listBlog {
    overflow: auto;
    min-height: 50px;
    max-height: 200px;
    border: 1px solid #eee;
    padding: 5px 0;
}

    .listBlog ul {
        margin: 0;
        padding: 0;
    }

        .listBlog ul li {
            list-style: none;
            padding: 3px 10px;
            font-size: 14px;
            color: #000;
            border-bottom: 1px solid #eee;
        }

            .listBlog ul li:last-child {
                border-bottom: none;
            }

.participantsTitle {
    font-size: 17px !important;
    background: #ededf0;
    color: #303147 !important;
    padding: 7px 10px;
    margin: 0;
}

    .participantsTitle span {
        text-align: right;
        float: right;
        font-size: 15px;
        font-weight: normal;
    }

.legedBox {
    font-size: 12px;
    margin-right: 15px;
    margin-top: 4px;
    float: left;
}

    .legedBox span {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        float: left;
        margin-top: 2px;
    }

        .legedBox span.green {
            width: 12px;
            height: 12px;
            background: #44CF80;
            margin-right: 4px;
            float: left;
            margin-top: 2px;
        }

        .legedBox span.red {
            background: #ab0627 !important;
        }

        .legedBox span.purple {
            background: #9F5AFF !important;
        }

        .legedBox span.blue {
            background: #47BDFF !important;
        }

        .legedBox span.grey {
            background: #a9a9a9 !important;
        }

        .legedBox span.internalColor {
            background: #ffb06d !important;
        }

        .legedBox span.noShowColor {
            background: #a5b0d1 !important;
        }

td.fc-event-container {
    cursor: pointer !important;
}

.table tr td:last-child {
    min-width: 95px;
}

.fc-prev-button.fc-button.fc-state-default {
    position: absolute;
    left: calc(50% - 200px);
}

.fc-next-button.fc-button.fc-state-default {
    position: absolute;
    left: calc(50% + 60px);
}

.fc-prev-button.fc-button.fc-state-default, .fc-next-button.fc-button.fc-state-default {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    background: #303148;
    color: #fff;
}

.fc-button.fc-state-default .fc-icon {
    text-shadow: none;
}

.fc-today-button {
    border-radius: 20px !important;
    background-color: #303148 !important;
    background: #303148 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-right .fc-button-group .fc-button {
    background-color: #303148 !important;
    background: #303148 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.fc-right .fc-button-group .fc-button.fc-state-active {
    background: #3e3e59 !important;
}

.fc-toolbar {
    position: relative;
}

    .fc-toolbar .fc-center h2 {
        font-size: 16px !important;
        margin-top: 7px
    }

.weblodingImg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}

    .weblodingImg img {
        width: 60px;
    }

.calendar-wrapper {
    background: rgba(207,218,235,.5);
    padding: 40px 0;
}

.calendar-whtbg-container {
    padding: 30px;
    max-width: 1640px;
    margin: auto;
    background: #fff;
}

.coach-emp-modal .detailsBlogView p {
    font-size: 16px
}

.coach-emp-modal .detailsBlogView h4 {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
}

.themeModal .coach-emp-modal h5.modal-title {
    font-size: 26px
}

.coach-emp-modal .participantsTitle {
    font-size: 20px
}

    .coach-emp-modal .participantsTitle span {
        font-size: 16px
    }

.coach-emp-modal .listBlog ul li {
    font-size: 16px
}

/*Neww CSS  --16-06-2023*/
.addBlogBox {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.inputBox {
    width: calc(100% - 50px);
    float: left;
}

.addIcons {
    float: right;
    width: 39px;
}

.filter-bdr-box {
    border: solid 1px #CFD2D3;
    padding: 20px;
    background: #f4f5f9;
    margin-bottom: 20px
}

.editer-content {
    word-break: break-all;
}

.editor-cont-wrap h6 {
    font-size: 18px;
    font-family: 'ProximaNovaSemibold';
    color: #555454;
}

.editor-cont-wrap .table tbody tr td:first-child, .editor-cont-wrap .table thead tr th:first-child {
    width: inherit;
}

.editor-cont-wrap {
    background: #EFF2F7;
    padding: 20px;
}

.attach-link-list {
    font-size: 17px
}

    .attach-link-list li {
        padding-left: 20px;
        background: url(../images/page-file-icon.svg) 0 3px no-repeat;
        margin-bottom: 5px;
    }

.card.create-section {
    background: #CFDAEB;
    color: #202840;
}

.create-section h3 {
    margin-bottom: 20px;
}

.create-section h5 {
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
}

.creatnote-textarea {
    border: 0;
    background: #fff;
    height: 280px;
    resize: none;
    margin-bottom: 20px;
}

    .creatnote-textarea:focus {
        outline: 0;
    }

.inp-view {
    background: #EFF2F7;
    padding: 5px;
}

.session-tbl-plain {
    font-size: 18px;
    color: #7A7B7D;
    width: 100%;
}

    .session-tbl-plain td, .session-tbl-plain th {
        padding: 5px;
    }

    .session-tbl-plain th {
        text-transform: uppercase;
        font-family: 'ProximaNovaSemibold';
        color: #555454;
    }

.textlink-dark {
    text-transform: uppercase;
    font-family: 'ProximaNovaSemibold';
    font-size: 18px;
}

.ses-col-sim-height {
    margin-top: 107px;
}

.rounded-border-btn-dark .add-icon {
    background: url(../images/plusicon.png) 0 0 no-repeat;
    width: 14px;
    height: 13px;
    background-size: 13px;
}

.rounded-border-btn-dark:not(.collapsed) .add-icon {
    background: url(../images/minusicon.png) 0 0 no-repeat;
    width: 14px;
    height: 13px;
    background-size: 13px;
}

.rounded-fill-btn-silver:not(.collapsed) .add-icon, .rounded-fill-btn:not(.collapsed) .add-icon {
    background: url(../images/minus_white.svg) 0 0 no-repeat;
    width: 14px;
    height: 13px;
    background-size: 13px;
}

.settime-section .card.editor-container {
    z-index: 100;
}

.book-sesscion .card.editor-container {
    z-index: 100;
}

.validate-pt-list {
    background-color: #F4F5F9;
    color: #333537;
    font-size: 14px;
    padding: 20px;
    border-radius: 5px;
    max-height: 330px;
    overflow: auto;
    margin-bottom: 10px;
}

    .validate-pt-list ul {
        margin-left: 20px
    }

        .validate-pt-list ul li {
            list-style-type: decimal;
            margin-bottom: 8px;
            font-weight: 500;
            padding: 0 0 5px;
            border-bottom: solid 1px #cbcbcb;
        }

.validat-fnd-cont-list li {
    margin-bottom: 5px
}

.cancelled-section .card {
    background: transparent;
    color: #202840;
    position: relative;
    z-index: 100;
}

.link-dialog .note-modal-footer {
    margin-bottom: 25px;
    margin-right: 10px;
}

.link-dialog.note-modal-body {
    padding: 20px
}

.note-modal .note-modal-body label input {
    margin-right: 10px
}

.mini-dark-outline-btn {
    border: solid 2px #202840;
    color: #202840;
    border-radius: 30px;
    padding: 9px;
    min-width: var(--btn-mw);
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'ProximaNovaSemibold';
}

.approved-status {
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 50px;
    border: solid 1px #00a877;
    font-size: 13px;
    color: #00a877;
}

.rejected-status {
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 50px;
    border: solid 1px #DC143C;
    font-size: 13px;
    color: #DC143C;
}

.input-inline-col {
    display: flex;
    align-items: center;
}

    .input-inline-col label {
        margin-right: 20px;
    }

.filter-date-inline {
    display: flex;
    flex-wrap: wrap
}

    .filter-date-inline .input-inline-col {
        margin-bottom: 20px
    }

        .filter-date-inline .input-inline-col:not(last-child) {
            margin-right: 20px;
        }

.toast {
    opacity: 1 !important;
}

.required_asterisk:after {
    content: "*";
    color: red;
}

.iconsBox .form-select.form-select-bdr-tp-btm {
    background-image: none
}

.rounded-fill-mini-btn {
    border: solid 1px #202840;
    color: #fff;
    border-radius: 50px;
    padding: 8px 12px;
    background: #202840;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.ui-datepicker {
    z-index: 1111 !important;
}

/*--new css for our coaches--*/
.greybg-wrapper {
    background: #F3F3F4;
    padding: 20px;
    border-radius: 10px;
    /*  mine added below  */
    word-break: break-all;
}

.lable-heading-des {
    font-weight: 300;
}

    .lable-heading-des p {
        font-weight: 600;
        word-break: break-all;
    }

.tag-list {
    font-size: 14px;
    margin-bottom: 20px;
}

    .tag-list li {
        word-break: break-all;
        background: url(../images/listicon.png) 0 3px no-repeat;
        padding: 0 0 0 20px;
        font-size: 14px;
        margin: 0 0 8px;
        font-weight: 500;
    }

.paid-green-text {
    color: #44A74B;
    text-transform: uppercase;
    font-size: 14px;
}

.paid-red-text {
    color: #ff3939;
    text-transform: uppercase;
    font-size: 14px;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 350px !important;
}

    .note-editor .note-toolbar .note-color-all .note-dropdown-menu .note-palette {
        float: left
    }

.nav-pills .nav-link .add-icon {
    display: inline-block;
    background: url(../images/color_add.svg) 0 0 no-repeat;
    background-size: 13px;
    width: 14px;
    height: 14px;
}

.nav-pills .nav-link.active .add-icon {
    display: inline-block;
    background: url(../images/minus_white.svg) 0 0 no-repeat;
    background-size: 13px;
    width: 14px;
    height: 14px;
}

.attachFileRow {
    padding: 10px;
    background: #eff2f7;
    border-radius: 5px;
}

@media screen and (max-width:991px) {
    .button-right-two .me-2 {
        margin-top: 0 !important
    }
}

@media screen and (max-width:767px) {
    .button-right-two .me-2 {
        margin-right: 0 !important
    }

    .button-right-two .rounded-border-btn-dark {
        width: 100% !important;
        margin-top: 10px;
    }
}

.twobtnsrow a {
    margin: 2px 0
}

.coach-pro-m-pic {
    width: 200px;
    height: 200px;
}

.empOrg-pro-m-pic {
    width: 300px;
   max-height: 200px;
}

.table-responsive {
    width: 100%;
}

@media screen and (max-width:567px) {
    header .row > div {
        flex: 0 0 100%;
        flex-flow: column;
        align-items: center;
        display: flex;
    }

    .coach-pro-m-pic {
        width: 140px;
        height: 140px;
    }

    .empOrg-pro-m-pic {
        width: 140px;
        height: 140px;
    }
}

div.note-editable {
    height: 175px;
    background-color: white !important;
}

.note-editable[contenteditable="false"] {
    background-color: #fff !important
}

div.note-resizebar {
    background-color: white !important;
}

.dropdown-toggle::after {
    content: unset !important;
}

.hd-text-nowrap tr th {
    white-space: nowrap
}

/*Css For Terms*/

.terms-top-header {
    padding: 40px 0;
}

    .terms-top-header img {
        width: 410px;
    }

.terms-content-cont {
    background: rgba(207, 218, 235, .5);
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.list-decimal > li {
    list-style: decimal;
    margin-bottom: 20px;
}

.list-alpha > li {
    list-style: upper-alpha;
    margin-bottom: 20px;
}

.list-alpha-lower > li {
    list-style: lower-alpha;
    margin-bottom: 20px;
}

.list-roman > li {
    list-style: lower-roman;
    margin-bottom: 20px;
}

ol li {
    margin-bottom: 20px;
}

.hor-list-type {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .hor-list-type li {
        border-bottom: solid 2px #EAEEF4;
        padding: 15px 0;
        display: flex;
    }

    .hor-list-type h6 {
        font-weight: bold;
        flex: 0 0 200px;
        font-size: 16px;
    }

.hor-list-type-title {
    border-bottom: solid 2px #EAEEF4;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.bg-white.start-texture {
    position: relative;
    margin-bottom: 80px;
}

    .bg-white.start-texture::after {
        content: "";
        background: url(../assets/images/start-btm.png) 0 0 no-repeat;
        background-size: auto;
        background-size: 100%;
        position: absolute;
        right: -50px;
        width: 300px;
        height: 300px;
        bottom: -200px;
    }

.terms-content-cont::after {
    content: "";
    background: url(../assets/images/start-btm.png) 0 0 no-repeat;
    background-size: auto;
    background-size: 100%;
    position: absolute;
    right: -50px;
    width: 250px;
    height: 250px;
    top: 220px;
}
/*.terms-content-cont a {
    color: #0d6efd !important;
    text-decoration: none;
}

.btn.btn-primary a {
    border-color: #303147 !important;
    background: #303147 !important;
}*/

@media screen and (max-width:1024px) {
    .hor-list-type li {
        flex-wrap: wrap;
    }

    .hor-list-type h6 {
        flex: 100%
    }
}

.tabstable {
    border: 0 !important;
    font-size: 20px;
}

    .tabstable tr td {
        background: transparent;
        color: #fff;
        font-weight: normal;
        border-top: solid 1px #fff;
        padding-left: 0 !important;
    }

    .tabstable.table tbody tr:nth-child(2n + 2) td {
        background: transparent;
        color: #fff
    }

    .tabstable th {
        text-transform: uppercase;
        font-weight: normal;
        background: transparent;
        padding-left: 0 !important;
    }

.switch {
    width: auto
}


.DisableForB2C {
    opacity: 0.5;
    pointer-events: none;
}

.pm-searchbarOuter {
    display: flex;
    justify-content: end;
}

.serachbar.pm-searchBar {
    display: flex;
    max-width: 100%;
    width: 500px;
    column-gap: 15px;
    flex: none;
}

.switch-toggle-slider.blueToggleBtn {
    background: #303147 !important;
}

.cardSubCountBox {
    border: 1px solid #cfd2d3;
    border-radius: 8px;
    padding: 5px 5px;
}
#InvoiceAmount-error {
    display: inline-block;
    color: #E42C51 !important;
}

.collapse {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.completed-status {
    display: inline-block;
    line-height: 1;
    padding: 5px 0px;
    font-size: 13px;
    color: #0d9f74a6;
    font-weight: 700;
}

.contactPending-status {
    color: #ffc107db;
    font-weight: 700;
}
.Contact-readMore {
    color: #0d6efd;
    text-decoration: underline;
}

.Contact-description {
    display: inline-block;
    line-height: 2;
    padding: 5px 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.ans-info {
    display: block;
    padding:10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.table td.refund-td {
    height: 78px;
}
.table tbody tr {
    position:relative
}
.refunderrorcls {
    position:absolute;
    width:100%;
    bottom:0px;
    padding:0 17px;
    left:0px
}
.table-searchbar-bbtn{

}
