*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    image-rendering: auto;
}

.account-stats-tile {
    height: 80px;
    margin-bottom: 30px;
}

input[type='checkbox']:checked + label:after {
    /*position: absolute; */
    content: "\f14a";
    color: #0096F7;
    font-family: FontAwesome;
    font-size: 18px;
    /* position: relative; */
    /* top: 0px; */
    /* background: #FFF;*/
}

a {
    color: #0078BD;
}

a:hover,
a:active {
    color: #084e8a;
    text-decoration: none;
}

.account-stats-block {
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 19px;
    padding: 20px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
    overflow: hidden;
}

.account-stats-block-inner {
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

.account-stats-block-inner > .fa {
    line-height: 40px;
}

.account-stats-note {
    background-color: #ffffff;
    height: 80px;
    width: calc(100% - 80px);
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.account-stats-note-title {
    font-size: 16px;
    color: #313c50;
}


#cp-notice {
    position: fixed;
    top: 170px;
    left: 50%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 1051;
    transform: translate(-50%, -50%);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(3, 18, 66, 0.10);
    color: #031242;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    .notice-icon {
        color: #12B76A;
    }
}

#cp-notice.cp-error-notice {
    border: 1px solid #FEAD9A;
    background: #FDE8E8;
    color: #9B1D1C;

    .notice-icon {
        color: #D83E3E;
    }
}

#cp-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #031242;
    line-height: 20px;
    text-align: left;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    overflow: auto;
}

#cp-overlay.cp-confirm-overlay {
    background: rgba(0, 0, 0, 0.5)
}

#cp-overlay-logo {
    display: none;
}

#cp-overlay-logo img {
    max-height: 100%;
}

#cp-overlay-container {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    min-height: 200px;
    bottom: 100%;
}

#cp-overlay-content-wrap {
    position: relative;
    max-width: 700px;
    /*min-height: 200px;*/
    margin: 80px 1vh 5vh;
    background: #FFF;
    padding: 0 40px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
}

#cp-overlay-content-wrap.overlay-error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
}

#cp-overlay-content-wrap.overlay-error-page .overlay-error-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#cp-overlay-content-wrap.overlay-error-page .overlay-error-content .cp-error-inner-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

#cp-overlay-content-wrap.overlay-error-page .overlay-error-content ul {
    font-size: 15px;
}

#cp-overlay.cp-confirm-overlay #cp-overlay-content-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#cp-overlay-close {
    display: none;
}

#cp-overlay-close-V2 {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 900;
    font-size: 18px;
    color: #828EA6;
    cursor: pointer;
}

#cp-overlay .cp-overlay-content-header {
    text-align: center;
    font-size: 18px;
    color: #313C50;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #A7B1C2;
    margin-bottom: 20px;
}

#cp-overlay .cp-overlay-content-body-row {
    width: 100%;
    overflow: hidden;
}

#cp-overlay .cp-overlay-content-body {
    padding-bottom: 35px;
    border-bottom: solid 1px #A7B1C2;
    margin-bottom: 20px;
}

#cp-overlay .cp-overlay-title {
    line-height: 56px;
    /*border-bottom: 1px solid #A7B1C2;*/
    text-align: left;
    font-size: 18px;
    color: #313C50;
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-left: 30px;
    box-shadow: 0px 1px 1px #BDC4D1;
}

#cp-overlay .cp-overlay-title .cp-overlay-title-icon.fa-circle-exclamation {
    padding-right: 10px;
    color: #828ea6;
}

#cp-overlay .cp-overlay-title + *:not(#cp-overlay-error) {
    margin-top: 20px;
}

#cp-overlay .cp-overlay-button-row {
    margin-top: 10px;
}

#cp-overlay .cp-overlay-header {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

#cp-overlay .cp-overlay-row {
    margin-top: 10px;
}

#cp-overlay .cp-overlay-row2 {
    margin-top: 5px;
}

/*#cp-overlay .custom-select-wrap {*/
/*    color: #1A1A19;*/
/*    height: 34px;*/
/*    !*background: #F5F6F7;*!*/
/*    border-color: #D3DBE2;*/
/*    border: 1px solid #dae3e9;*/
/*}*/

/*#cp-overlay-cc-create-form .custom-select-wrap {*/
/*    width: 100%;*/
/*}*/

/*#cp-overlay .custom-select-wrap select option {*/
/*    color: #1A1A19;*/
/*    background: #F5F6F7;*/
/*    line-height: 34px;*/
/*}*/

#cp-overlay .cp-overlay-button-row {
    /*width: 100%;*/
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    border-top: 1px solid #E6EBF1;
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 15px 5px 5px 30px;
    /* box-shadow: 0px -1px 1px #BDC4D1; */
    /* padding-top: 15px;
}

#cp-overlay .cp-overlay-cancel,
#cp-overlay .cp-overlay-sync {
    /*background: #FFF;*/
    /*color: #031242;*/
    /*margin-right: 15px;*/
}

/*#cp-overlay .cp-overlay-cancel:hover {*/
/*    background-color: #e6e6e6;*/
/*    border-color: #adadad;*/
/*}*/

/*#cp-overlay .cp-overlay-action:hover {*/
/*    color: #FFF;*/
/*    background: linear-gradient(to bottom, #031242, #030e32);*/
/*}*/

/*#cp-overlay .cp-overlay-action {*/
/*    background: linear-gradient(to bottom, #041650, #031242);*/
/*    color: #FFF;*/
/*    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);*/
/*    border: 1px solid #0068A8;*/
/*    margin-right: 10px;*/
/*}*/

/*#cp-overlay .cp-overlay-action:disabled {*/
/*    background: #F5F6F7;*/
/*    border: 1px solid #D3DBE2;*/
/*    border-radius: 6px;*/
/*    color: #828EA6;*/
/*}*/

#cp-overlay .cp-overlay-error {
    color: #E74C3C;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    /* background -color: #F9D3CF; border: 1px solid #F3A69E; padding: 10px;*/
}

#cp-overlay .cp-overlay-success {
    color: #0096F7;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#cp-overlay .cp-overlay-warn {
    color: #9F3D00;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#cp-overlay .cp-overlay-error-title, #cp-overlay .cp-overlay-success-title, #cp-overlay .cp-overlay-warn-title {
    margin-top: 20px;
    font-weight: 500;
}

#cp-overlay .cp-overlay-error-content, #cp-overlay .cp-overlay-success-content, #cp-overlay .cp-overlay-warn-content {
    margin-top: 5px;
    color: #333;
}

#cp-overlay .cp-overlay-warn-inner-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    gap: 13px;
    background: #FFF8DF;
    border: 1px solid #F7CC51;
    border-radius: 3px;
}

#cp-overlay .cp-overlay-warn-icon .fa.fa-exclamation-circle {
    font-size: 18px;
    color: #F9AA00;
}

/*#cp-overlay input[type="button"] {*/
/*    border: 1px solid #D3DBE2;*/
/*    line-height: 32px;*/
/*    padding-left: 12px;*/
/*    padding-right: 12px;*/
/*    -webkit-border-radius: 4px;*/
/*    -moz-border-radius: 4px;*/
/*    border-radius: 4px;*/
/*    margin-right: 12px;*/
/*}*/

.no-wrap-flex,
.responsive-no-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}
/* select **/

/*.custom-select-wrap {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: auto;*/
/*    !*min-width: 15ch;*!*/
/*    !*max-width: 30ch;*!*/
/*    min-height: 2em;*/
/*    padding: 0 0.5em;*/
/*    font-size: 14px;*/
/*    cursor: pointer;*/
/*    line-height: 1.1;*/
/*    grid-template-areas: "select";*/
/*    background: #FFFFFF;*/
/*    border: 1px solid #D3DBE2;*/
/*    box-shadow: 0px 2px 1px rgba(16, 24, 40, 0.0005);*/
/*    border-radius: 6px;*/
/*}*/

/*.custom-select-wrap select {*/
/*    flex: 1;*/
/*    height: 100%;*/
/*    !*width: 100%;*!*/
/*}*/

