:root {
    --tutor-text-size: 16px;
    --tutor-color-white: #ffffff;
    --tutor-color-success: #24A148;
    --tutor-color-success-rgb: 36, 161, 72;
    --tutor-color-warning: #ED9700;
    --tutor-color-warning-rgb: 237, 151, 0;
    --tutor-color-danger: #F44337;
    --tutor-color-danger-rgb: 244, 67, 55;
    --tutor-color-secondary: #41454F;
    --tutor-color-subdued: #5B616F;
    --tutor-color-hints: #767C8E;
    --tutor-color-muted: #757c8e;
    --tutor-color-gray: #e3e5eb;
    --tutor-color-gray-10: #eff1f6
}

.tutor-color-black {
    color: var(--tutor-body-color)
}

.tutor-color-white {
    color: #ffffff
}

.tutor-color-primary {
    color: var(--tutor-color-primary)
}

.tutor-color-success {
    color: #24A148
}

.tutor-color-warning {
    color: #ED9700
}

.tutor-color-danger {
    color: #F44337
}

.tutor-color-secondary {
    color: #41454F
}

.tutor-color-muted {
    color: #757c8e
}

.tutor-color-subdued {
    color: #5B616F
}

.tutor-color-hints {
    color: #767C8E
}

.tutor-color-gray-20 {
    color: #e3e5eb
}

.tutor-color-gray-10 {
    color: #eff1f6
}

.tutor-bg-black {
    background-color: var(--tutor-body-color)
}

.tutor-bg-white {
    background-color: #ffffff
}

.tutor-bg-primary {
    background-color: var(--tutor-color-primary)
}

.tutor-bg-success {
    background-color: #24A148
}

.tutor-bg-warning {
    background-color: #ED9700
}

.tutor-bg-danger {
    background-color: #F44337
}

.tutor-bg-secondary {
    background-color: #41454F
}

.tutor-bg-muted {
    background-color: #757c8e
}

.tutor-bg-subdued {
    background-color: #5B616F
}

.tutor-bg-hints {
    background-color: #767C8E
}

.tutor-bg-gray-20 {
    background-color: #e3e5eb
}

.tutor-bg-gray-10 {
    background-color: #eff1f6
}

.text-regular-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%
}

.tutor-text-regular-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%
}

.text-regular-caption {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%
}

.tutor-text-regular-caption {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%
}

.text-regular-small,
.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .tutor-option-field-label .desc,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .tutor-option-field-label .desc,
.text-body {
    font-weight: 400;
    font-size: 13px;
    line-height: 138%
}

.tutor-text-regular-small {
    font-weight: 400;
    font-size: 13px;
    line-height: 138%
}

.text-regular-tiny {
    font-weight: 400;
    font-size: 11px;
    line-height: 145%
}

.tutor-text-regular-tiny {
    font-weight: 400;
    font-size: 11px;
    line-height: 145%
}

.text-medium-h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 101%
}

.tutor-text-medium-h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 101%
}

.text-medium-h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 117%
}

.tutor-text-medium-h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 117%
}

.text-medium-h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%
}

.tutor-text-medium-h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%
}

.text-medium-h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 123%
}

.tutor-text-medium-h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 123%
}

.text-medium-h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 142%
}

.tutor-text-medium-h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 142%
}

.text-medium-h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%
}

.tutor-text-medium-h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%
}

.text-medium-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%
}

.tutor-text-medium-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%
}

.text-medium-caption {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%
}

.tutor-text-medium-caption {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%
}

.text-medium-small {
    font-weight: 500;
    font-size: 13px;
    line-height: 162%
}

.tutor-text-medium-small {
    font-weight: 500;
    font-size: 13px;
    line-height: 162%
}

.text-medium-tiny {
    font-weight: 500;
    font-size: 11px;
    line-height: 145%
}

.tutor-text-medium-tiny {
    font-weight: 500;
    font-size: 11px;
    line-height: 145%
}

.text-semi-h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 101%
}

.tutor-text-semi-h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 101%
}

.text-semi-h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 117%
}

.tutor-text-semi-h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 117%
}

.text-semi-h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%
}

.tutor-text-semi-h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%
}

.text-semi-h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 123%
}

.tutor-text-semi-h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 123%
}

.text-semi-h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 142%
}

.tutor-text-semi-h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 142%
}

.text-semi-h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%
}

