@charset "utf-8";
/* CSS Document */

body {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-color: #fdfdfd;
    background: linear-gradient(180deg, #fefefe 6.77%, #fdfdfd 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.75;
}

body td,
th {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #272E3B;
    font-weight: 400;
    line-height: 1.3;
}

.h4,
h4 {
    font-size: 1.4rem;
}

p {
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    margin-bottom: 15px;
    color: #4c555a;
}

.hr-text {
    border-top: 1px solid #f0f0f0;
}

a {
    /*color: #000;*/
    text-decoration: none;
}

ul li {
    margin: 6px 0;
    font-size: 14px;
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
    font-size: 1.2rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

/*BTN*/
.btn {
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover,
.btn:focus {
    outline: none !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.btn-link:hover {
    box-shadow: none;
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none !important;
}

.btn-success {
    color: #fff;
    background-color: #2fbb66;
    border-color: #2fbb66;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #269652;
    border-color: #269652;
}

.btn-danger {
    color: #fff;
    background-color: #ff5a5f;
    border-color: #ff5a5f;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #cc484c;
    border-color: #cc484c;
}

.btn-success-1 {
    color: #fff;
    background-color: rgb(80 149 248);
    border-color: rgb(80 149 248);
}

.btn-success-1.focus,
.btn-success-1:focus,
.btn-success-1:hover {
    color: #fff;
    background-color: rgb(90 149 248);
    border-color: rgb(90 149 248);
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

label {
    color: #373c44;
    font-weight: 500;
    font-size: 14px;
}

.form-group {
    margin-bottom: 1.2rem;
    /*    padding-right: 8px !important;
    padding-left: 8px !important;*/
}

.form-control {
    font-size: 14px;
    color: #373c44;
    line-height: 1.5715;
    border: 1px solid #d9d9d9;
    transition: all .3s;
    height: 40px;
}

.form-control:focus {
    border-color: #80b3ff;
    border-right-width: 1px !important;
    box-shadow: 0 0 0 2px rgb(87 148 255 / 20%);
    outline: 0;
}

.form-control:hover {
    border-color: #80b3ff;
    border-right-width: 1px !important;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#verify-phone {
    padding-left: 65px;
}

label.switch {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 35px !important;
    border-radius: 12px !important;
}

label.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

label.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E8F0FD;
    -webkit-transition: .4s;
    transition: .4s;
}

label.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

label.switch input:checked+.slider {
    background-color: var(--blue);
}

label.switch input:focus+.slider {
    box-shadow: 0 0 1px var(--blue);
}

label.switch input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

label.switch .slider.round {
    border-radius: 12px;
}

label.switch .slider.round:before {
    border-radius: 50%;
}

.apikeys-table td {
    vertical-align: middle;
}

/*BTN END*/

.h3-header {
    border-bottom: 1px solid #eee;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.text-primary {
    color: #5794ff !important;
}

.text-primary:hover {
    color: #80b3ff !important;
}

.text-danger {
    color: #ff5a5f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #cc484c !important;
}

.text-muted-2 {
    color: #C4C4C4 !important;
}

.text-small {
    font-size: 14px !important;
}

#wrapper {
    width: 100%;
}

#header {
    width: 100%;
    border-bottom: #eee solid 1px;
    padding: 0px 0px;
    box-shadow: 0px 0px 55px 0px rgba(50, 50, 50, 0.10);
}

#body-section {
    width: 100%;
    padding: 50px 0px;
}

.bglight {
    background-color: #eefafb;
}

.logo {
    padding: 10px 0px 10px 0px;
}

.status-ctnr {
    margin: 25px 0px 20px 25px;
}

.status-ctnr2 {
    margin: 25px 0px 5px 20px;
}

.status-ctnr2 a:hover {
    text-decoration: none;
}

.status-ctnr a:hover {
    text-decoration: none;
}

.login-btn a {
    color: #000;
    background-color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    border: 1px solid #c3c3c3;
}

.two-factor-form {
    display: none;
}

.logout-ctnr {
    margin: 20px 0px 20px 10px;
}

.logout-ctnr a {
    color: #F44336;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .155em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

/*.alert {
    border-radius: 10px;
}*/

.btn-primary {
    background: #5095F8;
    border-color: #5095F8;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #4077c6;
    border-color: #4077c6;
    color: #fff;
}

.user-box {
    display: flex;
    width: 100%;
    padding-top: 10px;
}

.user-box .user-info {
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-bottom: 20px;*/
}

.user-box .user-name {
    color: #272E3B;
    font-size: 18px;
    line-height: 24px;
}

.user-box .user-email {
    color: #6e6e6e;
    font-size: 12px;
    line-height: 16px;
}

.nav-pills-1 .nav-link.active,
.nav-pills-1 .nav-pills .show>.nav-link {
    background-color: #e9f2fe !important;
    font-weight: 500;
    color: #373c44;
    font-size: 14px;
}

.nav-pills-1 .nav-link:focus,
.nav-pills-1 .nav-link:hover {
    background-color: #f4f5f8;
    color: #373c44;
}

.nav-pills-1 .nav-link {
    color: #373c44;
    margin: 2px 0;
    display: block;
    padding: 0.6rem 1rem;
    padding-left: 28px;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.logout-btn {
    margin-left: 10px !important;
}

.logout-btn img {
    margin-right: 5px;
}

.logout-btn a {
    color: #FFF;
    background-color: #5469d4;
    padding: 10px 22px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.logout-btn a:hover {
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}

.logout-btn a:active {
    transform: translateY(1px);
}

.logout-btn .login {
    color: #000;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.search-ctnr {
    width: 50%;
    float: left;
}

.search-ctnr h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 8px;
    font-weight: bold;
}

.search-ctnr input {
    width: 95%;
    padding: 13px 15px 14px 15px;
    color: #333;
    background-color: #FFF;
    border: #dbe2e2 solid 2px;
    border-radius: 8px;
}

.search-ctnr input:hover {
    cursor: pointer;
}

.b-select-wrap {
    border: none;
    color: #1092C9;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.b-select {

    background: url(../images/select-down-arrow.png) no-repeat right;
    border: #dbe2e2 solid 2px;

    padding: 15px;


    font-size: 13px;
    letter-spacing: 1px;
    width: 95%;
    border-radius: 8px;
    -webkit-appearance: none;
    /* for webkit browsers */
    -moz-appearance: none;
    /* for firefox */
    appearance: none;
    /* for modern browsers */
    cursor: pointer;
}

.b-select option {
    color: #000;
    border-radius: 4px;
}

/* remove default caret for ie */
.b-select::-ms-expand {
    display: none;
}

.graph-ctnr {
    width: 100%;
}

.purple-circle {
    background-color: #9131eb;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -6px;
}

.blue-circle {
    background-color: #628ef4;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -6px;
}

.graph-info {
    width: 100%;
    margin: 70px 0px 0px 0px;
}

.graph-info ul {
    margin: 0px;
    padding: 0px;
}

.graph-info li {
    list-style-type: none;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 50px 0px 5px;
}

.rightsideBG {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e7e9ee;
    box-shadow: 0 10px 70px rgb(228 233 235 / 50%);
    /*box-shadow: 2px -3px 15px -3px rgba(0,0,0,.07), 2px 3px 6px -2px rgba(0,0,0,.05);*/
}

.main-box-card {
    /*    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 14px -2px #dfe2e3;
    border-radius: 10px;
    padding: 25px;*/

    border-radius: 8px;
    background-color: #fff;
    padding: 0px 20px !important;
    border: 1px solid #e7e9ee !important;
    box-shadow: 0 10px 70px rgb(228 233 235 / 50%) !important;
    padding: 25px !important;
}

.main-box-card-1 {
    border-radius: 8px;
    background-color: #fff;
    padding: 0px 20px;
    border: 1px solid #e7e9ee;
    box-shadow: 0 10px 70px rgb(228 233 235 / 50%);
    padding: 15px;
    /*    background-color: #fff;
    border: 1px solid #e5e5e5;
        border-radius: 10px;
    padding: 15px;*/
}

.main-c {
    border-radius: 8px;
    background-color: #fff;
    padding: 0px 20px;
    box-shadow: 0 0 35px 2px hsl(0deg 0% 69% / 17%);
    border: 1px solid #f5f5f5;
}

.air-colum {
    text-align: center;
    overflow: hidden;

    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
}

.air-colum h2 {
    font-size: 15px;
    color: #333;
    padding: 15px;
    font-weight: 500;
}

.air-colum h4 {
    font-size: 14px;
    color: #5095F8;
    padding: 15px 15px;
    padding-top: 0px;
}

.CodeTabs {
    color: #333;
    overflow: hidden;
}

.table-responsive>.table-bordered {
    border: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
    color: #373c44;
    background: #fafafa;
}

.table-report {
    width: 100%;
    /*border: #ececec solid 1px;*/
    border-radius: 8px;
    margin: 0px 0px;
    background-color: #fff;
}

.container-inside {
    padding-left: 25px;
    padding-right: 25px;
}

.copy-text-btn-span {
    position: absolute;
    left: 8px;
    top: -17px;
    background-color: #000;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.copy-icon {
    transition: 0.3s all ease-in-out;
}

.copy-icon:hover {
    color: #5095F8;
}

.CodeTabs-toolbar {
    background: #ebedef;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.CodeTabs.CodeTabs_initial .CodeTabs-toolbar button:first-child,
.CodeTabs-toolbar button.CodeTabs_active {
    background: #f6f8fa;
    color: #000;
    pointer-events: none;
}

.CodeTabs-toolbar button {
    white-space: nowrap;
    transition: .123s ease;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 2;
    padding: .5em 1em;
    border: none;
    background: 0 0;
    outline: none;
    color: inherit;
    font: inherit;
    font-size: .75em;
    cursor: pointer;
}

.CodeTabs pre {
    border-radius: 0 0 3px 3px !important;
    background: #f6f8fa;
    margin-bottom: 0;
    border: 0px;
}

.CodeTabs pre>code {
    display: block !important;
    overflow: auto;
    padding: 1em;
    max-height: 90vh;
}

.tooltip-cont {
    position: relative;
    display: inline-block;
    text-align: center;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 150px;
    color: white;
    background-color: #192733;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.tooltip-cont:hover .tooltip-text {
    visibility: visible;
}

.tooltip-text.top {
    top: -40px;
    left: -10%;
}

.tooltip-text.bottom {
    top: 25px;
    left: -50%;
}

.tooltip-text.left {
    top: -10px;
    right: 120%;
}

.tooltip-text.right {
    top: -8px;
    left: 120%;
}

.att {
    font-size: 12px;
}

.table-fix {
    width: 100%;
    min-width: 550px;
}

.table th {
    background-color: #f6f8fa;
    border-top: 1px solid #dfe2e5;
    border-bottom: 1px solid #dee2e6 !important;
}

.table th strong {
    font-weight: 600;
}

.table-report td {
    padding: 15px 20px;
}

.table td,
.table th {
    border-top: 0;
}

.table-report thead tr {
    background-color: #9E9E9E !important;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-top: #cbd9da solid 0px !important;
    border-bottom: #cbd9da solid 0px !important;
}

.table-report tbody tr {
    background-color: #f9fbff;
    border-top: #cbd9da solid 1px;
    border-bottom: #cbd9da solid 1px;
}

.table-billing tbody tr {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.prev-btn {
    background-color: #628ef4;
    border-radius: 5px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}

.prev-btn:hover {
    background-color: #2850d3;
    cursor: pointer;
}

.next-btn {
    background-color: #628ef4;
    border-radius: 5px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}

.next-btn:hover {
    background-color: #2850d3;
    cursor: pointer;
}

.pagination-btn ul {
    margin: 0px;
    padding: 0px;
}

.pagination-btn li {
    list-style-type: none;
    float: left;
    padding: 12px 0px;

}

.pagination-btn a {
    background-color: #6f6f6e;
    border-radius: 5px;
    padding: 12px 20px;
    margin: 0px 5px;
    color: #FFF;
}

.pagination-btn a:hover {
    background-color: #628ef4;
}

.login-logo {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 70px 0px 40px 0px;
}

.auth-container {
    width: 100%;
    clear: both;
    max-width: 100%;
    width: 550px;
    border-radius: 15px;
    margin: 0px auto;
    padding: 40px;
    box-shadow: 0 0 35px 2px hsla(0, 0%, 69.4%, .17);
    border: 1px solid #f5f5f5;
    margin-bottom: 80px;
    background-color: #fff;
}

.auth-container h1 {
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.auth-container h2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.auth-container input {
    width: 100%;
    padding: 13px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #dbe2e2;
    border-radius: 8px;
    margin-bottom: 30px;
}

.auth-container .button {
    border: 0;
    color: #FFF;
    background-color: #5679f3;
    padding: 12px 22px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    cursor: pointer;
    max-width: 100px;
    text-align: center;
}

.auth-container .button:hover {
    color: #FFF;
    background-color: #4561c2;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    cursor: pointer;
    outline: none !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}

.hidepwd {
    float: right;
}

.email-icon {
    background: url(../images/email-icon.png) no-repeat right;
}

.pwd-icon {
    background: url(../images/password-icon.png) no-repeat right;
}

.calendar-icon {
    background: url(../images/calendar.png) no-repeat right;
}

.logout-mobile {
    display: none;
    text-align: center;
}

/*
ul li {
    margin: 6px 0;
    font-size: 15px;
}*/

.navbar-brand img {
    cursor: pointer;
    height: 48px;
}

.navbar {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0px;
    padding-bottom: 5px;
    line-height: 50px;
    font-weight: 700;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 0px;
    box-shadow: 0 10px 70px rgba(228, 233, 235, .5);
    /*  -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;*/
}

.navbar-toggler {
    border-color: #fff !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 188, 212)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav {
    font-size: 12px;
    /*padding-top: 5px;*/
}

.pauses-settings .check-box input[type="checkbox"],
.plan-details .check-box input[type="checkbox"],
.pronunciation-settings .check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 35px;
    height: 20px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.pauses-settings .check-box input:checked[type="checkbox"],
.plan-details .check-box input:checked[type="checkbox"],
.pronunciation-settings .check-box input:checked[type="checkbox"] {
    background: #5095f8;
}

.pauses-settings .check-box input[type="checkbox"]::after,
.plan-details .check-box input[type="checkbox"]::after,
.pronunciation-settings .check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.pauses-settings .check-box input:checked[type="checkbox"]::after,
.plan-details .check-box input:checked[type="checkbox"]::after,
.pronunciation-settings .check-box input:checked[type="checkbox"]::after {
    left: 50%;
}

.voice-slots-details {
    display: none;
}

.html-decorator {
    /* border: 1px solid var(--dark); */
    background-color: #f7f7f7;
    padding: 1px 6px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px;
}


.pauses-seconds {
    font-size: 10px;
}

@media (max-width: 550px) {
    .pauses-seconds {
        display: none;
    }
}


/*.navbar-nav .dropdown-menu {
    position: absolute;
}*/

.navbar-nav li {
    margin: 0;
}

.navbar-nav li.nav-item.active a.nav-link {
    color: #5095f8;
}

.navbar-nav li.nav-item a.nav-link {
    position: relative;
    font-size: 14px;
    /*line-height: 1.5;*/
    padding: 0 5px;
    color: #000;
    margin-right: 15px;
    font-weight: 400;
    padding-left: 10px;
}

.navbar-nav li.nav-item a.nav-link:hover {
    color: #5095F8;
}

.dropdown-menu {
    padding: 10px 0px;
    /*top: px !important;*/
    font-size: 12px;
    border-radius: 0;
    background: #fff;
    border: 1px solid hsla(207, 5%, 52%, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    /*transform: translate3d(0px, 35px, 0px);*/
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #3b3b3b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
}

.dropdown-item {
    padding: 5px 15px 5px 20px;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: auto;
    letter-spacing: .2px;
    cursor: pointer;
    margin-right: 25px;
    line-height: 1.5;
    margin: 5px 0px 5px 0px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #070707;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu::before {
    content: '';
    width: 0px;
    height: 0px;
    top: -8px;
    left: 70px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0 1px 3px rgba(57, 73, 76, .9);
    margin-right: 2.2rem;
    padding: 0;
}

.navbar-brand span {
    color: #FFC300;
}

.navbar-brand:hover {
    color: #FFF;
}


/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 2px;
    width: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
    border-radius: 20px;
}

button:focus {
    outline: 0;
}

/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}



/* Pricing Page */

.pricingHolder .pricingBox {
    border-radius: 8px;
    border: 1px solid #eaeff3;
    padding: 16px;
    transition: all .1s ease-in;
    grid-gap: 10px;
}

.priceSuffix {
    font-size: 16px;
}

/*
.pricingHolder .pricingBox:hover {
    transform: translate3d(0px, -3px, 0px);
    box-shadow: 0 0 25px rgba(0,0,0,.085);
}
*/
.shadow-custom {
    box-shadow: 0 10px 70px rgba(228, 233, 235, .5);
    /*    box-shadow: 0 0 35px 2px hsla(0,0%,69.4%,.20);*/
}

.pricingHolder .pricingBox .description div {
    margin-bottom: 6px;
    margin-left: 25px;
    position: relative;
}

.pricingHolder .pricingBox .description div:before {
    content: url(https://image.flaticon.com/icons/svg/565/565495.svg);
    color: #1bb64f;
    width: 15px;
    margin-left: -25px;
    position: absolute;
}

.pricingHolder .pricingBox.current {
    border-color: #ff5a5f;
}

.pricingHolder .pricingBox .priceHolder .price {
    font-size: 32px;
}

.subscription_v2 p {
    font-size: 14px !important;
    line-height: 1.5;
}

.progress {
    width: 100%;
    height: 8px;
}

.progress-bar {
    background-color: #5095f8;
}

.subscription p {
    font-size: 1rem;
}

.text-chars {
    font-size: 14px;
    color: #5093f8;
}

.badge-vm {
    color: #5093f8;
    background: #f1f6fe;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
}

/* start checkout details */
.checkout-details {
    max-width: 1140Px;
    margin: auto;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.checkout-details h1.title {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 60px;
}

.checkout-details .checkout-con {
    max-width: 620px;
    margin: auto;
}

.checkout-details .checkout-con .parent {
    border: 2px solid #E5E5E5;
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 8px;
    background: #fff;
}

.checkout-details .checkout-con .parent .left-items span {
    color: #24232B;
    font-weight: 400;
    font-size: 14px;
}

.checkout-details .checkout-con .parent .left-items h5 {
    color: #272E3B;
    font-weight: 500;
    margin-bottom: 0;
}

.checkout-details .checkout-con .parent .left-items span:last-of-type {
    color: #A6A9B4;
}

.checkout-details .checkout-con .parent .right-items {
    text-align: end;
}

.checkout-details .checkout-con .parent .right-items span {
    color: #24232B;
    font-size: 14px;
    font-weight: 500;
}

.checkout-details .checkout-con .parent .right-items h2 {
    color: #272E3B;
    font-size: 45px;
    font-weight: 500;
}

.checkout-details .checkout-con button {
    color: #5095F8;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    display: block;
    margin-left: auto;
    box-shadow: none !important;
}

.checkout-details .page-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
    animation: fadeIn 0.3s ease-in-out;
}

.checkout-details .page-loading .spinner-border {
    display: block;
    margin-top: 100px;
    width: 56px;
    height: 56px;
    border: 5px solid #dcdcdc;
    border-top-color: #0a84ff;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    box-shadow: 0 0 0 1px rgba(10, 132, 255, 0.2);
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.checkout-details .renewal-subscription {
    border: 1px solid var(--green);
    border-radius: 20px;
    padding: 20px;
    margin: 10px 0px;
}

/** Voice Cloning ***/

.voice-cloning-container {
    background: #fff;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgb(75 72 117/8%);
    min-height: 450px;
    position: relative
}

#voice-cloning {
    padding: 20px;
}

/* .voice-cloning-container {
    display: none;
    padding: 0;
} */

.voice-clones-list .clones-list li {
    padding: 20px 20px;
    padding-right: 16px;
    border-bottom: 1px solid #E8EAED;
}

.voice-clones-list .clones-list h5 {
    font-size: 16px;
    font-weight: 400;
}

.add-new-voice-clone-body .droparea {
    display: none;
}

@media (max-width:650px) {
    .remove-in-mobile {
        display: none
    }
}

.clone-play-button {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #e8f0fd;
    background: #e8f0fd;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
}

.clones-dropdown.dropdown-menu::before {
    display: none;
}

.voice-cloning-nav {
    border-bottom: 1px solid #e9e9e9;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.voice-cloning-tabs li a:hover {
    color: #222222;
    border: none;
    border-bottom: 2px solid #000;
}

.voice-cloning-tabs {
    font-size: 14px;
    border-bottom: none !important;
}

.voice-cloning-tabs .clones-usage {
    color: #373c44;
    font-weight: 500;
}

.my-cloned-voices {
    padding-top: 10px;
    margin: auto;
    max-width: 1000px;
    min-height: 400px;
}

.my-cloned-voices h6 {
    font-weight: 500;
    margin-bottom: .5rem;
}

.badge-pro-style {
    background-color: #ecfdf3 !important;
    color: #027a48 !important;
}


.badge-pro-category, .badge-pro-language, .badge-pro-style {
    border-radius: 16px;
    box-shadow: none !important;
    font-weight: 500;
    outline: 0;
    padding: 5px 10px;
}

.voice-cloning-tabs .nav-item {
    margin-right: 10px;
}


.voice-cloning-tabs .nav-link {
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-weight: 500;
}

.create-clone-new-voice {
    padding: 24px 24px;
    background-color: #F8F9FA;
    border-bottom: 1px solid #E8EAED;
    padding-top: 26px;
}

.create-clone-new-voice h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.create-clone-new-voice .microphone {
    color: #000;
}

.create-clone-new-voice button {
    border-radius: 90px;
}

@media (max-width:390px) {
    .create-clone-new-voice {
        flex-direction: column;
    }

    .create-clone-new-voice button.btn-primary {
        margin-bottom: 10px;
    }
}

.add-new-voice-clone {
    max-width: 750px;
    padding-bottom: 30px;
    margin: auto;
}

.add-new-voice-clone h5 {
    font-weight: 500;
    font-size: 20px;
}

.add-new-voice-clone .dropzone, 
.add-new-voice-clone .record-box {
    background-color: #F8F9FA;
}

.clone-steps {
    padding: 10px;
    padding-left: 0;
}

.clone-noise-text {
    margin-top: 5px;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 500;
}


.upload-voice-sample-file {
    color: #007bff !important;
}

.clone-confirm-text {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
}

.clone-loading div {
    background-color: var(--natural);
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 80
}

.clone-loading div:before {
    animation: animate 2s linear infinite;
    background-image: linear-gradient(90deg, transparent, #f1f1f1, transparent);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.clone-loading.dark div {
    background-color: #f3f3f3
}

.clone-loading.dark div:before {
    background-image: linear-gradient(90deg, transparent, #ebebeb, transparent)
}

@keyframes animate {
    0% {
        left: -100%
    }

    40% {
        left: 100%
    }

    to {
        left: 100%
    }
}

.dropzone,
.record-box {
    border: 1px dashed #d4dbe6;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 230px;
}

.record-box {
    padding: 30px 20px;
    flex-direction: column;
    display: none;
}

.record-box button {
    display: block;
}

.record-box #clone-stop-recording,
.record-box #clone-pause-recording {
    display: none;
}

.upload-success {
    height: 70px;
    background-color: #009d34;
    color: #fff;
    border: 1px solid #008c2f;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    display: none;
}

.after-upload .remove-file,
.after-upload .play-speech-file {
    margin-top: 8px;
    margin-right: 8px;
    background: #efefef;
    border-radius: 20px;
    color: #8d8d8d;
    cursor: pointer;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    width: 30px;
    z-index: 10000
}

.after-upload .voice-file-progress,
.speech-file-progress,
.clone-upload-progress {
    display: none
}

.after-upload .remove-file:hover {
    color: var(--danger)
}

.after-upload {
    display: none;
    position: relative
}

.uploaded-area {
    border: 1px solid var(--main);
    border-radius: 20px;
    padding: 14px 16px;
    position: relative
}

.uploaded-area .uploaded-icon {
    background-color: #dde7fb;
    border-radius: 50px;
    height: 40px;
    text-align: center;
    width: 40px
}

.uploaded-area .uploaded-icon i {
    top: 50%;
    transform: translateY(30%);
}


.clone-samples .no-items {
    background-color: #FAFBFC;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 15px;
    display: none;
}

.clone-samples ul li {
    padding: 20px 0px;
    border-bottom: 1px solid var(--border);
    display: flex;
}

.clone-samples .list {
    padding: 0px 10px;
    background-color: #FAFBFC;
    border-radius: 8px;
}

.clone-samples ul li .text-truncate {
    width: 250px;
}

@media (max-width: 850px) {
    .clone-samples ul li .text-truncate {
        width: 220px;
    }
}

@media (max-width: 500px) {
    .clone-samples ul li {
        /*        display: block;*/
    }

    .clone-samples ul li .text-truncate {
        width: 180px;
    }

    .create-clone-new-voice .add-slots {
        font-size: 12px;
    }
}

.clone-samples ul {
    display: none;
}

.samples-number {
    font-weight: 500;
    font-size: 14px;
}

.clone-information-step #progress-spinner {
    height: 60px;
    width: 60px;
}

.clone-information-step #middle-circle {
    background: #fff;
    height: 50px;
    width: 50px;
    font-size: 14px;
}

.ready-to-use-step {
    padding-top: 20px;
    padding-bottom: 100px;
}

.voice-clone-ready {
    padding: 24px 32px;
    border: 1.5px solid #5093f8;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.voice-clone-ready img {
    margin-right: 24px;
}

.voice-clone-ready .voice-name h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.voice-clone-ready .voice-name p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.upload-clone-info {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 18px;
    padding-bottom: 24px;
    background: #f8f8f8;
    border-radius: 16px;
}

.voice-cloning-container .nav-tabs .nav-item.show .nav-link, 
.voice-cloning-container .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #3C4043;
    color: #3C4043;
}

.voice-cloning-container .nav-tabs .nav-link, 
.voice-cloning-container .nav-tabs .nav-link:not(.active):hover {
    border: none;
    border-bottom: 2px;
    color: #667085;
}

.record-box #clone-stop-recording,
.record-box #clone-pause-recording {
    display: none;
}

.form-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.form-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-checkbox-checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 5px;
}

.form-checkbox-input:checked~.form-checkbox-checkmark {
    background-color: #2196F3;
}

.form-checkbox-checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.form-checkbox-input:checked~.form-checkbox-checkmark::after {
    display: block;
}

.form-checkbox-checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 14px;
    height: 8px;
    border: solid white;
    border-width: 0 0px 2px 2px;
    transform: rotate(-45deg);
    border-radius: 1px;
}

.circle-progress-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#progress-spinner {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

#middle-circle {
    position: absolute;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-color: rgb(248, 248, 248);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    font-weight: bold;
}