/*.custom-select-wrap:after {*/
/*    !*position: absolute;*!*/
/*    !*float: right;*!*/
/*    !*right: 8px;*!*/
/*    font-family: FontAwesome;*/
/*    content: "\f107";*/
/*    grid-area: select;*/
/*    justify-self: end;*/
/*}*/

.cp-tag {
    color: #444;
    background: #DFE4E8;
    font-size: 13px;
    margin-left: 10px;
    border-radius: 20px;
    font-weight: 600;
    padding: 0 10px;
    display: inline-block;
}

.cp-tag.active {
    color: #214B79;
    background: #E1EFFD;
}

.cp-tag.active > a {
    color: inherit;
}

.webpage {
    margin-top: 10px;
    margin-bottom: 5px;
}

.cp-button,
.btn {
    /*border: 1px solid #c4cdd5;*/
    /*outline: none;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*background-color: linear-gradient(to bottom, #fff, #f9fafb);*/
    /*color: #222;*/
    /*box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);*/
}

.cp-button.btn-default {
    line-height: 28px;
    padding: 0 10px;
}

.cp-button.btn-default:hover,
.btn.btn-default:hover {
    background: linear-gradient(to bottom, #f9fafb, #f4f6f8);
}

.cp-button:focus,
.btn:focus {
    outline: 0;
}

.cp-button.btn-large,
.btn.btn-large {
    /*line-height: 34px;*/
    /*padding: 0 18px;*/
}

.cp-button.btn-primary,
.btn.btn-primary {
    /*background: #0096F7;*/
    /*background: #0096F7;*/
    /*border-radius: 6px;*/
    /*font-weight: 400;*/
    /*font-size: 14px;*/
    /*line-height: 18px;*/
    /*color: #FFFFFF;*/
    /*padding: 9px 13px;*/
}

.cp-button.btn-primary:hover,
.btn.btn-primary:hover,
.cp-button.btn-primary:focus,
.btn.btn-primary:focus {
    /*background: #0189E3;*/
}

.cp-button.btn-danger, .btn.btn-danger {
    background: linear-gradient(to bottom, #EC5C59, #E84744);
    border: 1px solid #EF2521;
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    line-height: 34px;
    padding: 0 16px;
}

.cp-button.btn-danger:hover,
.btn.btn-danger:hover,
.cp-button.btn-danger:focus,
.btn.btn-danger:focus {
    background: linear-gradient(to bottom, #E94E4B, #E33734);
    border: 1px solid #EF2521 !important;
}

.cp-button.btn-default.disabled,
.cp-button.btn-default.disabled.active,
.cp-button.btn-default.disabled.focus,
.cp-button.btn-default.disabled:active,
.cp-button.btn-default.disabled:focus,
.cp-button.btn-default.disabled:hover,
.cp-button.btn-default[disabled],
.cp-button.btn-default[disabled].active,
.cp-button.btn-default[disabled].focus,
.cp-button.btn-default[disabled]:active,
.cp-button.btn-default[disabled]:focus,
.cp-button.btn-default[disabled]:hover,
.btn.btn-default.disabled,
.btn.btn-default.disabled.active,
.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:active,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled],
.btn.btn-default[disabled].active,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:active,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .cp-button.btn-default,
fieldset[disabled] .cp-button.btn-default.active,
fieldset[disabled] .cp-button.btn-default.focus,
fieldset[disabled] .cp-button.btn-default:active,
fieldset[disabled] .cp-button.btn-default:focus,
fieldset[disabled] .btn.btn-default,
fieldset[disabled] .btn.btn-default.active,
fieldset[disabled] .btn.btn-default.focus,
fieldset[disabled] .btn.btn-default:active,
fieldset[disabled] .btn.btn-default:focus,
fieldset[disabled] {
    background: #F5F6F7;
    border: 1px solid #D3DBE2;
    border-radius: 6px;
}

.cp-button.btn-primary.disabled,
.cp-button.btn-primary.disabled.active,
.cp-button.btn-primary.disabled.focus,
.cp-button.btn-primary.disabled:active,
.cp-button.btn-primary.disabled:focus,
.cp-button.btn-primary.disabled:hover,
.cp-button.btn-primary[disabled],
.cp-button.btn-primary[disabled].active,
.cp-button.btn-primary[disabled].focus,
.cp-button.btn-primary[disabled]:active,
.cp-button.btn-primary[disabled]:focus,
.cp-button.btn-primary[disabled]:hover,
.btn.btn-primary.disabled,
.btn.btn-primary.disabled.active,
.btn.btn-primary.disabled.focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled],
.btn.btn-primary[disabled].active,
.btn.btn-primary[disabled].focus,
.btn.btn-primary[disabled]:active,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .cp-button.btn-primary,
fieldset[disabled] .cp-button.btn-primary.active,
fieldset[disabled] .cp-button.btn-primary.focus,
fieldset[disabled] .cp-button.btn-primary:active,
fieldset[disabled] .cp-button.btn-primary:focus,
fieldset[disabled] .btn.btn-primary,
fieldset[disabled] .btn.btn-primary.active,
fieldset[disabled] .btn.btn-primary.focus,
fieldset[disabled] .btn.btn-primary:active,
fieldset[disabled] .btn.btn-primary:focus,
fieldset[disabled] {
    /*background: #F5F6F7;*/
    /*border: 1px solid #D3DBE2;*/
    /*border-radius: 6px;*/
    /*color: #828EA6;*/
}

.cp-button.btn-danger.disabled,
.cp-button.btn-danger[disabled] {
    background: #F29A98;
    border: 1px solid #EF8885;
    color: #fff;
}

body.no-scroll {
    overflow: hidden;
}

#cp-page-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    /*margin-top: -20px;*/
    height: 80px;
    padding-left: 20px;
}

#cp-top-menu {
    margin: 30px 15px;
    padding: 0 15px;
    border: 1px solid #DAE3E9;
    background: #FFFFFF;
    height: 40px;
    border-radius: 6px;
}

#cp-top-menu > .dropdown-menu {
    width: 100%;
    background: #FFF;
    margin-top: -1px;
}

#cp-top-menu > .dropdown-menu > li > a {
    font-weight: 500;
    line-height: 2;
}

#cp-overlay select:focus::-ms-value {
    background-color: transparent;
    color: #1A1A19;
}

.cpl-title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.cpl-title-left {
    font-size: 18px;
    padding: 0;
    line-height: 2;
    float: left;
}

.cpl-title-right {
    float: right;
}

.cpl-title-right-btn {
    padding: 8px 18px;
    font-size: 13px;
    color: #fff;
    background: #0076BF;
    border-color: #0076BF;
    line-height: 18px;
}

.cpl-area {
    background: #fff;
    box-shadow: 0 2px 3px rgba(43, 59, 93, 0.3);
    position: relative;
    border-radius: 0 0 6px 6px !important;
}

.cp-wrap {
    padding: 0 30px;
}

.table-responsive {
    border: none;
}

.table-responsive > table > tbody > tr > td > label {
    display: none;
}

.table-responsive > table > tbody > tr > td:not(:has(span.fa)) {
    color: #031242;
}


.cp-content-section .cp-content-section-table .row div > input[type="checkbox"], .table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu input[type="checkbox"] {
    margin: 0 3px;
    display: inline-block !important;
    vertical-align: middle;
}

.cp-content-section .cp-content-section-table .row div > label[class='checkbox-label'], .table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu .checkbox-label {
    display: none;
}

.table-responsive > table > tbody > tr > td input[type="checkbox"] {
    display: inline-block !important;
    vertical-align: middle;
}
.table-responsive > table.fixed {
    table-layout: fixed;
}

.table-responsive > table.cpl-selected-table > tbody > tr > td {
    padding: 0 15px;
}

.table-responsive > table.cpl-selected-table.fixed > tbody > tr > td {
    padding: 0;
}

.table-responsive > table.cpl-selected-table > tbody > tr:hover {
    background: transparent;
}

.table-responsive > table:not(.cpl-selected-table) > thead > tr > td {
    font-size: 15px;
}

.table-responsive > table:not(.cpl-selected-table) > thead > tr > td > a {
    color: inherit;
}

.table-responsive > table:not(.cpl-selected-table) > thead > tr > td > a:hover {
    color: inherit;
    text-decoration: none;
}