.tutor-text-semi-h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%
}

.text-semi-caption {
    font-weight: 600;
    font-size: 15px;
    line-height: 165%
}

.tutor-text-semi-caption {
    font-weight: 600;
    font-size: 15px;
    line-height: 165%
}

.text-semi-small {
    font-weight: 600;
    font-size: 13px;
    line-height: 128%
}

.tutor-text-semi-small {
    font-weight: 600;
    font-size: 13px;
    line-height: 128%
}

.text-bold-h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 101%
}

.tutor-text-bold-h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 101%
}

.text-bold-h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 117%
}

.tutor-text-bold-h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 117%
}

.text-bold-h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%
}

.tutor-text-bold-h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%
}

.text-bold-h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 123%
}

.tutor-text-bold-h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 123%
}

.text-bold-h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 142%
}

.tutor-text-bold-h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 142%
}

.text-bold-h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%
}

.tutor-text-bold-h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%
}

.text-bold-body {
    font-weight: 700;
    font-size: 16px;
    line-height: 162%
}

.tutor-text-bold-body {
    font-weight: 700;
    font-size: 16px;
    line-height: 162%
}

.text-bold-caption {
    font-weight: 700;
    font-size: 15px;
    line-height: 160%
}

.tutor-text-bold-caption {
    font-weight: 700;
    font-size: 15px;
    line-height: 160%
}

.text-bold-small {
    font-weight: 700;
    font-size: 13px;
    line-height: 162%
}

.tutor-text-bold-small {
    font-weight: 700;
    font-size: 13px;
    line-height: 162%
}

.text-bold-tiny {
    font-weight: 700;
    font-size: 11px;
    line-height: 145%
}

.tutor-text-bold-tiny {
    font-weight: 700;
    font-size: 11px;
    line-height: 145%
}

.text-btn-xlarge {
    font-weight: 500;
    font-size: 18px;
    line-height: 178%
}

.tutor-text-btn-xlarge {
    font-weight: 500;
    font-size: 18px;
    line-height: 178%
}

.text-btn-large {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%
}

.tutor-text-btn-large {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%
}

.text-btn-medium {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%
}

.tutor-text-btn-medium {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%
}

.text-btn-small {
    font-weight: 500;
    font-size: 13px;
    line-height: 123%
}

.tutor-text-btn-small {
    font-weight: 500;
    font-size: 13px;
    line-height: 123%
}

.tutor-dashboard .tutor-phone-input .intl-tel-input {
    position: relative;
    display: inline-block
}