.clone-information-step #progress-spinner {
    height: 60px;
    width: 60px;
}

.clone-information-step #middle-circle {
    background: #fff;
    height: 50px;
    width: 50px;
    font-size: 14px;
}

.notify {
    position: fixed;
    width: 400px;
    padding: 15px;
    z-index: 9999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.notify>button.close {
    position: absolute;
    top: 8px;
    right: 12px;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    outline: none;
}

.notify>button.close:hover {
    filter: alpha(opacity=50);
    opacity: .5;
}

.notify-dismissible .message {
    padding-right: 25px;
}

/** animation type **/
.notify.scale {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.notify.left.drop {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.notify.center.drop {
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
    opacity: 0;
}

.notify.right.drop {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.notify.middle.center.drop {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
}

.notify.bottom.center.drop {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
}

.notify.fade {
    opacity: 0;
}

.notify.out {
    opacity: 0;
}

/** notify type **/
.notify-default {
    background-color: #fff;
    color: #333;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.notify-info {
    color: #31708f;
    background-color: #d9edf7;
}

.notify-toast {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
}

.notify-danger {
    color: #a94442;
    background-color: #f2dede;
}

.notify-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.notify-success {
    color: #3c763d;
    background-color: #dff0d8;
}

/** position **/
.notify.top {
    top: 15px;
}

.notify.middle {
    top: 50%;
}

.notify.bottom {
    bottom: 15px;
}

.notify.left {
    left: 15px;
}

.notify.center {
    left: 50%;
    margin-left: -200px;
}

.notify.right {
    right: 15px;
}

/** buttons **/
.notify-buttons {
    width: 100%;
    margin-top: 10px;
}

.notify-buttons.left {
    text-align: left;
}

.notify-buttons.center {
    text-align: center;
}

.notify-buttons.right {
    text-align: right;
}

.notify-buttons>button {
    border: 1px solid #ddd;
    padding: 4px 10px;
    background: #fff;
    color: #333;
    cursor: pointer;
    outline: none;
}

.notify-buttons>button:hover {
    background: #eee;
}

.notify-buttons>button:first-child {
    margin-right: 5px;
}

/** util **/
.notify-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

body.notify-open {
    overflow: hidden;
}

body.notify-open-drop {
    overflow-x: hidden;
}

@media all and (max-width:768px) {
    .notify {
        width: 100%;
        left: 0 !important;
        margin: 0 !important;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .notify.top {
        top: 0 !important;
    }

    .notify.bottom {
        bottom: 0 !important;
    }

    .notify.middle {
        width: 80% !important;
        margin-left: 10% !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .notify.left.drop,
    .notify.right.drop {
        -webkit-transform: translateY(-120%);
        -moz-transform: translateY(-120%);
        -o-transform: translateY(-120%);
        transform: translateY(-120%);
    }

    .notify.bottom.drop {
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 0;
    }
}

/*Range Slider */
/* ------------------------------------------------------------------------------
*
*  # ION Range Slider
*
*  Styles for ION range slider plugin
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.irs {
    position: relative;
    display: block;
    height: 43px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    height: 6px;
    top: 37px;
    background-color: #eeeeee;
    border-radius: 100px;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    top: 37px;
    left: 0 !important;
    width: 0;
    height: 6px;
    background-color: rgb(80 149 248 / 90%);
    border-radius: 100px;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 25px;
    left: 0;
    height: 12px;
    width: 9px;
}

.irs-shadow {
    position: absolute;
    display: none;
    top: 37px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #333333;
    border-radius: 100px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.irs-slider {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #5095f8;
    top: 32px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform ease-in-out 0.15s;
    -o-transition: -webkit-transform ease-in-out 0.15s;
    transition: -webkit-transform ease-in-out 0.15s;
}

.irs-slider:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.irs-slider:focus,
.irs-slider:active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
    box-shadow: 0 0 0 5px rgba(92, 107, 192, 0.1);
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min,
.irs-max {
    color: #737373;
    font-size: 12px;
    line-height: 1;
    top: 0;
    padding: 6px;
    background-color: #e9e9e9;
    border-radius: 8px;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    left: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 10px;
    top: -10px;
    background-color: #5095f8;
    border-radius: 8px;
    margin-left: 0px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    overflow: hidden;
    border: 4px solid transparent;
    border-top-color: #5095f8;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
}

.irs-with-grid {
    height: 75px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background-color: #999999;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    color: #999999;
    line-height: 1;
    padding: 0 3px;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.irs-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* end checkout details */
/* start billing details */
.address-section {
    max-width: 650px;
    margin: auto;
    padding: 40px 0 0 0;
}

.address-section .billing-con {
    padding: 20px 30px 30px 30px;
    border: 2px solid #E5E5E5;
    border-radius: 20px;
    overflow: hidden;
    max-width: 620px;
    background: #fff;
}

.address-section .billing-con h2.title {
    color: #272E3B;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.address-section .billing-con span.horizental-line {
    display: block;
    width: 200%;
    transform: translateX(-20%);
    height: 2px;
    background: #E5E5E5;
}

.horizental-line {
    height: 1px !important;
    background: #E5E5E5;
}

.address-section .billing-con .form {
    padding-top: 40px;
}

.address-section .billing-con .form input[type="radio"] {
    display: none;
}

.address-section .billing-con .form label {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-right: 10px;
    color: #737373;
    font-weight: 400;
    font-size: 14px;
    width: 118px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 27px;
    transition: all .3s ease;
}

.address-section .billing-con .form label:hover {
    background: #5095F8;
    color: #ffffff;
}

.address-section .billing-con .form input[type="radio"]:checked+label {
    background: #5095F8;
    color: #ffffff;
}

.address-section .billing-con .form input,
.address-section .billing-con .form select {
    margin-bottom: 5px;
    height: 40px;
    color: #272E3B;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.address-section .billing-con .form select::after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    color: #5095F8;
}

.address-section .billing-con .form input::placeholder {
    color: #C4C4C4;
}

.address-section .billing-con .form .save-billing {
    /*    color: #ffffff;
    background: #5095F8;
    height: 45px;
    font-weight: 500;
    font-size: 16px;*/
    border: 1px solid #5095F8;
    /*    margin-top: 12px;
    float: right;
    transition: all .3s ease;
    border-radius: 0.4rem;*/
}

.address-section .billing-con .form .save-billing:hover {
    color: #5095F8;
    border: 1px solid #5095F8;
    background: none;
}

/* end billing details */
/* start confirm payment */
.payment-section {
    max-width: 650px;
    margin: auto;
    padding: 40px 0 0 0;
}

.payment-section .confirm-con {
    padding: 20px 30px 30px 30px;
    border: 2px solid #E5E5E5;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.payment-section .confirm-con h2.title {
    color: #272E3B;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.payment-section .confirm-con span.horizental-line {
    display: block;
    width: 200%;
    transform: translateX(-20%);
    height: 2px;
    background: #E5E5E5;
}

.payment-section .confirm-con .basic-info {
    padding: 20px 0 20px 0;
}

.payment-section .confirm-con .basic-info span {
    color: #737373;
    font-weight: 400;
    font-size: 15px;
}

.payment-section .confirm-con .basic-info b {
    color: #24232B;
    font-weight: 500;
    font-size: 16px;
}

.payment-section .confirm-con .credit-card {
    padding: 10px 0;
}

.payment-section .confirm-con .credit-card button[data-target="#credit-card"] {
    font-weight: 500;
    font-size: 16px;
    color: #24232B;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    box-shadow: none !important;
    padding: 0.375rem 0;
}

.payment-section .confirm-con .credit-card button[data-target="#credit-card"] img {
    margin-right: 15px;
}

.payment-section .confirm-con .credit-card button[data-target="#credit-card"] i {
    color: #737373;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 23px;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards {
    margin-top: 20px;
    background: #E9F1FF;
    padding: 12px 20px 37px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards span.small-title {
    display: block;
    text-align: center;
    color: #C4C4C4;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 17px;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards input[type="radio"] {
    display: none;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #24232B;
    position: relative;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 20px;
    border: 2px solid #737373;
    border-radius: 50%;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards label::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    height: 12px;
    width: 12px;
    background: #5095F8;
    border-radius: 50%;
    display: none;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards input[type="radio"]:checked+label::before {
    display: inline;
}

.payment-section .confirm-con .credit-card div.collapse .saved-cards label span.card-shap {
    background: #C4C4C4;
    height: 25px;
    width: 35px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 12px;
    margin-left: 30px;
}

.payment-section .confirm-con .credit-card div.collapse div.input {
    height: 45px;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.payment-section .confirm-con .credit-card div.collapse div.input span.card-shape {
    background: #C4C4C4;
    height: 18px;
    width: 35px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 12px;
}

.payment-section .confirm-con .credit-card div.collapse div.input input {
    height: 100%;
    border: none;
    color: #272E3B;
    width: 50%;
}

.payment-section .confirm-con .credit-card div.collapse div.input input::placeholder {
    color: #C4C4C4;
}

.payment-section .confirm-con .credit-card div.collapse div.input input:focus {
    outline: none;
}

.payment-section .confirm-con .credit-card div.collapse div.input span.CCV {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-left: auto;
}

.payment-section .confirm-con .paypal {
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-section .confirm-con .paypal button[data-target="#paypal-section"] {
    font-weight: 500;
    font-size: 16px;
    color: #24232B;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    box-shadow: none !important;
    padding: 0.375rem 0;
}

.payment-section .confirm-con .paypal button[data-target="#paypal-section"] img {
    margin-right: 15px;
    height: 20px;
}

.payment-section .confirm-con .paypal button[data-target="#paypal-section"] i {
    color: #737373;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 23px;
}

.payment-section .confirm-con .paypal div.collapse {
    margin-top: 30px;
    padding-bottom: 50px;
}

.payment-section .confirm-con .paypal div.collapse button[type="submit"] {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background-color: #5095F8;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    margin-bottom: 30px;
}

.payment-section .confirm-con .paypal div.collapse h6 {
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.payment-section .confirm-con .paypal div.collapse h6 i {
    color: #E5E5E5;
    margin-right: 10px;
}

.payment-section .confirm-con .paypal div.collapse p {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 14px;
}

.payment-section .confirm-con .paypal div.collapse div.payment-methods a {
    border: 1px solid #D9D9D9;
    width: 34px;
    height: 24px;
    border-radius: 4px;
    padding: 0;
    margin: auto 3px;
}


.payment-section .confirm-con .razorpay {
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-section .confirm-con .razorpay button[data-target="#razorpay"] {
    font-weight: 500;
    font-size: 16px;
    color: #24232B;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    box-shadow: none !important;
    padding: 0.375rem 0;
}

.payment-section .confirm-con .razorpay button[data-target="#razorpay"] img {
    margin-right: 15px;
    height: 20px;
}

.payment-section .confirm-con .razorpay button[data-target="#razorpay"] i {
    color: #737373;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 23px;
}

.payment-section .confirm-con .razorpay div.collapse {
    margin-top: 30px;
    padding-bottom: 50px;
}

.payment-section .confirm-con .razorpay div.collapse button[type="submit"] {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background-color: #5095F8;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    margin-bottom: 30px;
}

.payment-section .confirm-con .razorpay div.collapse h6 {
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.payment-section .confirm-con .razorpay div.collapse h6 i {
    color: #E5E5E5;
    margin-right: 10px;
}

.payment-section .confirm-con .razorpay div.collapse p {
    color: #C4C4C4;
    font-weight: 400;
    font-size: 14px;
}

.payment-section .confirm-con .razorpay div.collapse div.payment-methods a {
    border: 1px solid #D9D9D9;
    width: 34px;
    height: 24px;
    border-radius: 4px;
    padding: 0;
    margin: auto 3px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    visibility: hidden;
}

.collapse.show {
    -webkit-transition: none;
    transition: none;
    visibility: visible;
}

/* end confirm payment */
/* start plan Payment */
.Plan-Payment {
    max-width: 650px;
    margin: auto;
    padding: 20px 0 0 0;
    margin-bottom: 100px;
}

.Plan-Payment div.parent {
    background: #E9F1FF;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 8px;
}

.Plan-Payment div.parent h2 {
    color: #272E3B;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.Plan-Payment div.parent p {
    color: #272E3B;
    font-weight: 400;
    font-size: 14px;
    width: 485px;
}

.Plan-Payment span {
    color: #737373;
    font-weight: 400;
    font-size: 12px;
}

.Plan-Payment span a {
    color: #5095F8 !important;
    font-size: 12px;
    box-shadow: none !important;
}

@media (max-width : 992px) {
    .Plan-Payment div.parent p {
        width: auto;
    }
}

/* end checkout page */
.not-found {
    display: none;
}

div.btn-enable button {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 13px;
}

.delete-all {
    display: none;
}

.payment-section {
    display: none;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: none;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}


/* Layout */
.sr-legal-text {
    color: var(--gray-light);
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

.sr-field-error {
    color: #eb1c26;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

/* Form */
.sr-form-row {
    margin: 16px 0;
}

/* Inputs */
.sr-input,
.sr-select {
    border: 1px solid var(--gray-border);
    border-radius: var(--radius);
    padding: 5px 12px;
    height: 44px;
    width: 100%;
    transition: box-shadow 0.2s ease;
    background: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    border-radius: 7px;
}

.sr-input:focus,
.focused {
    box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
        0 0 0 4px rgba(50, 151, 211, 0.3);
    outline: none;
    z-index: 9;
}

.sr-input::placeholder::placeholder {
    color: var(--gray-light);
}

.sr-combo-inputs-row.card-el {
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
}

/* Stripe Element placeholder */
.sr-card-element {
    padding-top: 12px;
}

/* todo: spinner/processing state, errors, animations */
.ajaxSpinner {
    display: inline-block;
}

.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #fff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: var(--accent-color);
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: var(--accent-color);
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

.dark-spinner {
    color: #333;
}

.dark-spinner:before,
.dark-spinner::after {
    background: #fff;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.word-spinner {
    background: transparent;
    display: block;
}

/* Animated form */
.sr-payment-form .sr-form-row {
    animation: 0.4s field-in;
    animation-fill-mode: both;
    animation-timing-function: ease;
    transform-origin: 50% 0%;
}

/* need saas for loop :D  */
.sr-payment-form .sr-form-row:nth-child(1) {
    animation-delay: 0;
}

.sr-payment-form .sr-form-row:nth-child(2) {
    animation-delay: 60ms;
}

.sr-payment-form .sr-form-row:nth-child(3) {
    animation-delay: 120ms;
}

.sr-payment-form .sr-form-row:nth-child(4) {
    animation-delay: 180ms;
}

.sr-payment-form .sr-form-row:nth-child(5) {
    animation-delay: 240ms;
}

.sr-payment-form .sr-form-row:nth-child(6) {
    animation-delay: 300ms;
}

.container-lg .sr-section .success {
    text-align: center;
}

.container-lg .sr-section .success .icon {
    transform: translateY(0px) scale(0.75);
}

.hidden {
    display: none;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes field-in {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

@keyframes form-in {
    0% {
        opacity: 0;
        transform: scale(0.98);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/*Sucess LOGO*/

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #5095f8;
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #5095f8;
}

#successAnimationResult {
    fill: #5095f8;
    opacity: 0;
}

#successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #5095F8 !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #5095f8 !important;
}

.irs--flat .irs-handle>i {
    background-color: #5095F8 !important;
}

.irs--flat .irs-bar {
    background-color: #5095F8 !important;
}

.custom-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
    display: none;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1f3b63;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


@media (max-width: 992px) {
    .logout-btn {
        border-top: 1px solid #f3f3f3;
        margin-left: 0px;
    }

    .navbar-nav li.nav-item a.nav-link {
        border-top: 1px solid #f3f3f3;
    }

    .container {
        max-width: 100%;
    }
}

/*// RESONSIVE */
@media (max-width:768px) {
    .container {
        max-width: 100%;
    }
}

@media all and (max-width:576px) {
    .container {
        max-width: 100%;
    }
}

.small,
small {
    font-size: 90%;
}

.modal-header h3 {
    font-size: 16px;
}

.modal-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
}

.modal-content {
    border-radius: 10px;
}

.modal-2 .close {
    font-size: 1.6rem;
    font-weight: 500
}

.modal-2 .modal-header {
    border-bottom: 0;
    border-bottom: 1px solid #e9ecef;
    background: #fafafa;
    box-shadow: 0px 2px 0px 0px#F5F5F5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.modal-2 .modal-body {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.modal-2 .modal-header .modal-title {
    font-size: 18px;
}

.profile-billing .tabs input[type="radio"] {
    display: none;
}

.profile-billing .tabs label {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-right: 10px;
    color: #737373;
    font-weight: 400;
    font-size: 14px;
    width: 118px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 27px;
    transition: all .3s ease;
}

.profile-billing .tabs label:hover {
    background: #5095F8;
    color: #ffffff;
}

.profile-billing .tabs input[type="radio"]:checked+label {
    background: #5095F8;
    color: #ffffff;
}

.autopay-loading div,
.billing-loading div {
    height: 73px;
    background-color: var(--natural);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.billing-loading div {
    border-radius: 4px;
}

.autopay-loading div::before,
.billing-loading div::before {

    .pronunciation-settings .word-preview,
    .pronunciation-settings .pro-preview {
        border-radius: 8px;
        overflow: hidden;
    }

    .pronunciation-settings .word-preview input,
    .pronunciation-settings .pro-preview input {
        border-radius: 8px 0px 0px 8px;
    }

    .pronunciation-settings .word-preview .input-group-text,
    .pronunciation-settings .pro-preview .input-group-text {
        background-color: transparent;
        border-radius: 0px 8px 8px 0px;
    }

    .pronunciation-settings .word-preview .input-group-append,
    .pronunciation-settings .pro-preview .input-group-append {
        cursor: pointer;
        transition: 0.3s ease-in-out all;
        border-radius: 0px 8px 8px 0px;
    }

    .pronunciation-settings .word-preview .input-group-append:hover,
    .pronunciation-settings .pro-preview .input-group-append:hover {
        background-color: var(--border);
    }

    .pronunciation-settings .pronuns-multi-select {
        height: 40px;
    }

    .pronunciation-settings .pronuns-multi-select .ms-drop.bottom {
        top: 115%;
    }

    .pronunciation-settings .pronuns-multi-select button {
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
        border: 1px solid #d9d9d9;
    }

    .pronunciation-settings .blue-btn {
        padding: 8px 0;
        width: 100%;
    }

    .pronunciation-settings .replace-icon {
        position: relative;
        left: 17px;
        top: 3px;
        width: 30px;
        color: var(--shadow);
        font-size: 20px;
    }

    .pronunciation-settings .pronuns-loading {
        /* overflow-x: scroll; */
    }

    .pronunciation-settings .pronuns-loading div {
        height: 32px;
        background-color: var(--natural);
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        width: 240px;
        margin-right: 20px;
    }

    .pronunciation-settings .pronuns-loading div::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, transparent, #f2f2f2, transparent);
        animation: animate 2s linear infinite;
    }

    @keyframes animate {
        0% {
            left: -100%;
        }

        40% {
            left: 100%;
        }

        100% {
            left: 100%;
        }
    }

    background-image: linear-gradient(90deg, transparent, #f1f1f1, transparent);
    animation: animate 2s linear infinite;
}

.pronunciation-settings .search-input-group .input-group-text,
.pronunciation-settings .search-input-group input {
    background-color: var(--natural);
    /* border: 1px solid var(--gray); */
    border-radius: 8px 0px 0px 8px;
}

.pronunciation-settings .search-input-group input {
    border-left: none;
}

.pronunciation-settings .search-input-group .input-group-text {
    border-right: none;
}

.pronunciation-settings .search-input-group {
    border-radius: 15px;
    border: 1px solid #e4e5e5;
    overflow: hidden;
}

.pronunciation-settings .pronunciations-list .pronun-row.selected {
    background-color: var(--natural);
}

/* .pronunciation-settings .add-pronunciation-bar {
    overflow-x: scroll;
    overflow-y: hidden;
} */

/* .pronunciation-settings .pronunciations-list .pronun-row {
    border-top: 1px solid #e3e3e3;
} */

.add-pronunciation-bar .replace-icon,
.pronun-row .replace-icon {
    margin-left: 5px;
    padding-top: 10px;
}

.pronunciation-settings .pronunciations-list .pronun-row .item {
    height: 75px;
    padding: 15px 10px;
    border-top: 1px solid #e5e5e5;
}

.pronunciation-settings .add-pronunciation-bar::-webkit-scrollbar,
.pronunciation-settings .pronunciation-list-container::-webkit-scrollbar {
    height: 5px;
}

.pronunciation-settings .add-pronunciation-bar::-webkit-scrollbar-thumb,
.pronunciation-settings .pronunciation-list-container::-webkit-scrollbar-thumb {
    background-color: #628ef4;
    border-radius: 20px;
}

/* .pronunciation-settings .pronunciation-list-header,
.pronunciation-settings .pronunciations-list {
    overflow-x: scroll;
} */

.pronunciation-settings .pronunciation-list-container {
    overflow-x: scroll;
}

.pronunciation-settings .pronunciation-list-container .pronunciations-list {
    min-width: 600px;
}

.play-container {
    cursor: pointer;
}

@media (min-width: 767px) {
    .pronunciation-settings .pronun-phoneme {
        text-align: center;
    }
}

@media (max-width: 767px) and (min-width: 576px) {

    .pronunciation-settings .pronun-phoneme,
    .pronunciation-settings .pronun-language {
        margin-top: 15px;
    }
}