.table-responsive > table:not(.cpl-selected-table) > tbody > tr:hover {
    background-color: #EFF9FD;
}

.table-responsive > table:not(.cpl-selected-table) > tbody > tr.checked {
    background-color: #E9F3FF;
}

.table-responsive > table:not(.cpl-selected-table) > thead > tr > td,
.table-responsive > table.cpl-selected-table:not(.fixed) > tbody > tr > td {
    font-weight: 600;
    border-top: none;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    height: 60px;
    vertical-align: middle;
}

.table-responsive > table:not(.cpl-selected-table) > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: none;
    white-space: nowrap;
    line-height: 35px;
    font-size: 15px;
}

#open-order-list .table-responsive > table > thead > tr > td:last-child,
#open-order-list .table-responsive > table > tbody > tr > td:last-child {
    text-align: right;
}

.table-responsive > table.cpl-selected-table:not(.fixed) > tbody > tr:last-child > td,
.table-responsive > table:not(.cpl-selected-table) > tbody > tr:last-child > td {
    border-bottom-width: 0;
}

.table-responsive > table:not(.cpl-selected-table):not(.name-servers-table):not(.tickets-table) > thead > tr.cpl-nselected-row > td:first-child,
.table-responsive > table:not(.cpl-selected-table):not(.name-servers-table):not(.tickets-table) > tbody > tr > td:first-child {
    width: 39px;
}

.table-responsive .fa-angle-down,
.table-responsive .fa-angle-up {
    margin: 0 5px;
}

.table-responsive > table > thead > tr > td .dropdown-column {
    /*position: inherit;*/
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu {
    /*top: inherit;*/
    /*margin-top: 10px;*/
    color: #333;
    /*min-width: inherit;*/
    /*right: 0;*/
    /*left: inherit;*/
    padding: 10px 0 !important;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 88%;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 88%;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu > li {
    padding: 0 3px;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    width: 100%;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu > li > a:focus, .table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu > li > a:hover {
    border-radius: 10px;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu > li > a > input[type='submit'] {
    width: 100%;
    font-weight: 600;
}

.table-responsive > table > thead > tr > td .dropdown-column > ul.dropdown-menu .checkbox-label {
    margin: 0 !important;
}

.container-fluid.cpl-area .cpl-no-items-found{
    box-shadow: unset;
}

.cpl-no-items-found {
    width: 100%;
    background: #fff;
    padding: 50px 0;
    text-align: center;
    /*box-shadow: 0px 1px 4px #a1a1a1;*/
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(43, 59, 93, 0.29);
}

.cpl-selected-table {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: -9999;
    left: 0;
    background: #FFF;
}

.cpl-selected-table.selected {
    z-index: 999;
}

.cpl-selected-table.fixed {
    position: fixed;
    width: calc(100% - 320px);
    top: 142px;
}

.table-responsive > table.cpl-selected-table.fixed > tbody > tr > td {
    font-weight: 500;
    border-top: none;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    height: 46px;
    vertical-align: middle;
}

.cp-select-all {
    padding: 5px;
    margin-left: -5px;
    margin-right: 20px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #DAE3E9;
    color: #2590C3;
}

.cp-selected-cancel-row {
    z-index: 999;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 20px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    position: absolute;
}

.cp-selected-cancel {
    margin-left: 3px;
    background-color: #F5F6F7;
    padding: 5px 10px 5px 5px;
    border: 1px solid #DAE3E9;
    border-radius: 4px 0 0 4px;
    color: #828EA6;
}

.cp-selected-cancel > label {
    margin-top: 2px;
    margin-right: 10px;
}

.cp-selected-cancel > label:before {
    content: "\f068";
    color: #0076BF;
    font-family: FontAwesome;
    position: relative;
    top: -2px;
}

.cp-select-count {
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}

#cp-overlay .edit_server_container {
    width: 700px;
    height: auto;
    position: absolute;
    top: 80px;
    text-align: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    overflow-y: scroll;
}

#cp-overlay .name_server_title {
    text-align: center;
    font-size: 18px;
    color: #313C50;
    padding-bottom: 10px;
    width: 100%;
}

#cp-overlay .list-underline {
    border-bottom: solid 1px #A7B1C2;
    margin-left: 30px;
    width: calc(100% - 65px);
    margin-bottom: 20px;
}

#cp-overlay .add_name_server_content {
    padding-left: 15px;
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
}

#cp-overlay .SumoSelect p {
    margin: 0;
}

#cp-overlay .SelectBox {
    padding: 5px 8px;
}

#cp-overlay .sumoStopScroll {
    overflow: hidden;
}

#cp-overlay .SumoSelect .hidden {
    display: none;
}

#cp-overlay .SumoSelect .search-txt {
    display: none;
    outline: none;
}

#cp-overlay .SumoSelect .no-match {
    display: none;
    padding: 6px;
}

#cp-overlay .SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

#cp-overlay .SumoSelect.open > .search > span,
#cp-overlay .SumoSelect.open > .search > label {
    visibility: hidden;
}

#cp-overlay .SelectClass,
#cp-overlay .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#cp-overlay .SumoSelect > .optWrapper > .options li.opt label,
#cp-overlay .SumoSelect > .CaptionCont,
#cp-overlay .SumoSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#cp-overlay .SumoSelect {
    display: inline-block;
    position: relative;
    outline: none;
    margin-left: 7px;
    width: 93%;
}

#cp-overlay .SumoSelect:focus > .CaptionCont,
#cp-overlay .SumoSelect:hover > .CaptionCont,
#cp-overlay .SumoSelect.open > .CaptionCont {
    box-shadow: 0 0 2px #4BB0EF;
    border-color: #4BB0EF;
}

#cp-overlay .SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #d3dbe2;
    height: 34px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 0;
    padding-left: 10px;
    color: #1a1a19;
}

#cp-overlay .SumoSelect > .CaptionCont > span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#cp-overlay .SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #cp-overlay .SumoSelect > .CaptionCont > label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        cursor: pointer;
    }
}

/*#cp-overlay .SumoSelect > .CaptionCont > label > i {*/
/*    background-image: url(/tc/selection-arrow.png);*/
/*    background-position: center center;*/
/*    background-size: 9px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.8;*/
/*    margin-top: 5px;*/
/*}*/

#cp-overlay .SumoSelect > .CaptionCont > label > i:after {
    content: "\f107";
    position: absolute;
    top: 7px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
}

#cp-overlay .SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 0 0 3px 3px;
    max-height: 400px;
    overflow-y: scroll;
}

#cp-overlay .SumoSelect.open > .optWrapper {
    top: 34px;
    display: block;
}

#cp-overlay .SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}

#cp-overlay .SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

#cp-overlay .SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
}

#cp-overlay .SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}

#cp-overlay .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}

#cp-overlay .SumoSelect > .optWrapper > .options li.opt {
    position: relative;
    border-radius: 2px;
    height: 30px;
}

#cp-overlay .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #0076BF;
    color: #fff;
    transition: all .2s ease-in-out;
}

#cp-overlay .SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
    padding-left: 10px;
    line-height: 30px;
    font-weight: 600;
}

#cp-overlay .SumoSelect > .optWrapper > .options li span {
    display: none;
}

#cp-overlay .dns_name_servers {
    padding-top: 20px;
}

#cp-overlay .radio {
    margin-top: 5px;
    margin-bottom: 8px;
    padding-left: 32px;
}

#cp-overlay .edit_new_span {
    margin-top: 6px;
    float: left;
    width: 20px;
}

#cp-overlay .form_display {
    display: inline-block;
    width: 92%;
}

#cp-overlay span.fa.fa-trash-o {
    color: #D83E3E;
    font-size: 15px;
    cursor: pointer;
}

#cp-overlay .delete_edit_new {
    float: right;
    margin-top: 8px;
}

#cp-overlay .list-underline_buttom_select {
    display: inherit;
    border-bottom: 1px solid #E6EBF1;
    width: calc(100% + 80px);
    margin: 15px 0 15px -40px;
}

#cp-overlay .edit_name_servers_function_button {
    padding-left: 15px;
    margin-bottom: 20px;
}