.tutor-dashboard .tutor-phone-input .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .hide {
    display: none
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .v-hide {
    visibility: hidden
}

.tutor-dashboard .tutor-phone-input .intl-tel-input input,
.tutor-dashboard .tutor-phone-input .intl-tel-input input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #555
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media(max-width: 500px) {
    .tutor-dashboard .tutor-phone-input .intl-tel-input .country-list {
        white-space: normal
    }
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .country {
    padding: 5px 10px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .country .dial-code {
    color: #999
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .flag-box,
.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .country-name,
.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .flag-box,
.tutor-dashboard .tutor-phone-input .intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input[type=tel],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown .flag-container,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown .selected-flag,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.tutor-dashboard .tutor-phone-input .intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0)
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-2 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-3 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-4 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-5 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.tutor-dashboard .tutor-phone-input .intl-tel-input.iti-container:hover {
    cursor: pointer
}

.tutor-dashboard .tutor-phone-input .iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.tutor-dashboard .tutor-phone-input .iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.tutor-dashboard .tutor-phone-input .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.tutor-dashboard .tutor-phone-input .iti-flag {
    width: 20px
}

.tutor-dashboard .tutor-phone-input .iti-flag.be {
    width: 18px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ch {
    width: 15px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mc {
    width: 19px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ne {
    width: 18px
}

.tutor-dashboard .tutor-phone-input .iti-flag.np {
    width: 13px
}

.tutor-dashboard .tutor-phone-input .iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .tutor-dashboard .tutor-phone-input .iti-flag {
        background-size: 5630px 15px
    }
}

.tutor-dashboard .tutor-phone-input .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.af {
    height: 14px;
    background-position: -66px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.al {
    height: 15px;
    background-position: -132px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.am {
    height: 10px;
    background-position: -154px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.as {
    height: 10px;
    background-position: -242px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.at {
    height: 14px;
    background-position: -264px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.au {
    height: 10px;
    background-position: -286px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.az {
    height: 10px;
    background-position: -352px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.be {
    height: 15px;
    background-position: -440px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.br {
    height: 14px;
    background-position: -680px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.by {
    height: 10px;
    background-position: -790px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px
}

.tutor-dashboard .tutor-phone-input .iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .tutor-dashboard .tutor-phone-input .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png")
    }
}

.tutor-dashboard .tutor-phone-input .iti-flag.np {
    background-color: rgba(0, 0, 0, 0)
}

.tutor-dashboard .tutor-phone-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.tutor-dashboard .tutor-phone-input body {
    margin: 20px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555
}

.tutor-dashboard .tutor-phone-input .hide {
    display: none
}

.tutor-dashboard .tutor-phone-input pre {
    margin: 0 !important;
    display: inline-block
}

.tutor-dashboard .tutor-phone-input .token.operator,
.tutor-dashboard .tutor-phone-input .token.entity,
.tutor-dashboard .tutor-phone-input .token.url,
.tutor-dashboard .tutor-phone-input .language-css .token.string,
.tutor-dashboard .tutor-phone-input .style .token.string,
.tutor-dashboard .tutor-phone-input .token.variable {
    background: none
}

.tutor-dashboard .tutor-phone-input input,
.tutor-dashboard .tutor-phone-input button {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit
}

.tutor-dashboard .tutor-phone-input input[disabled],
.tutor-dashboard .tutor-phone-input button[disabled] {
    background-color: #eee
}

.tutor-dashboard .tutor-phone-input input,
.tutor-dashboard .tutor-phone-input select {
    border: 1px solid #ccc;
    width: 250px
}

.tutor-dashboard .tutor-phone-input ::-webkit-input-placeholder {
    color: #bbb
}

.tutor-dashboard .tutor-phone-input ::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.tutor-dashboard .tutor-phone-input :-ms-input-placeholder {
    color: #bbb
}

.tutor-dashboard .tutor-phone-input button {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd
}

.tutor-dashboard .tutor-phone-input button:hover {
    background-color: #3276b1;
    border-color: #285e8e;
    cursor: pointer
}

.tutor-dashboard .tutor-phone-input #result {
    margin-bottom: 100px
}

.tutor-dashboard .tutor-frontend-dashboard-header {
    position: relative;
    padding-bottom: 25px
}

.tutor-dashboard .tutor-frontend-dashboard-header:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    height: 1px;
    background: var(--tutor-border-color);
    bottom: 0
}

.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header .tutor-dashboard-header-info {
    flex: 1;
    flex-grow: 1;
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 15px
}

.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header .tutor-dashboard-header-info .tutor-dashboard-header-display-name h4 {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: var(--tutor-body-color)
}

.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header .tutor-dashboard-header-info .tutor-dashboard-header-stats {
    display: flex;
    flex-wrap: wrap;
    line-height: 25px
}

.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header .tutor-dashboard-header-info .tutor-dashboard-header-stats>div:not(:first-child) {
    margin-left: 30px
}

.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-greetings,
.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username {
    text-transform: capitalize
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks {
    list-style: none;
    margin: 0px 0 20px;
    padding: 25px 0;
    margin-right: 0px !important;

}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a:hover,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a:active,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a:focus {
    text-decoration: none;
    opacity: 1 !important
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a:hover::before {
    opacity: 1;
    color: var(--tutor-color-primary-hover)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a {
    padding: 8px 20px
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a:hover {
    background-color: rgba(var(--tutor-color-primary-rgb), 0.1)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a {
    background-color: var(--tutor-color-primary);
    color: var(--tutor-color-white)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a:hover {
    background-color: var(--tutor-color-primary-hover)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a::before {
    color: var(--tutor-color-white)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link {
    display: flex;
    align-items: center;
    border-radius: 4px 0px 0px 4px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tutor-body-color)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon {
    font-size: 24px;
    color: var(--tutor-color-primary)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active a {
    color: var(--tutor-color-white)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active a .tutor-dashboard-menu-item-icon {
    color: var(--tutor-color-white)
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item:not(:last-child) {
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .tutor-dashboard:not(.is-sidebar-expanded) .tutor-dashboard-left-menu {
        display: none
    }
}

.tutor-dashboard.is-sidebar-expanded ul.tutor-dashboard-permalinks {
    border-right: none !important;
}

.tutor-dashboard.is-sidebar-expanded ul.tutor-dashboard-permalinks li.active a {
    border-radius: 0
}

.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks {
    position: relative;
    height: 100%
}

.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
    content: "";
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid var(--tutor-border-color);
    z-index: 1
}

body.rtl .tutor-dashboard-left-menu .tutor-dashboard-menu-item-link {
    border-radius: 0px 4px 4px 0px
}

body.rtl .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
    right: initial;
    left: 0
}

.tutor-dashboard #tutor-dashboard-footer-mobile {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 16px rgba(176, 182, 209, .180862);
    z-index: 99;
}

@media(min-width: 768px) {
    .tutor-dashboard #tutor-dashboard-footer-mobile {
        display: none !important
    }
}

@media(max-width: 767px) {
    .tutor-screen-frontend-dashboard {
        padding-bottom: 94px
    }
}

.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a {
    text-align: center;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: var(--tutor-color-muted)
}

.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a:hover {
    color: var(--tutor-color-primary)
}

.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a.active {
    border-bottom: 5px solid var(--tutor-color-primary)
}

.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a,
.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a:hover,
.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a:active,
.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: none
}

.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a i {
    font-size: 21px
}

.tutor-dashboard #tutor-dashboard-footer-mobile>div>div>a span {
    display: block;
    padding: 0 7px 7px
}

.tutor-dashboard .tutor-dashboard-my-courses .tutor-iconic-btn.tutor-my-course-edit {
    opacity: 0
}

.tutor-dashboard .tutor-dashboard-my-courses .tutor-course-card:hover .tutor-iconic-btn.tutor-my-course-edit {
    opacity: 1
}

.tutor-dashboard .tutor-dashboard-content {
    padding-top: 28px
}

.tutor-dashboard .tutor-dashboard-content>h3,
.tutor-dashboard .tutor-dashboard-content>h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: var(--tutor-body-color);
    margin: 0 0 25px 0;
    line-height: 34px
}

.tutor-dashboard .tutor-dashboard-content>h3.popular-courses-heading-dashboard {
    margin-top: 28px
}

.tutor-dashboard .tutor-dashboard-content .tutor-table.tutor-table-quiz-attempts tr th {
    white-space: break-spaces
}

.tutor-dashboard .tutor-dashboard-content .tutor-table.tutor-table-quiz-attempts tr th,
.tutor-dashboard .tutor-dashboard-content .tutor-table.tutor-table-quiz-attempts tr td {
    vertical-align: middle
}

.tutor-dashboard .tutor-dashboard-content .tutor-table.tutor-table-quiz-attempts tr th:first-child,
.tutor-dashboard .tutor-dashboard-content .tutor-table.tutor-table-quiz-attempts tr td:first-child {
    min-width: 200px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-social .tutor-social-field>div:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: var(--tutor-color-secondary);
    padding-top: 5px;
    padding-bottom: 5px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-social .tutor-social-field>div:first-child i {
    color: #1a1b1e;
    display: inline-block;
    width: 20px
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor {
    height: 344px;
    position: relative
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area {
    text-align: right;
    padding-left: 190px;
    margin-top: 16px
}

@media(max-width: 492px) {
    .tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area {
        padding-left: 120px
    }
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>img,
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span {
    display: inline-block;
    vertical-align: middle
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #7a7a7a
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span>span {
    color: #000
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_meta_area>span.loader-area {
    display: none
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area {
    height: 245px;
    background-color: #e9edfb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area .tutor_overlay {
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6))
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_uploader {
    position: absolute;
    right: 22px;
    bottom: 22px
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_deleter {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .247);
    text-align: center;
    width: 36px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    height: 36px;
    right: 22px;
    top: 22px;
    cursor: pointer
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_cover_area .tutor_cover_deleter:hover {
    background: rgba(0, 0, 0, .438)
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_profile_area {
    width: 142px;
    height: 142px;
    left: 35px;
    top: 145px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    overflow: hidden;
    background-color: #e9edfb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 688px) {
    .tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_profile_area {
        width: 120px;
        height: 120px;
        left: 31px;
        top: 168px
    }
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_profile_area .tutor_overlay {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .253);
    padding: 0;
    height: 37px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_profile_area .tutor_overlay:hover {
    background: rgba(0, 0, 0, .411)
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option {
    position: absolute;
    background: #353535;
    width: 157px;
    top: 294px;
    left: 27px;
    border-radius: 6px;
    color: #fff;
    z-index: 99;
    display: none
}

@media(max-width: 688px) {
    .tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option {
        top: 294px;
        left: 10px
    }
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option span:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option span:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option span:hover {
    background: #6b6b6b
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option .profile-uploader {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option .up-arrow {
    text-align: center;
    height: 0
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option .up-arrow i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    position: relative;
    top: -17px;
    border-bottom: 5px solid #353535
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option>*:not(:last-child) {
    position: relative;
    z-index: 1
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_pp_option>div:last-child {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    z-index: 0
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor.pop-up-opened #tutor_pp_option {
    display: block
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_photo_dialogue_box {
    display: none
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-withdraw .tutor-radio-select .tutor-form-check-input {
    margin-top: unset
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-social input.tutor-form-control::placeholder,
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-setting-social textarea.tutor-form-control::placeholder {
    color: var(--tutor-color-muted)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-assignment-review-header table td:last-child,
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-assignment-review-header table td:last-child a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--tutor-body-color)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area {
    background: var(--tutor-color-gray-10);
    padding: 25px;
    font-weight: 400;
    margin-bottom: 40px;
    border: 1px solid #e3e6eb;
    box-sizing: border-box;
    border-radius: 6px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area h4,
.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: var(--tutor-body-color)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area h5 {
    margin-bottom: 15px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    color: var(--tutor-body-color)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: var(--tutor-color-secondary)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area [type=number] {
    max-width: 100px !important;
    display: inline-block;
    margin-right: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: var(--tutor-body-color)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-assignment-review .tutor-dashboard-assignment-review-area [type=number]+p {
    display: inline-block !important;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: var(--tutor-color-secondary)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.tutor-form-toggle .tutor-form-toggle-control {
    width: 38px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--tutor-color-primary);
    margin: 0px 7px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.tutor-form-toggle .tutor-form-toggle-label {
    font-weight: 400 !important
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.tutor-form-toggle .tutor-form-toggle-control:before {
    height: 16px;
    width: 16px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-instructor .tutor-form-toggle-label.tutor-form-toggle-checked {
    color: var(--tutor-color-primary) !important
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-instructor .tutor-form-toggle-label.tutor-form-toggle-unchecked {
    color: var(--tutor-border-color) !important
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-instructor .tutor-form-toggle-control:before {
    background: var(--tutor-color-primary);
    top: 2px;
    left: 17px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-instructor span:nth-of-type(3) {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #41454f
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-instructor span:nth-of-type(1) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #c0c3cb
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-student .tutor-form-toggle-label.tutor-form-toggle-checked {
    color: var(--tutor-color-primary)
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-student .tutor-form-toggle-label.tutor-form-toggle-unchecked {
    color: #c0c3cb
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-student .tutor-form-toggle-control:before {
    background: var(--tutor-color-primary);
    top: 2px
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-student span:nth-of-type(1) {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #41454f
}

.tutor-dashboard .tutor-dashboard-content .tutor-dashboard-qna-vew-as.current-view-student span:nth-of-type(3) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #c0c3cb
}

.tutor-dashboard .tutor-dashboard-content .tutor-qna-single-wrapper .qna-back-button {
    display: flex;
    align-items: center
}

.tutor-dashboard .tutor-dashboard-content .tutor-form-feedback .tutor-form-feedback-icon {
    margin-top: 2px
}

.tutor-dashboard .tutor-dashboard-content .tutor-table.qna-list-table .tooltip-wrap.tooltip-icon-custom {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tutor-dashboard .tutor-dashboard-content .tutor-table.qna-list-table .tooltip-wrap.tooltip-icon-custom i {
    display: block
}

.tutor-dashboard .tutor-dashboard-content .tutor-order-history-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps .item-wrapper,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps .item-wrapper {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right 25px center
}

.rtl .tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps .item-wrapper,
.rtl .tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps .item-wrapper {
    background-position: left 25px center
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps h4,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.42;
    color: #161616;
    margin-bottom: 24px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps ul,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps ul {
    counter-reset: listItem
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps ul li,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps ul li {
    list-style: none;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 13px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps ul li:before,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps ul li:before {
    counter-increment: listItem;
    content: counter(listItem) ".";
    margin-right: 12px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps .create-certificate-btn,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps .create-certificate-btn {
    margin-top: 28px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .create-certificate-steps .item-wrapper,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .create-certificate-steps .item-wrapper {
    padding: 42px 52px 54px 52px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page.tutor-cb-templates-table .item-wrapper,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table.tutor-cb-templates-table .item-wrapper {
    border: 1px solid #e0e2ea;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 16px;
    background-position: right -1px center
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page.tutor-cb-templates-table .tutor-certificate-step-description,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table.tutor-cb-templates-table .tutor-certificate-step-description {
    max-width: 374px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .all-certificate .tutor-option-field-row,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .all-certificate .tutor-option-field-row {
    grid-template-columns: 98px 1fr auto;
    grid-gap: 20px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .all-certificate .certificate-thumb,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .all-certificate .certificate-thumb {
    display: inline-flex;
    justify-self: center;
    position: relative
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .all-certificate .certificate-thumb:before,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .all-certificate .certificate-thumb:before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0.75C6.54545 0.75 1.85455 4.13182 0 8.93182C1.85455 13.7318 6.54545 17.1136 12 17.1136C17.4545 17.1136 22.1455 13.7318 24 8.93182C22.1455 4.13182 17.4545 0.75 12 0.75ZM12.0007 14.3863C8.94617 14.3863 6.54617 11.9863 6.54617 8.93177C6.54617 5.87723 8.94617 3.47723 12.0007 3.47723C15.0553 3.47723 17.4553 5.87723 17.4553 8.93177C17.4553 11.9863 15.0553 14.3863 12.0007 14.3863ZM8.72754 8.93195C8.72754 7.0774 10.1457 5.65922 12.0003 5.65922C13.8548 5.65922 15.273 7.0774 15.273 8.93195C15.273 10.7865 13.8548 12.2047 12.0003 12.2047C10.1457 12.2047 8.72754 10.7865 8.72754 8.93195Z' fill='white'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(22, 22, 22, .5);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    border-radius: 3px;
    opacity: 0;
    transition: .2s linear
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .all-certificate .certificate-thumb:hover:before,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .all-certificate .certificate-thumb:hover:before {
    opacity: 1
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .no-certificate .certificate-thumb,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .no-certificate .certificate-thumb {
    text-align: center
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .no-certificate .certificate-thumb p,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .no-certificate .certificate-thumb p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 24px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .no-certificate .item-wrapper,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .no-certificate .item-wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-template .tutor-option-field-row,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-template .tutor-option-field-row {
    border-bottom: none
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-template .radio-thumbnail,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-template .radio-thumbnail {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 18px 16px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-template .radio-thumbnail label,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-template .radio-thumbnail label {
    margin: unset;
    display: inline-flex;
    cursor: pointer
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-template .radio-thumbnail input[type=radio]:checked~.icon-wrapper img,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-template .radio-thumbnail input[type=radio]:checked~.icon-wrapper img {
    box-shadow: 0 0 0 1px var(--tutor-color-primary)
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-upload-wrap,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-upload-wrap {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 13px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-upload,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-upload {
    display: flex;
    align-items: center;
    text-align: left
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-preview,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-preview {
    border: 2px solid #e8e8e8;
    border-radius: 3px;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    padding: 2px 0
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-preview img,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-preview img {
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-info,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-info {
    margin-left: 23px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-upload span.delete-btn,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-upload span.delete-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3e%3cpath d='M1.36301 12.0781C1.36301 12.3889 1.48628 12.687 1.7057 12.9068C1.92512 13.1265 2.22272 13.25 2.53302 13.25H9.55307C9.86337 13.25 10.161 13.1265 10.3804 12.9068C10.5998 12.687 10.7231 12.3889 10.7231 12.0781V3.875H1.36301V12.0781ZM7.99306 5.82813C7.99306 5.72453 8.03415 5.62517 8.10729 5.55191C8.18043 5.47866 8.27962 5.4375 8.38306 5.4375C8.48649 5.4375 8.58569 5.47866 8.65883 5.55191C8.73197 5.62517 8.77306 5.72453 8.77306 5.82813V11.2969C8.77306 11.4005 8.73197 11.4998 8.65883 11.5731C8.58569 11.6463 8.48649 11.6875 8.38306 11.6875C8.27962 11.6875 8.18043 11.6463 8.10729 11.5731C8.03415 11.4998 7.99306 11.4005 7.99306 11.2969V5.82813ZM5.65304 5.82813C5.65304 5.72453 5.69413 5.62517 5.76727 5.55191C5.84041 5.47866 5.93961 5.4375 6.04304 5.4375C6.14648 5.4375 6.24568 5.47866 6.31882 5.55191C6.39196 5.62517 6.43305 5.72453 6.43305 5.82813V11.2969C6.43305 11.4005 6.39196 11.4998 6.31882 11.5731C6.24568 11.6463 6.14648 11.6875 6.04304 11.6875C5.93961 11.6875 5.84041 11.6463 5.76727 11.5731C5.69413 11.4998 5.65304 11.4005 5.65304 11.2969V5.82813ZM3.31303 5.82813C3.31303 5.72453 3.35412 5.62517 3.42726 5.55191C3.50039 5.47866 3.59959 5.4375 3.70303 5.4375C3.80646 5.4375 3.90566 5.47866 3.9788 5.55191C4.05194 5.62517 4.09303 5.72453 4.09303 5.82813V11.2969C4.09303 11.4005 4.05194 11.4998 3.9788 11.5731C3.90566 11.6463 3.80646 11.6875 3.70303 11.6875C3.59959 11.6875 3.50039 11.6463 3.42726 11.5731C3.35412 11.4998 3.31303 11.4005 3.31303 11.2969V5.82813ZM11.1131 1.53125H8.18806L7.95893 1.07471C7.9104 0.977107 7.83563 0.895005 7.74305 0.837641C7.65046 0.780276 7.54373 0.749926 7.43487 0.750004H4.64879C4.54016 0.749586 4.43362 0.779823 4.34137 0.837251C4.24911 0.894679 4.17487 0.976976 4.12716 1.07471L3.89803 1.53125H0.97301C0.869575 1.53125 0.770377 1.57241 0.697237 1.64567C0.624097 1.71892 0.583008 1.81828 0.583008 1.92188L0.583008 2.70313C0.583008 2.80673 0.624097 2.90609 0.697237 2.97934C0.770377 3.0526 0.869575 3.09375 0.97301 3.09375H11.1131C11.2165 3.09375 11.3157 3.0526 11.3889 2.97934C11.462 2.90609 11.5031 2.80673 11.5031 2.70313V1.92188C11.5031 1.81828 11.462 1.71892 11.3889 1.64567C11.3157 1.57241 11.2165 1.53125 11.1131 1.53125Z' fill='white'/%3e%3c/svg%3e");
    background-color: #f44337;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    top: -12px;
    right: -12px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-upload span.delete-btn:hover,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-upload span.delete-btn:hover {
    background-color: #f2281a
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .signature-upload .signature-preview,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .signature-upload .signature-preview {
    background: #f3f3f3;
    position: relative
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .tutor-btn,
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .tutor-btn {
    margin-top: 24px
}

.tutor-dashboard .tutor-dashboard-content .tutor-option-nav-page .certificate-settings .tutor-btn input[type=file],
.tutor-dashboard .tutor-dashboard-content .tutor-cb-templates-table .certificate-settings .tutor-btn input[type=file] {
    appearance: none;
    -webkit-appearance: none;
    display: none
}

.tutor-snackbar-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    z-index: 10000000000000000;
    display: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

.tutor-snackbar-wrapper.tutor-snackbar-show {
    display: block
}

.tutor-snackbar-wrapper .tutor-btn-outline-primary {
    color: #fff
}

.tutor-snackbar-wrapper>div {
    margin: 15px auto;
    padding: 7px 14px;
    display: inline-block;
    font-size: 15px;
    text-align: initial;
    color: #fff;
    background: rgba(0, 0, 0, .66);
    box-shadow: 0px 5px 30px rgba(58, 57, 132, .06);
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    border-radius: 10px
}

.tutor-snackbar-wrapper>div>div {
    display: inline-block;
    white-space: nowrap;
    margin: 5px 0
}

.tutor-snackbar-wrapper .tutor-snackbar-title-icon {
    color: #fff;
    font-size: 24px;
    margin-right: 13px;
    vertical-align: middle
}

.tutor-snackbar-wrapper .tutor-snackbar-close {
    color: #7a7a7a !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px
}

.tutor-snackbar-wrapper p {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin: 8px 45px 8px 0
}