#cp-overlay {

    #domain_record_content {
        .custom_dns_content {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 0;
            gap: 5px;

            .SumoSelect {
                margin: 0;
                padding: 0;
                width: 100% !important;
            }

            > div {
                display: flex;
                gap: 5px;

                &:nth-child(1) {
                    flex: 1;
                    align-items: flex-end;
                    > div {
                        &:nth-child(1) {

                            max-width: 135px;
                        }
                    }
                }

                > div {
                    display: flex;
                    flex-direction: column;

                    &:nth-child(1) {
                        flex: 1;
                    }

                    > div {

                        &:nth-child(1) {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 5px;

                            > div {

                                &:nth-child(1) {
                                    width: 135px !important;
                                }

                                &:nth-child(2),
                                &:nth-child(3) {

                                    width: 85px;
                                }

                                &:nth-child(4) {
                                    display: flex;
                                    flex: 1;
                                    min-width: 85px;

                                    > div {
                                        width: 100%;
                                    }
                                }
                            }
                        }

                        &:nth-child(3) {
                            min-width: 85px;
                        }
                    }

                }
            }

        }
    }

    #subdomain_record_content {
        .custom_dns_content {
            width: 100%;
            display: flex;
            margin: 0;
            padding: 0;
            gap: 5px;

            .SumoSelect {
                margin: 0;
                padding: 0;
                width: 100% !important;
            }

            > div {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 5px;

                &:nth-child(1) {
                    flex: 1;
                }

                &:nth-child(2) {
                    align-items: flex-start;
                    padding-top: 20px;
                }

                > div {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 5px;

                    &.advanced_setting {
                        flex-direction: column;

                        .forwarding_checkbox {
                            flex-direction: row;
                            gap: 10px;

                            > div {
                                display: block;
                            }

                        }
                    }

                    > div {
                        &:nth-child(1) {

                            display: flex;
                            flex-direction: column;

                            > div {
                                display: flex;
                                flex-wrap: wrap;

                                > div {

                                    &:nth-child(1) {
                                        flex: 1;
                                        min-width: 100px;
                                    }

                                    &:nth-child(2) {
                                        flex: 1;
                                        min-width: 145px;
                                        max-width: 145px;
                                    }
                                }
                            }
                        }

                        &:nth-child(2) {
                            display: flex;
                            flex-direction: column;
                            flex: 1;

                            > div {
                                display: flex;

                                > div {
                                    &:nth-child(1) {
                                        min-width: 100px;
                                    }
                                }
                            }
                        }
                    }
                }
            }

        }
    }

}

#cp-overlay .custom_dns_content_title {
    /*margin-top: 5px;*/
    display: flex;
    padding-left: 0;
    margin: 0;
    gap: 5px;

    > div:nth-child(1) {
        flex: 0 0 25%;
        min-width: 135px;
    }

    > div:nth-child(2) {
        flex: 1;
    }

}

#cp-overlay .subdomain_form {
    width: 97%;
}

#cp-overlay .form-control textarea {
    resize: vertical;
}

#cp-overlay .form-control {
    border: 1px solid #D8DFE5;
    border-radius: 4px;
}

#cp-overlay .form-control:focus {
    border-color: #66afe9;
}

#cp-overlay .delete_domain_record {
    /*float: right;*/
    /*margin-top: -25px;*/
}

#cp-overlay .delete_subdomain_record {
    /*float: right;*/
    /*margin-top: -25px;*/
}

#cp-overlay .delete_mx_record {
    float: right;
    margin-top: -25px;
    margin-right: -12px;
}

#cp-overlay .tooltip-arrow {
    opacity: 0.9;
}

#cp-overlay .select_servers_span {
    margin-top: 6px;
    float: left;
    width: 20px;
    padding-left: 5px;
}

#cp-overlay .delete_select_servers {
    float: right;
    margin-top: 9px;
    cursor: pointer;
}

/** Overlay - Dynadot DNS*/
#cp-overlay #select_custom_dns .cp-overlay-row {
    margin: 5px 0;
}

#cp-overlay #select_custom_dns .cp-overlay-row a {

}

#cp-overlay #select_custom_dns .cp-overlay-row a > i {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

#cp-overlay #select_custom_dns .dns-label {
    display: inline-flex;
    align-items: center;
}

#cp-overlay #select_custom_dns .dns-label button {
    color: #031242;
}

#cp-overlay #select_custom_dns .dns-label span:nth-child(2) {
    flex: 1;
    margin-left: 3px;
}

#cp-overlay #select_custom_dns .dns-label a {
    color: #7F90A1;
}

#cp-overlay #select_custom_dns .list-underline_buttom_select {
    /*border-bottom: solid 1px #E6EBF1;*/
    /*margin: 0;*/
}

#cp-overlay #select_custom_dns #custom-domain-dns-setting-form {
    display: inline-grid;
    /*gap: 10px;*/
    width: 100%;
}

#cp-overlay #select_custom_dns .time-to-live-label {
    width: 225px;
}

#cp-overlay #select_custom_dns .time-to-live-label > div {
    margin-left: 0;
}

#cp-overlay #select_custom_dns .col-xs-3, #cp-overlay .col-xs-9 {
    padding: 0;
}

#cp-overlay #select_custom_dns #domain_record_content {
    display: inline-grid;
    gap: 5px;
}

#cp-overlay #select_custom_dns #domain_record_content .advanced_setting {
    margin: 5px 0 !important;
    display: flex;
    flex-direction: column;

    > div {
        width: 100%;
        min-width: 100%;
    }
}

#cp-overlay #select_custom_dns #domain_record_content .col-xs-3 {
    padding: 0 !important;
    margin: 0 !important;
}

#cp-overlay #select_custom_dns #domain_record_content .col-xs-9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#cp-overlay #select_custom_dns #domain_record_content .col-xs-9 .col-xs-9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#cp-overlay #select_custom_dns #domain_record_content .col-xs-12 .col-xs-12 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#cp-overlay #select_custom_dns #domain_record_content .col-xs-12 .fa-trash-o {

}

/*#cp-overlay #select_custom_dns #domain_record_content input:not(input[type='checkbox']) {*/
/*    width: 100% !important;*/
/*}*/

#cp-overlay #select_custom_dns #subdomain_record_content {
    display: inline-grid;
    align-items: center;
    gap: 5px;
}

#cp-overlay #select_custom_dns #subdomain_record_content .advanced_setting {
    margin: 5px 0 !important;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 {
    padding: 0 !important;
    margin: 0 !important;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-3 {
    padding: 0 !important;
    margin: 0 !important;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-3 input {
    width: 100% !important;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-12 {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-3 .SumoSelect {
    margin: 0;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-3 .CaptionCont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-3 .CaptionCont label {
    position: inherit;
    width: 14px;
    margin: 0;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-3 .CaptionCont label > i:after {
    position: inherit;
}

#cp-overlay #select_custom_dns #subdomain_record_content .col-xs-6 .col-xs-9 {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
/** Overlay - For Sale Landing Page */
#cp-overlay #select_for_sale #id-listing-settings {
    /*display: grid;*/
    /*row-gap: 5px;*/
}

#cp-overlay #select_for_sale .list-underline_buttom_select {
    /*display: block;*/
    /*border-bottom: solid 1px #E6EBF1;*/
    /*margin: 5px 0;*/
}

#cp-overlay #select_for_sale .marketplace-edit {
    /*display: grid;*/
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

#cp-overlay #select_for_sale .marketplace-edit textarea {
    resize: vertical;
    max-height: 150px;
}

#cp-overlay #select_for_sale .cp-content-section-list-item {
    padding: 0;
}

#cp-overlay #select_for_sale .cp-content-section-list-item .listing-price-item {
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*justify-content: left;*/
    /*width: 100%;*/
    display: flex;
    width: 300px;
    align-items: center;
    gap: 10px;
}

#cp-overlay #select_for_sale .cp-content-section-list-item .listing-price-item .cp-content-section-list-item-label {
    /*flex: 1;*/
    /*width: 100%;*/
    /*text-align: center;*/
}

#cp-overlay #select_for_sale .cp-content-section-list-item .listing-price-item .cp-content-section-list-item-content {
    /*flex: 10;*/
}

#cp-overlay #select_for_sale .cp-content-section-list-item .listing-price-item .cp-content-section-list-item-content .listing-price-wrap,
#cp-overlay #select_for_sale .seller-request-brokerage .cp-content-section-list-item-content .listing-price-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

#cp-overlay #select_for_sale .cp-content-section-list-item .listing-price-item .cp-content-section-list-item-content .listing-price-wrap .listing-currency,
#cp-overlay #select_for_sale .seller-request-brokerage .cp-content-section-list-item-content .listing-price-wrap .listing-currency {
    position: absolute;
    left: 8px;
    font-size: 14px;
}

#cp-overlay #select_for_sale .cp-content-section-list-item .listing-price-item .cp-content-section-list-item-content .listing-price-wrap input[type='text'],
#cp-overlay #select_for_sale .seller-request-brokerage .cp-content-section-list-item-content .listing-price-wrap input[type='text'] {
    padding-left: 16px;
}

#cp-overlay #select_for_sale .seller-request-brokerage .cp-content-section-list-item-content .listing-price-wrap

#cp-overlay #select_for_sale .cp-content-section-list-item .select-item {
    display: grid;
    /*row-gap: 5px;*/
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*justify-content: start;*/
    gap: 10px;
    flex-basis: 50%;
}
#cp-overlay #select_for_sale .cp-content-section-list-item .select-item .nice-select{
    width: 100%;
}

#cp-overlay #cp-overlay-content-wrap .cp-overlay-notice {
    position: absolute;
    display: flex;
    width: 100%;
    margin: 0 -40px;
    top: -55px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 8px;
    border: 1px solid #99CDED;
    background: #E1EFFD;
}

#cp-overlay #cp-overlay-content-wrap .cp-overlay-notice .cp-overlay-notice-close {
    pointer-events: auto;
    cursor: pointer;
    color: #8792A1;
}

#cp-overlay #cp-overlay-content-wrap .cp-overlay-notice .cp-overlay-notice-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

#cp-overlay #cp-overlay-content-wrap .cp-overlay-notice .cp-overlay-notice-content > span:first-child{
    font-size: 16px;
    color: #0096F7;
}

#cp-overlay #cp-overlay-content-wrap .cp-overlay-notice .cp-overlay-notice-content > span:last-child{
    flex: 1;
}

.select-all-menu-container {
    display: flex;
}

.cpl-selected-menu-container-wrap {
    position: relative;
}

.cpl-selected-menu-container{
    background: #fff;
    position: absolute;
    z-index: 999;
    font-size: 13px;
    width: 100%;
    /*height: 59px;*/
    color: inherit;
    padding: 14px 13px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    /*gap: 10px;*/
}

.cpl-selected-menu-container .btn-default {
    height: 30px;
    padding: 5px 13px;
}

.cpl-selected-menu-container.new-fixed {
    position: fixed;
    top: 82px;
}

.cpl-selected-menu-container.new-fixed-has-promote-bar {
    position: fixed;
    /*top: 116px;*/
}

.cpl-selected-menu-container > .cp-dropdown-wrap {
    line-height: 1.5;
    border: 1px solid #D3DBE2;
    border-radius: 0 6px 6px 0;
    background: none;
}

.cpl-selected-menu-container .btn-default {

}

.cpl-select-all {
    padding: 5px;
    margin-left: -5px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #DAE3E9;
}

.cpl-delete-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0 5px;
    border: 1px solid #D3DBE2;
    border-radius: 6px 0 0 6px;
    color: #828EA6;
    font-size: 14px;
     margin-left: 5px;
    /* background: none; */
    /* padding: 0px 10px 0px 5px; */
    /* line-height: 28px; */
    /* cursor: pointer; */
}

.cp-dropdown-wrap {
    border: 1px solid #d3dbe2;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    background: linear-gradient(to bottom, #fff, #f9fafb);
    color: #1A1A19;
    display: inline-block;
}

.cp-dropdown-wrap > span.dropdown-toggle {
    padding: 5px 10px;
    display: inline-block;
}

.cp-dropdown-wrap:hover,
.cp-dropdown-wrap.open,
.cp-dropdown-wrap.second > .dropdown-menu > li select[name="dl_move_select"]:hover {
    background: linear-gradient(to bottom, #fafbfc, #f5f6f7);
}

.cp-dropdown-wrap > .dropdown-menu > li > a > input[type='button'],
.cp-dropdown-wrap > .dropdown-menu > li > a > input[type='submit'] {
    border: none;
    background: inherit;
    text-align: left;
    outline: none;
    width: 100%;
    font-weight: 500;
}

.cp-dropdown-wrap .cp-select-wrap {
    /*color: #1A1A19;*/
    /*background: #F5F6F7;*/
    /*border-color: #D3DBE2;*/
    /*border: 1px solid #dae3e9;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*display: block;*/
    /*border-radius: 4px;*/
    /*width: inherit;*/
}

.cp-dropdown-wrap .cp-select-wrap:after {
    /*content: "\f0dc";*/
    /*font-size: 12px;*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-decoration: inherit;*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*pointer-events: none;*/
    /*display: block;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

.cp-dropdown-wrap .cp-select-wrap > select {
    /*height: 34px;*/
    /*line-height: 34px;*/
    /*display: inline-block;*/
    /*margin: 0;*/
    /*outline: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*padding-left: 10px;*/
    /*border: none;*/
    /*background: #fff;*/
    /*padding-right: 25px;*/
}

.cp-dropdown-wrap .fa-angle-down {
    margin-left: 5px;
}

.cp-dropdown-wrap button.dropdown-toggle {
    border: none;
    background: transparent;
    line-height: 23px;
}

.cpl-delete-all .checkbox-label:before {
    content: "\f068";
    color: #0076BF;
    font-family: FontAwesome;
}

#domain-change-owner .cpl-delete-all .checkbox-label:before {
    content: none;
    border-radius: 6px 6px 6px 6px;
}

#domain-change-owner .cpl-delete-all {
    border-radius: 6px 6px 6px 6px;
    color: #051022;
}

.cpl-delete-all .count-span {
    margin-left: 5px;
    margin-right: 5px;
}

.checkbox-label {
    /*position: relative; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    /* text-align: center; */
    vertical-align: middle;
    /* line-height: 20px; */
    /* margin-top: 2px; */
    border: 1px solid #B2B2B2;
    cursor: pointer;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff, #f9fafb);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    /* font-size: 13px; */
    /* font-weight: 300; */
    margin: 0;
}

.checkbox-label.disabled {
    /*background: #EBEEF0;*/
}

#cp-page-list > ul.pagination > li:not(:first-child):not(:last-child)   > a {
    /*height: 38px;*/
    /*min-width: 40px;*/
    /*width: auto;*/
    /*padding: 10px;*/
    border: none;
}

.pagination {
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pagination .pagination-disabled {
    pointer-events: none;
    /*background: #FFFFFF;*/
    opacity: 0.4;
    border-radius: 6px;
}

/*.pagination li:first-child{*/
/*    flex: 1;*/
/*}*/
/*.pagination li:nth-last-child(2){*/
/*    flex: 1;*/
/*}*/
.pagination > li > a, .pagination > li > span {
    border: 1px solid #abb2b7;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    color: #001345;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    /*background-color: #eef5f9;*/
    color: #7e8691;
    border: 1px solid #abb2b7;
    background: #EBF3FE;
    border-radius: 6px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus,
.pagination > li > span:hover {
    /*background-color: #eef5f9;*/
    background-color: #EBF3FE;
    border-color: #abb2b7;
    border-radius: 6px;
}

#cp-page-list .first, #cp-page-list .next {
    display: flex;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
}
#cp-page-list .first > a, #cp-page-list .next > a{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: unset;
    gap: 5px;
    /*padding: 9px 13px;*/
}

#domain-edit-email-settings input[type=text] {
    width: 100%;
}

#domain-edit-email-settings .email-settings-content {
    overflow: hidden;
}

#domain-edit-email-settings .email-user {
    width: 36.7%;
    display: inline-block;
    margin-right: 1.6%;
}

#domain-edit-email-settings .email-to {
    width: 56.6%;
    display: inline-block;
    margin-right: 1.6%;
}

#domain-edit-email-settings .email-setting-delete {
    width: 3.5%;
    display: inline-block;
    cursor: pointer;
}

#domain-edit-email-settings .alia-row:not(:first-child) .row-lable {
    display: none;
}

#domain-edit-email-settings .email-setting-mx-host {
    width: 81.3%;
    margin-right: 1.6%;
    display: inline-block;
}

#domain-edit-email-settings .email-setting-mx-distance {
    width: 12%;
    margin-right: 1.6%;
    display: inline-block;
}

#domain-edit-email-settings .email-setting-row:not(:last-child) {
    margin-bottom: 8px;
}

.dns_setting_overlay {
    width: 92% !important;
}

#email-settings-forward-add,
#email-settings-mx-add {
    cursor: pointer;
}

.cp-header {
    margin-top: 30px;
    border-bottom: 1px solid #CCD7EB;
}

.cp-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #627381;
    padding: 5px;
    font-weight: 500;
    height: 28px;
    font-size: initial;
    border-radius: 4px;
}

.cp-back:hover {
    text-decoration: none;
    background-color: rgba(0, 150, 247, 0.1);
    /*color: #323C50;*/
    transition: all 0.05s ease-in-out 0.05s;
}

.cp-back:active {
    color: #323C50;
    filter: brightness(90%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 150, 247, 0.1);
}

.cp-back-icon {
    font-size: 20px;
    color: #0096F7;
    /*margin-right: 5px;*/
    /*margin-left: -5px;*/
}

.cp-back-content {
    font-size: 14px;
    color: #0096F7;
}

.cp-header-content {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
}

.cp-content-section {
    border-bottom: 1px solid #CCD7EB;
    padding-bottom: 20px;
    margin: 0 !important;
    /*overflow: hidden;*/
}

.cp-content-section::after {
    content: "";
    display: block;
    clear: both;
}

.cp-content-section-left {
    overflow: hidden;
    background: transparent;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 60px;
}

.cp-content-section-right {
    background: #FFF;
    padding: 25px 20px;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
}

.cp-content-section-header {
    /*margin-top: 25px;*/
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cp-content-section-desc {
    font-size: 14px;
    color: #637381;
    line-height: 1.5;
}

.cp-content-section-right-part {
    margin-bottom: 25px;
    /*overflow: hidden;*/
    border-bottom: 1px solid #ccc;
}
.cp-content-section-right-part::after {
    content: "";
    display: block;
    clear: both;
}

.cp-content-section-right-part:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cp-content-section-right-part-row {
    margin-bottom: 10px;
    line-height: 20px;
    overflow: hidden;
}

.cp-content-section-right-part-row > textarea {
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid #bbbdbf;
}

.cp-content-section-right-part-row-head {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.cp-content-section-right-part-row-content {
    word-wrap: break-word;
}

.cp-content-section-right-part-info-head {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cp-content-section-right-part-info {
    margin-bottom: 25px;
}

.cp-content-section-error {
    color: #E74C3C;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.cp-content-section-row:not(.cp-content-section-content-row) {
    line-height: 30px;
}

.invoice-email-input-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.invoice-email-input-col i {
    padding-left: 10px;
    font-size: 18px;
    color: #828EA6;
    cursor: pointer;
}

.cp-content-section-list-item-content input[type=text]:not(.label-select-input),
.cp-content-section-list-item-content input[type=password],
.cp-content-section-content-row input[type=text],
.cp-content-section-content-row input[type=password] {
    width: 100%;
    height: 36px;
    border: 1px solid #dae3e9;
    line-height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
    padding: 0;
}

.cp-content-section-title-col {
    font-weight: 600;
}

.cp-content-section-button-row:not(:first-child) .col-xs-12 > div {
    padding-top: 20px;
    margin-top: 36px;
    border-top: 1px solid #CCD7EB;
}

.cp-bulk-action-button {
    margin-left: 8px;
    height: 30px;
    background: #fff;
    border: solid 1px #DAE3E9;
    border-radius: 3px;
    color: #0069a6;
    padding: 4px 12px;
    font-weight: 400;
}

.cpl-float-right {
    float: right;
    margin-top: 30px;
}

.dropdown {
    cursor: pointer;
}

.cp-content-section-table {
    width: 100%;
}

.cp-content-section-table-wrap .cp-content-section-table-section {
    width: 50%;
    display: inline-block;
}

.cp-content-section-table-wrap .cp-content-section-table-section .cp-content-section-table-section-title {
    font-weight: 400;
    font-size: 14px;
}

.cp-content-section-table-wrap .cp-content-section-table-section .cp-content-section-table-section-content {
    font-weight: 600;
    font-size: 18px;
}

.cp-content-section-note-content {
    font-size: 14px;
    color: #576673;
    padding-bottom: 25px;
}

.cp-content-section-list-item {
    display: flex;
    padding-bottom: 13px;
}

.cp-content-section-list-item-label {
    /*width: 40%;*/
    font-size: 14px;
    font-weight: 500;
}

.cp-content-section-list-item-title {
    padding-bottom: 3px;
}

.cp-content-section-list-item .code-image {
    padding-top: 10px;
}

.cp-content-section-list-item-content {
    width: 60%;
    font-size: 13px;
}

.cp-content-section-list-item-label.middle-label {
    line-height: 36px;
}

.form-control.label-select {
    width: 80px;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/sr/triangle.png) no-repeat scroll 88% #fff;
    background-size: 10px 7px;
    padding: 10px 4px;
    float: left;
}

.form-control.label-select-input {
    border-radius: 0px 4px 4px 0px;
    height: 36px;
    padding: 0 12px;
    font-size: 16px;
    color: #27313E;
    width: calc(100% - 100px);
}

.errors-item {
    color: #E74C3C;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blue-button {
    padding: 8px 18px;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
    background: #0076BF;
    border-color: #0076BF;
    line-height: 18px;
    border: none;
    border-radius: 3px;
}

.blue-button:hover {
    background: #0069a6;
    color: #fff;
    border-color: #0069a6;
}

ul.receipt-social-icon-container {
    display: block;
    list-style: none;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    padding: 0;
}

ul.receipt-social-icon-container li {
    /* display: inline-block; margin-left: 10px; margin-right: 10px; border-radius: 20px; width: 40px; height: 40px; color: #fff; cursor: pointer; float: left;*/
    font-size: 14px;
    size: 14px;
}

.cp-overlay-fade-in {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.table-responsive.shadow {
    box-shadow: -4px 0px 5px -2px rgba(56, 56, 56, 0.3) inset
}

.cp-select-wrap .cp-select {
    /*height: 34px;*/
    /*line-height: 34px;*/
    /*display: inline-block;*/
    /*margin: 0;*/
    /*outline: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*padding-left: 10px;*/
    /*border: none;*/
    /*background: linear-gradient(to bottom, #fafbfc, #f5f6f7);*/
    /*width: 100%;*/
    /*padding-right: 25px;*/
}

.cp-select-wrap {
    /*border: 1px solid #dae3e9;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*display: block;*/
    /*border-radius: 4px;*/
    /*position: relative;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width: auto;*/
    /*!*min-width: 15ch;*!*/
    /*!*max-width: 30ch;*!*/
    /*padding: 0.5em 0.5em;*/
    /*font-size: 14px;*/
    /*cursor: pointer;*/
    /*line-height: 1.1;*/
    /*grid-template-areas: "select";*/
    /*background: #FFFFFF;*/
    /*border: 1px solid #D3DBE2;*/
    /*box-shadow: 0px 2px 1px rgba(16, 24, 40, 0.0005);*/
    /*border-radius: 6px;*/
}

.cp-select-wrap select {
    /*flex: 1;*/
    /*height: 100%;*/
    /*width: 100%;*/
}

.cp-select-wrap:after {
    /*font-family: FontAwesome;*/
    /*content: "\f107";*/
    /*grid-area: select;*/
    justify-self: end;
    /*content: "\f0dc";*/
    /*font-size: 12px;*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-decoration: inherit;*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*bottom: 0;*/
    /*pointer-events: none;*/
    /*display: block;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

.cp-btn-tr {
    float: right;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cp-error-inner, .cp-success-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cp-error-inner-content {
    width: 100%;
    /*background: #fbeae5;*/
    /*padding: 10px 22px 10px 10px;*/
    /*border-top: 3px solid #ed6347;*/
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    gap: 13px;
    background: #FDE8E8;
    border: 1px solid #FEAD9A;
    border-radius: 3px;
}

.cp-success-inner-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 40px;
    gap: 13px;
    background: #FDE8E8;
    border-radius: 3px;
}

.cp-warning-inner-content {
    width: 100%;
    /*background: #fbeae5;*/
    /*padding: 10px 22px 10px 10px;*/
    /*border-top: 3px solid #ed6347;*/
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    background: #FFF8DF;
    border: 1px solid #F7CC51;
    border-radius: 3px;
}

.cp-success-inner-content {
    background: #e2eefe;
    border-top: 3px solid #0096F7;
}


#cp-page-error, #cp-page-success, #cp-page-warning {
    position: fixed;
    width: calc(100% - 230px);
    left: 230px;
    top: 130px;
    z-index: 9999;
}

#cp-page-error .cp-error-inner, #cp-page-success .cp-success-inner, #cp-page-warning .cp-warning-inner {
    max-width: 1040px;
    color: #001345;
}

#cp-page-error .cp-error-inner-title, #cp-page-success .cp-success-inner-title, #cp-page-warning .cp-warning-inner-title {
    display: table-cell;
    /*font-weight: 500;*/
    /*font-size: 18px;*/
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #9B1D1C;
}

#cp-page-error .cp-error-inner-content-msg, #cp-page-success .cp-success-inner-content-msg, #cp-page-warning .cp-warning-inner-content-msg {
    display: table-cell;
    margin-top: 10px;
    padding-left: 10px;
}

#cp-overlay-error, #cp-overlay-success, #cp-overlay-warning {
    margin: 20px 0;
}

#cp-overlay-error .cp-error-inner, #cp-overlay-success .cp-success-inner, #cp-overlay-warning .cp-warning-inner {
    padding: 0;
}


.cp-error-icon, .cp-success-icon, .cp-warning-icon {
    display: table-cell;
}

.cp-error-icon i {
    font-size: 28px;
    color: #ed6347;
    margin-right: 10px;
}

.cp-error-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d1634a;
    cursor: pointer;
}

.cp-success-icon i {
    font-size: 20px;
    color: #0096F7;
    margin-right: 10px;
}

.cp-success-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #0096F7;
    cursor: pointer;
}


.cp-warning-icon i {
    font-size: 20px;
    color: #F9AA00;
    margin-right: 10px;
}

.cp-warning-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #F9AA00;
    cursor: pointer;
}


.cp-error-inner-content-msg, .cp-success-inner-content-msg {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

.cp-error-inner-content-msg {
    color: #9B1D1C;
}

.cp-success-inner-content-msg {
    color: #031242;
}

.cp-warning-inner-content-msg {
    color: #9F3D00;
}

.cp-error-inner-content-msg .cp-error-inner-title {
    font-weight: 600;
}

.cp-error-inner-content-msg ul, .cp-success-inner-content-msg ul {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-word;
    list-style: disc;
    margin-bottom: 0;
}

.cp-success-inner-content-msg {
    display: table-cell;
    vertical-align: top;
    color: #0096F7;
    font-size: 14px;
}

.custom-select-wrap.custom-select-wrap-sumo {
    overflow: visible;
}

.custom-select-wrap-sumo .SumoSelect {
    margin-left: 0 !important;
    width: 100% !important;
}

.custom-select-wrap-sumo .SumoSelect > .CaptionCont {
    padding-left: 6px;
}

.custom-select-wrap-sumo .SumoSelect > .CaptionCont > span {
    text-align: left;
    margin-top: 0 !important;
}

.custom-select-wrap-sumo .SumoSelect > .optWrapper > .options li label {
    padding-left: 0;
}

#refer-a-friend-challenge {
    text-align: left;
}

@media (min-width: 767px ) {
    #cp-overlay-content-wrap {
        /*margin-top: 100px;*/
    }

    .cp-confirm-overlay #cp-overlay-content-wrap {
        margin-top: 0px;
    }
}

::-webkit-input-placeholder {
    color: #707070;
}

:-moz-placeholder {
    color: #707070;
    opacity: 1;
}

::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #707070;
}

::-ms-input-placeholder {
    color: #707070;
}

#id-templates-wrap.uncheck > img.forsale-template {
    opacity: 0.2;
}

img.forsale-template {
    width: calc(33% - 8px);
    border: solid 6px #8b8b8b;
}

img.forsale-template.active {
    border: solid 6px #0078bd;
}

img#forsale-template2 {
    margin: 0 12px;
}

/**
     the loading button style of overlay
**/
#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 10.5555%;
}


.sp-circle {
    width: 21px;
    height: 21px;
    clear: both;
    margin: 5px auto;
}

/* Spinner Circle Rotation */
.sp-circle {
    border: 3px rgba(0, 0, 0, 0.25) solid;
    border-top: 3px white solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/**
     the loading button style of overlay
**/
#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 10.5555%;
}


.sp-circle {
    width: 21px;
    height: 21px;
    clear: both;
    margin: 5px auto;
}

/* Spinner Circle Rotation */
.sp-circle {
    border: 3px rgba(0, 0, 0, 0.25) solid;
    border-top: 3px white solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#verify-result {
    display: flex;
    flex-direction: column;
}

/**
     the loading button style of overlay
**/
#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 10.5555%;
}


.sp-circle {
    width: 21px;
    height: 21px;
    clear: both;
    margin: 5px auto;
}

/* Spinner Circle Rotation */
.sp-circle {
    border: 3px rgba(0, 0, 0, 0.25) solid;
    border-top: 3px white solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/**
     the loading button style of overlay
**/
#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 10.5555%;
}


.sp-circle {
    width: 21px;
    height: 21px;
    clear: both;
    margin: 7px auto;
}

/* Spinner Circle Rotation */
.sp-circle {
    border: 3px rgba(0, 0, 0, 0.25) solid;
    border-top: 3px white solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#sp-cirrcle-btn {
    border: 1px solid #D3DBE2;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#verify-result {
    display: flex;
    flex-direction: column;
}

#cp-overlay-confirm {
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    top: 0;
    left: 0;
    display: none;
    z-index: 1050;
    overflow: auto;
}

#cp-overlay-confirm input[type="button"] {
    height: 37px;
    line-height: 37px;
    padding: 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #041650, #031242);
    color: #FFF;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    border: 1px solid #0068A8;
    outline: none;
    margin-right: 6px;
}

#cp-overlay-confirm input[type="button"]:hover,
#cp-overlay-confirm input[type="button"]:focus {
    color: #FFF;
    background: linear-gradient(to bottom, #031242, #030e32);
}

#cp-overlay-confirm input[type="button"].cp-overlay-cancel {
    background: #FFF;
    color: #0078BD;
    border: 1px solid #D3DBE2;
}

#cp-overlay-confirm input[type="button"].cp-overlay-cancel:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

#cp-overlay-confirm input[type="button"].cp-overlay-delete {
    background: #FFF;
    color: #D72026;
    border: 1px solid #D3DBE2;
}

#cp-overlay-confirm input[type="button"].cp-overlay-delete:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

#cp-overlay-confirm textarea {
    border: 1px solid #A7B1C2;
    border-radius: 4px;
    width: 100%;
    margin-top: 5px;
    height: 100px;
    padding: 4px 8px;
}

#cp-overlay-confirm input[type="text"] {
    padding: 0 8px;
    background: #FFFFFF;
    border: 1px solid #C4CDD5;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    width: 306px;
    height: 36px;
    margin-right: 5px;
    font-size: 13px;
    color: #495056;
    letter-spacing: 0;
    font-weight: 400;
}

#cp-overlay-confirm .cp-overlay-title {
    line-height: 60px;
    border-bottom: 1px solid #A7B1C2;
    text-align: center;
    font-size: 18px;
    color: #313C50;
    margin-bottom: 20px;
}

.pay_hidden,
.pay-option-hidden {
    display: none;
}

/**
    For pages under "Tools" only
     */
.cp-tools-self-header {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #031242;
}

.cp-tools-self-section-header {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #031242;
}

.cp-tools-self-section-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #828EA6;
}

#cp-info-security-content .cp-content-section-list-item .nice-select {
    width: auto;
    padding-right: 30px !important;
    border: solid 1px #e8e8e8;
}

#cp-overlay .overlay-clear-button input{
    /*border: none;*/
    /*background: unset;*/
    /*color: #0096F7;*/
}


#afternic-confirmation-content table tbody {
    height: 250px;
    overflow-y: scroll;
    display: block;
}

#afternic-confirmation-content table tr {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: auto;
}

.paypal-ref-txn-prompt{
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 767px) {
    #cp-overlay {
        background: rgb(35 36 38 / 49%) !important;
    }

    #cp-overlay-content-wrap {
        /*margin-top: calc((90vh - 100%) / 2);*/
        /*margin-bottom: 10vh;*/
    }

    .cp-content-section-list-item {
        display: grid;
        gap: 10px;
    }

    #cp-overlay #select_for_sale .marketplace-edit {
        display: grid;
        gap: 10px;
    }
    .cp-content-section-list-item-label {
        flex: 1;
    }
}

@media (max-width: 992px) {
    .cp-content-section-left {
        padding-right: 0;
        line-height: 1.5;
    }
}

@media (max-width: 767px) and (min-width: 550px) {
    .cp-btn-tr {
        margin-top: 0;
    }

    .cp-dropdown-wrap > span.dropdown-toggle {
        padding: 5px;
    }

    #cp-notice {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 10px 15px;
    }

    #cp-overlay .SumoSelect {
        width: 90% !important;
    }

    #cp-overlay .form_display {
        width: 89% !important;
    }

    #cp-overlay .delete_select_servers {
        float: none;
        margin-right: 0px;
    }

    #cp-overlay .delete_edit_new {
        float: none;
        margin-left: 10px;
    }

    #cp-overlay-content-wrap {
        margin-top: 100px;
    }

    .cp-confirm-overlay #cp-overlay-content-wrap {
        margin-top: 0px;
    }
}


#cp-auto-renew-select-top .cp-auto-renew-row {
    display: flex;
    flex-direction: row;
}

#cp-auto-renew-setting-more .cp-auto-renew-row {
    display: flex;
    flex-direction: row;
}

#cp-auto-renew-setting-more_backup .cp-auto-renew-row {
    display: flex;
    flex-direction: row;
}

#cp-auto-renew-select-saved-card .cp-auto-renew-row {
    display: flex;
    flex-direction: column;
}

#cp-auto-renew-select-saved-card_backup .cp-auto-renew-row {
    display: flex;
    flex-direction: column;
}

#cp-auto-renew-area .cp-content-section-list-item.add-backup-pay .add-backup-pay-note {
    padding-left: 8px;
    padding-top: 4px;
}

#domains-setting-overlay-form {
    display: flex;
    flex-direction: column;
}

#domain-overlay-contacts .nice-select {
    margin-right: 20px;
    min-width: 65%;;
}

#two-factor-sms-challenge {
    margin-left: -15px;
}

@media (max-width: 549px) {
    #cp-overlay .SumoSelect {
        width: 85% !important;
    }

    #cp-overlay .form_display {
        width: 85% !important;
    }

    #cp-overlay .edit_new_span {
        margin-right: 9px;
    }

    #cp-overlay .delete_select_servers {
        float: none !important;
        margin-right: -5px !important;
    }

    #cp-overlay .delete_edit_new {
        float: none;
        margin-left: 5px;
    }

    #cp-overlay .select_servers_span {
        margin-right: 6px;
    }

    #latest-blog-post tbody tr {
        display: grid;
    }

    #latest-blog-post tbody tr td:first-child img {
        width: 100% !important;
    }

    #latest-blog-post tbody tr td:nth-child(2) {
        padding: 15px 15px 15px !important;
    }

    #latest-blog-post tbody tr td:nth-child(2) div:nth-child(2) {
        line-height: 1.2;
        -webkit-line-clamp: 4 !important;
        padding-top: 10px;
    }

    #cp-overlay {
        #subdomain_record_content {
            .custom_dns_content {
                padding-bottom: 10px;
                > div {
                    > div {
                        flex-direction: column;
                    }
                }
            }
        }
    }
}

.go-page-div {
    height: 36px;
    min-width: 91px;
    line-height: 36px;
    margin: auto 0;
    color: var(--031242, #031242);
    font-size: 13px;
}

#go-page-input {
    text-align: center;
    font-size: 13px;
    height: 30px;
    width: 35px;
    border: 1px solid var(--Subtext, rgba(3, 18, 66, 0.40));
    border-radius: 4px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.auction-dialog {
    z-index: 10000 !important;
}

input:-webkit-autofill {
    box-shadow:0 0 0 1000px transparent inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #031243 !important;
transition: background-color 5000s ease-in-out 0s !important;
}

.show-permanent-download-link {
    border: none !important;
    padding-left: 0 !important;
    color: #0096F7;
    cursor: pointer;
}

.permanent-download-link {
    display: none;
    border:none !important;
    padding-left:0 !important;
}

.div-free-ssl-tip {
    border-radius: 4px;
    background: rgb(54, 64, 100);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px 0;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 452px;
    padding: 7px 15px;
    top: 285px;
    position: absolute;
    display: none;
}


#cp-overlay #select_custom_dns .ddns-active {
    background: #F5F9FF;
    margin: 20px -40px 0 -40px;
    padding: 0 40px 20px 40px;
}

#cp-overlay #select_custom_dns #ddns-password-box svg:hover {
    cursor: pointer;
}

#select_parkbot .parkbot-service {
    max-width: 225px;
    margin-left: -7px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#select_parkbot .no-parkbot-service {
    max-width: 330px;
    margin-left: -7px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#select_parkbot .no-parkbot-service > div > p.CaptionCont {
    background: #F5F6F7;
    color: #BCC7D2;
}

#select_parkbot .parkbot-service-add {
    border-radius: 6px;
    border: 1px solid #D3DBE2;
    background: #FFF;
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer;
}

#parking-account-setting-overlay .select-parking-service {
    border: 1px solid #D3DBE2;
    border-radius: 6px;
    display: inline-flex;
    padding: 6px 13px;
    align-items: center;
    width: 200px;
    justify-content: space-between;
}

#parking-account-setting-overlay .parking-service-list,
#auto-parking-setting-overlay .parking-cycle-list {
    right: auto;
}

#parking-account-setting-overlay .parking-service-list li,
#auto-parking-setting-overlay .parking-cycle-list li {
    padding: 3px 13px;
}

#parking-account-setting-overlay .form-control {
    width: 200px;
    margin-bottom: 15px;
    border: 1px solid #D3DBE2;
    border-radius: 6px;
}

#parking-account-setting-overlay .parking-label-wrap {
    margin-bottom: 3px;
}

#parking-account-setting-overlay .parking-note {
    padding: 2px 8px;
    background: #ECEEF1;
    border-radius: 10px;
    margin-right: 12px;
    line-height: 18px;
}

#parking-account-setting-overlay button.btn-toggle {
    background: #7F90A1;
    padding: 0;
    position: relative;
    border: none;
    height: 24px;
    width: 39px;
    border-radius: 24px;
}

#parking-account-setting-overlay button.btn-toggle.active {
    background-color: #007BFF;
    transition: background-color .25s;
}

#parking-account-setting-overlay button.btn-toggle .handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    background: #fff;
    transition: left .25s;
}

#parking-account-setting-overlay button.btn-toggle.active .handle {
    left: 18px;
    transition: left .25s;
}

.loading-submit {
    position: absolute;
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #ffffffd6;

    dotlottie-player {
        display: block !important;
        width: 200px;
        height: 200px;
    }
}

.dropdown-backdrop {
    position: static
}