.no-js .spinner-dots {
    display: none;
}

.no-js aside,
.no-js header,
.no-js main {
    display: none;
}


/*Quickview */

.light-bg a:hover {
    background-color: #f5f6f7 !important;
}

.quickview-body a.nav-link {
    color: #465161 !important;
}


/*Quickview */

.form-control {
    border-color: rgb(206, 212, 218) !important;
}

.form-control-md {
    height: calc(2.2em + .75rem + 2px) !important;
}

.font-sourcesanspro {
    font-family: "Source Sans Pro", sans-serif;
}

 ::selection {
    background-color: #3399ff;
    color: white;
}

select:invalid {
    color: #c9ccce !important;
}

select:invalid:hover {
    color: #c9ccce !important;
}

select:invalid:focus {
    color: #c9ccce !important;
}

select.form-control {
    cursor: pointer;
}

.select-disabled {
    color: #6c757d !important;
    background-color: #e9ecef !important;
    pointer-events: none;
}

#select-disabled {
    color: #6c757d !important;
    background-color: #e9ecef !important;
    pointer-events: none;
}

.input-disabled {
    color: #8b95a5 !important;
    background-color: #e9ecef !important;
    opacity: 1;
    pointer-events: none;
}

#preview thead tr:first-child th {
    border-bottom: 1px solid #ebebeb;
}

td.selected-column,
th.selected-column {
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    background-color: #e3f3fc;
}

#preview thead th.top-column.selected-column {
    border-top: 2px solid #808080 !important;
    background-color: #e3f3fc;
}

#preview tfoot th.bottom-column.selected-column {
    border-bottom: 2px solid #808080 !important;
    background-color: #e3f3fc;
}

td.selected-column-valid,
th.selected-column-valid {
    border-left: 2px solid #83b655;
    /*46be8a*/
    border-right: 2px solid #83b655;
    /*46be8a*/
    background-color: #dff2d5;
    /*e3fcf2*/
}

#preview thead th.top-column.selected-column-valid {
    border-top: 2px solid #83b655 !important;
    background-color: #dff2d5;
}

#preview tfoot th.bottom-column.selected-column-valid {
    border-bottom: 2px solid #83b655 !important;
    background-color: #dff2d5;
}

#preview tfoot th.bottom-column.previous-column {
    border-right: 0px;
}

#preview thead th.top-column.previous-column {
    border-right: 0px;
}

td.previous-column,
th.previous-column {
    border-right: 0px;
}


/* Callout */

.callout-success-special {
    border-left-color: #137333;
    background-color: #E6F4EA;
}

.callout-success-special h3,
.callout-success-special h4,
.callout-success-special h5,
.callout-success-special h6,
.callout-success-special a {
    color: #137333;
}

.callout-success-special h3,
.callout-success-special h4,
.callout-success-special h5,
.callout-success-special h6 {
    text-transform: uppercase;
}

.callout-success-special>*:last-child {
    margin-bottom: 0;
}

.callout-success-special-2 {
    border-left-color: #83b655;
    background-color: #dff2d5;
}

.callout-success-special-2 h3,
.callout-success-special-2 h4,
.callout-success-special-2 h5,
.callout-success-special-2 h6,
.callout-success-special-2 a {
    color: #83b655;
    /* color: #137333; */
}

.callout-success-special-2 h3,
.callout-success-special-2 h4,
.callout-success-special-2 h5,
.callout-success-special-2 h6 {
    text-transform: uppercase;
}

.callout-success-special-2>*:last-child {
    margin-bottom: 0;
}

.callout-warning-special {
    border-left-color: #EA8600;
    background-color: #FEF7E0;
}

.callout-warning-special h3,
.callout-warning-special h4,
.callout-warning-special h5,
.callout-warning-special h6,
.callout-warning-special a {
    color: #EA8600;
}

.callout-warning-special h3,
.callout-warning-special h4,
.callout-warning-special h5,
.callout-warning-special h6 {
    text-transform: uppercase;
}

.callout-warning-special>*:last-child {
    margin-bottom: 0;
}

.callout-warning-special-2 {
    border-left-color: #f6c342;
    background-color: #fcf8e1;
}

.callout-warning-special-2 h3,
.callout-warning-special-2 h4,
.callout-warning-special-2 h5,
.callout-warning-special-2 h6,
.callout-warning-special-2 a {
    color: #f6c342;
}

.callout-warning-special-2 h3,
.callout-warning-special-2 h4,
.callout-warning-special-2 h5,
.callout-warning-special-2 h6 {
    text-transform: uppercase;
}

.callout-warning-special-2>*:last-child {
    margin-bottom: 0;
}

.callout-danger-special {
    border-left-color: #d03f00;
    background-color: #f2dede;
}

.callout-danger-special h3,
.callout-danger-special h4,
.callout-danger-special h5,
.callout-danger-special h6,
.callout-danger-special a {
    color: #d03f00;
}

.callout-danger-special h3,
.callout-danger-special h4,
.callout-danger-special h5,
.callout-danger-special h6 {
    text-transform: uppercase;
}

.callout-danger-special>*:last-child {
    margin-bottom: 0;
}

.callout-info-special {
    border-left-color: #179bd7;
    background-color: #d7edf9;
}

.callout-info-special h3,
.callout-info-special h4,
.callout-info-special h5,
.callout-info-special h6,
.callout-info-special a {
    color: #179bd7;
}

.callout-info-special h3,
.callout-info-special h4,
.callout-info-special h5,
.callout-info-special h6 {
    text-transform: uppercase;
}

.callout-info-special>*:last-child {
    margin-bottom: 0;
}

.card-alert {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}


/* Callout end */

.alert-warning-2 {
    background-color: #fcf8e1;
    border: 1px solid #f1c40f;
    color: #8a6d3b;
}

.alert-info-2 {
    background-color: #d7edf9;
    border: 1px solid #2980b9;
    color: #31708f;
}

.alert-danger-2 {
    background-color: #f2dede;
    border: 1px solid #e74c3c;
    color: #a94442;
}

.alert-success-2 {
    background-color: #dff2d5;
    border: 1px solid #27ae60;
    color: #3c763d;
}

.table thead th {
    border-bottom: 2px solid #ebebeb;
}

.bootstrap-select.show .dropdown-toggle {
    border-color: #48b0f7;
}

.btn-action label {
    vertical-align: middle;
}

.btn-radius {
    border-radius: .50rem;
}

.btn-funds {
    padding: 3px 9px;
    font-size: 11px !important;
    line-height: 20px;
    border-radius: 3px;
    color: white;
}

.home-link {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 0px 4px;
    padding-top: 3px;
}

.ql-editor {
    min-height: 200px;
}

.home-icon>svg {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 18px;
}

a.table-action.text-light:focus,
a.table-action.text-light:hover {
    color: inherit !important;
}

.table-hover .success-hover {
    background-color: #d4edda !important;
}

.table-hover .warning-hover {
    background-color: #fff3cd !important;
}

#reportsTable table,
#reportsTableDetails table,
#scheduledMain table,
#scheduledDetails table,
#shortLinksMain table,
#shortLinksDetails table,
#attachmentsMain table,
#attachmentsDetails table,
#excelUsage table,
#optouts table,
#originatorMain table,
#messageTemplatesMain table,
#ticketsMain table {
    border-top: 0px solid #ebebeb !important;
    border-bottom: 0px solid #ebebeb !important;
    border-left: 0px solid #ebebeb !important;
    border-right: 0px solid #ebebeb !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

#originatorMain table tbody tr,
#messageTemplatesMain table tbody tr,
#contactsMain table tbody tr,
#scheduledTableDetails table tbody tr,
#reportsTableDetails table tbody tr {
    cursor: pointer;
}

.table .thead-lightest th {
    color: #495057;
    background-color: #fcfdfe;
    border-color: #dee2e6;
}

.data-table.mt-0 {
    margin-top: 0 !important;
}

.data-table.mb-0 {
    margin-bottom: 0 !important;
}

.data-table thead tr th,
.addScroll thead tr th {
    outline: 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}


/* Custom color */

.bg-body {
    background-color: #f7f7ff !important;
}

.bg-base {
    background-color: #46afff !important;
}

.avatar-custom {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 0.75rem;
}

.badge-delivered {
    background-color: rgba(30, 224, 172, 1) !important;
}

.badge-failed {
    background-color: rgba(232, 83, 71, 1) !important;
}

.badge-sent {
    background-color: rgba(101, 118, 255, 1) !important;
}

.badge-sms {
    background-color: rgba(255, 212, 0, 1) !important;
}

.badge-whatsapp {
    background-color: rgba(37, 211, 102, 1) !important;
}

.badge-viber {
    background-color: rgba(143, 93, 183, 1) !important;
}

.badge-multi {
    background-color: rgba(0, 136, 204, 1) !important;
}

.badge-sent,
.badge-failed,
.badge-sent,
.badge-sms,
.badge-whatsapp,
.badge-viber,
.badge-multi {
    color: #fff;
}

.border-sms {
    border-color: rgba(255, 212, 0, 1) !important;
}

.border-whatsapp {
    border-color: rgba(37, 211, 102, 1) !important;
}

.border-viber {
    border-color: rgba(143, 93, 183, 1) !important;
}

.btn-viber {
    background-color: rgba(143, 93, 183, 1) !important;
}

.text-delivered {
    color: rgba(30, 224, 172, 1) !important;
}

.text-failed {
    color: rgba(232, 83, 71, 1) !important;
}

.text-sent {
    color: rgba(101, 118, 255, 1) !important;
}

.text-sms {
    color: rgba(255, 212, 0, 1) !important;
}

.text-whatsapp {
    color: rgba(37, 211, 102, 1) !important;
}

.text-viber {
    color: rgba(143, 93, 183, 1) !important;
}

.text-multi {
    color: rgba(0, 136, 204, 1) !important;
}

.text-red {
    color: #d83b01 !important;
}

.radio-sms,
.radio-viber,
.radio-whatsapp {
    font-weight: 300;
    letter-spacing: normal;
}

.radio-sms.active {
    color: rgba(255, 212, 0, 1) !important;
    font-weight: 500;
}

.radio-whatsapp.active {
    color: rgba(37, 211, 102, 1) !important;
    font-weight: 500;
}

.radio-viber.active {
    color: rgba(143, 93, 183, 1) !important;
    font-weight: 500;
}


/* Popover Arrow and background*/

.popover.popover-black.bs-popover-right .arrow:after {
    border-right-color: #323232;
}

.popover.popover-black.bs-popover-left .arrow:after {
    border-left-color: #323232;
}


/* End Popover Arrow and background*/


/* Form blue input forms */

.form-style input.form-control:focus,
.form-style textarea.form-control:focus,
.form-style select.form-control:focus {
    border-color: #09c !important;
    color: #4c4c4c !important;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
    box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
    background-color: rgba(0, 153, 204, .1) !important;
}

.form-style input.form-control:hover:not([disabled]),
.form-style textarea.form-control:hover,
.form-style select.form-control:hover {
    background-color: transparent;
    border-color: #0099cc;
    color: #4c4c4c;
}

.form-style input.form-control::placeholder {
    display: none;
}

.form-style label {
    cursor: pointer;
}


/* Form search */

.form-search .form-inline .form-control {
    width: 100%;
}

.form-input-w .form-inline .form-control {
    width: 100%;
}


/* For send page */

.form-style .publisher-multi {
    border: 1px solid #ebebeb;
}

.form-style .publisher-multi:focus {
    border-color: #0099cc !important;
    color: #4c4c4c !important;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15) !important;
    box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15) !important;
    background-color: rgba(0, 153, 204, .1) !important;
}

.form-style .publisher-multi:hover {
    background-color: #f9fafb;
    border-color: #0099cc !important;
    color: #4c4c4c;
}

.form-style .publisher-multi:hover {
    background-color: #f9fafb;
    border-color: #0099cc !important;
    color: #4c4c4c;
}

.form-style .publisher-multi .dropdown-menu {
    min-width: 7rem;
}

.addScroll {
    min-height: 358px;
    max-height: 358px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.sendSmsBox {
    height: 360px;
}

.messageTemplate {
    height: inherit;
}

.publisher-multi {
    border: 1px solid rgb(206, 212, 218) !important;
}

.modal-body-custom {
    overflow-y: auto;
    max-height: calc(100vh - 140px);
}

.badge-custom {
    padding: 6px 8px;
    background-color: #e3f3fc;
    border-radius: 5px;
    color: #4d5259;
}


/* Date picker */

.datepicker table tbody tr td {
    cursor: pointer;
}

.datepicker table tr td.today {
    background-color: #c8c8c8;
}

.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #a5b3c7 !important;
}


/* End For send page */


/* Phone preview */


/* The device with borders */

.smartphone {
    position: relative;
    width: 255px;
    height: 423px;
    border: 10px black solid;
    border-top-width: 40px;
    border-bottom-width: 40px;
    border-radius: 36px;
}


/* The horizontal line on the top of the device */

.smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
}


/* The circle on the bottom of the device */

.smartphone:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
}


/* The screen (or content) of the device */

.smartphone .contentPhone {
    width: 235px;
    height: 100%;
    background: white;
}

.smartphone .screen {
    max-height: 318px;
    overflow-y: auto;
}

.batteryContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.batteryOuter {
    border-radius: 3px;
    border: 1px solid #444;
    padding: 1px;
    width: 25px;
}

.batteryBump {
    border-radius: 2px;
    background-color: #444;
    margin: 2px;
    width: 1px;
    height: 3px;
}

#batteryLevel {
    border-radius: 2px;
    background-color: #73AD21;
    width: 18px;
    height: 9px;
}

.bubbledRight {
    margin-top: 20px;
    padding: 5px 9px;
    max-width: 100%;
    clear: both;
    position: relative;
}

.bubbledRight {
    text-align: left;
    -webkit-border-radius: 8px 8px 0px 8px;
    -moz-border-radius: 8px 8px 0px 8px;
    -o-border-radius: 8px 8px 0px 8px;
    -ms-border-radius: 8px 8px 0px 8px;
    border-radius: 9px 9px 0px 9px;
    background-color: #07D !important;
    color: white !important;
}

.bubbledRight:before {
    border-bottom: 9px solid #07D;
    border-right: 9px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    right: -8px;
    content: "";
}

.badge-custom-lg {
    padding: 6px 8px;
    margin: 7px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    color: #4d5259;
    font-size: 100%;
}

.phone-top-bar {
    font-size: 85%;
    color: rgb(139, 149, 165);
    user-select: none;
}

.bubble {
    background-color: #0B93F6 !important;
    color: #fff;
    line-height: 20px;
    border-radius: 8px !important;
    border-bottom-right-radius: 0px !important;
}

.bubble-viber {
    background-color: #D7F0FF !important;
    color: #4a4a4a;
}

.bubble-whatsapp {
    background-color: #dcf8c6 !important;
    color: #4a4a4a;
}

.modalBlur>*:not(.modal) {
    -webkit-filter: blur(6px);
}

.modalDesaturate>*:not(.modal) {
    -webkit-filter: saturate(0%);
}

.modal-backdrop {
    opacity: 0.65;
    filter: alpha(opacity=65);
}


/* End Phone */

.form-style .lookup input:focus {
    background-color: rgba(0, 153, 204, .1) !important;
    border-color: #0099cc;
    color: #4c4c4c;
}

.form-style .lookup input:hover {
    background-color: transparent;
    border-color: #0099cc;
    color: #4c4c4c;
}

.form-style select.form-control:focus {
    border-color: #09c !important;
    color: #4c4c4c !important;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
    box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0.15);
    background-color: rgba(0, 153, 204, .1) !important;
}

.form-style select.form-control:hover {
    background-color: transparent;
    border-color: #0099cc;
    color: #4c4c4c;
}

.form-style .clasic-dropdown option {
    background-color: #fff !important;
    color: #4c4c4c !important;
}


/* Marime icoane actiuni*/

.form-style .table-actions .table-action {
    font-size: 1rem;
    color: #212529;
}


/* Buline slider */

.form-style .slider-tick:not(.in-selection) {
    background-color: #f5f5f5 !important;
    background-image: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    filter: none;
    opacity: 1;
    border: 0px solid transparent;
}

.form-style .slider-track {
    background-color: #f0f0f0 !important;
    background-image: none;
}

.slider-tick.in-selection {
    background-color: #b5dff7;
    background-image: linear-gradient(to bottom, #b5dff7, #b5dff7);
}

.slider-selection.tick-slider-selection {
    background-color: #b5dff7;
    background-image: linear-gradient(to bottom, #b5dff7, #b5dff7);
}

.slider-handle {
    background-color: #48a1f7 !important;
    background-image: linear-gradient(to bottom, #48b0f7, #48a1f7);
}


/* Sfarsit Form blue input forms */


/* Meniu intermediar sidebar*/

.nav-bordery.menu .menu-item:hover>.menu-link:not(.active) {
    color: #4d5259;
    background-color: #f9fafb;
    box-shadow: inset 4px 0 0 #48b0f7, inset 0 -1px 0 #fff;
    transition: 0s linear;
}

.nav-bordery.menu .menu-item .menu-link {
    color: #7d858f;
    opacity: 1;
}

.nav-bordery.menu .menu-item.active {
    color: #4d5259;
    background-color: #f9fafb;
    box-shadow: inset 4px 0 0 #48b0f7, inset 0 -1px 0 #fff;
    transition: 0s linear;
}


/* Sfarsit Meniu intermediar sidebar*/

.custom-control-label::after {
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}

.custom-control-label::before {
    border: 1px solid #CED4DA;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #CED4DA;
}

#multiOrder .custom-control:last-child label.custom-control-label {
    border-bottom: 0px !important;
}

.deleteBtn {
    position: absolute;
    right: 2rem;
    top: 0.8rem;
    display: none;
}

.deleteBtn:hover {
    color: red;
}

.custom-controls-company .custom-custom-control:hover .deleteBtn,
.custom-controls-individual .custom-custom-control:hover .deleteBtn {
    display: block;
}

.deleteBtnInline {
    display: none;
}

.deleteBtnInline:hover {
    color: red;
}

table td:hover .deleteBtnInline {
    display: inline;
}

.text-underline-dotted {
    text-decoration: underline dotted;
}

.text-decoration-underline:hover {
    text-decoration: underline !important;
}

.text-article {
    letter-spacing: 0.1px;
}


/* Nav Steps 1,2,3,4*/

.nav-process-custom .nav-link::before {
    background-color: #ece3fc;
}

.nav-process-custom .nav-link {
    background-color: #ece3fc;
}


/* End */


/* Excel */

.compatibility {
    text-align: center;
    margin-right: 20px;
    min-width: 35px;
    display: inline-block;
}

.compatibility .iconite {
    background-position: left center;
    height: 35px;
    width: 35px;
    margin: 0 auto;
}

.compatibility .excel2010 {
    background: url("../img/excel-2010.png") no-repeat;
    background-size: 35px 35px;
}

.compatibility .excel2013 {
    background: url("../img/excel-2013.png") no-repeat;
    background-size: 35px 35px;
}

.compatibility .excel2016 {
    background: url("../img/excel-2016.png") no-repeat;
    background-size: 35px 35px;
}

.compatibility .excel2019 {
    background: url("../img/excel-2019.png") no-repeat;
    background-size: 35px 35px;
}


/* Link target blank */

a[target="_blank"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    display: inline-block;
}

.no-after:after {
    content: none !important;
}


/* Text center pentru card header/title

*/

.card-title.text-center {
    flex-grow: 1;
}

.lookup-filter:before {
    content: "\e6a2";
    font-family: themify;
}


/* Datatable */

table.dataTable {
    border-collapse: collapse !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#search-input::placeholder {
    color: #c9ccce;
}


/* Form group icon with flag */

.form-group-icon .form-control {
    padding-left: 2.375rem;
}

.form-group-icon .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.1rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-left: 0.6rem;
}


/* Form group icon with flag */


/* Styling for datatables pagination*/

.page-item.active .page-link {
    background-color: #48b0f7 !important;
}


/* Custom Upload + SVG icons */

.add-file-1 {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(../svg/add-file-1.svg);
    background-size: 24px 24px;
    color: #fff;
}

.add-file-2 {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(../svg/add-file-2.svg);
    background-size: 24px 24px;
    color: #fff;
}

.add-file-3 {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(../svg/add-file-3.svg);
    background-size: 24px 24px;
    color: #fff;
}

.files {
    display: block;
    text-indent: -9999px;
    width: 96px;
    height: 60px;
    background: url(../svg/files-white.svg);
    background-size: 96px 60px;
    fill: #fff;
}

.arrow-up {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(../svg/arrow-up.svg);
    background-size: 16px 16px;
}

.arrow-down {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(../svg/arrow-down.svg);
    background-size: 16px 16px;
}

.icon-local-storage {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(../svg/local-storage.svg);
    background-size: 24px 24px;
}

.icon-dropbox {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(../svg/dropbox.svg);
    background-size: 24px 24px;
}

.icon-drive {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: url(../svg/drive.svg);
    background-size: 24px 24px;
}

.upload-div {
    flex: 1 0 auto;
    width: 100%;
}

.upload-inner.hover {
    border: 2px solid #696969;
}

.upload-inner.dropped {
    background: #222;
    border: 5px solid #444;
}

.upload-container {
    display: flex;
    flex-direction: column;
}

.btn-upload.active,
.arrow-upload.active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.upload-box {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgba(51, 153, 255, 0.7);
    min-height: 260px;
    width: 100%;
}

.upload-shade {
    position: absolute;
    inset: 13px;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
    border: 2px dashed rgba(0, 0, 0, 0.15);
}

.upload-inner {
    display: flex;
    flex: 1 1 auto;
    z-index: 1;
    border: 2px dashed #ebebeb;
}

.upload-select {
    cursor: pointer;
    display: flex;
    flex: 1 1 auto;
}

.input-upload {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0px;
    border: 0px none;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.btn-choose {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    flex: 1 1 auto;
    -moz-box-pack: center;
    justify-content: center;
}

.btn-files {
    padding-bottom: 18px;
    color: white;
}

.btn-svg {
    display: flex;
    overflow: hidden;
}

.btn-svg>svg {
    display: flex;
    flex: 1 1 auto;
}

.btn-svg>svg>* {
    fill: currentcolor;
}

.btn-upload-group {
    position: relative;
    display: flex;
    border-radius: 4px;
    color: rgb(33, 33, 33);
    background-color: rgb(255, 255, 255);
}

.btn-upload:hover {
    color: inherit;
}

.btn-upload:hover {
    background-color: rgb(242, 242, 242);
}

.btn-upload:active {
    background-color: rgb(229, 229, 229);
}

.btn-upload:focus {
    outline: none;
}

.btn-upload {
    cursor: pointer;
    user-select: none;
    margin: 0px;
    outline: currentcolor none 0px;
    border: 0px none;
    width: auto;
    overflow: visible;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: inherit;
    background-color: transparent;
    transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 24px;
    height: 54px;
    position: relative;
    border-radius: 4px 0px 0px 4px;
    text-transform: uppercase;
}

.btn-upload::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

.upload-separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.arrow-upload {
    cursor: pointer;
    user-select: none;
    margin: 0px;
    padding: 0px;
    outline: currentcolor none 0px;
    border: 0px none;
    overflow: visible;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: inherit;
    background-color: transparent;
    font-family: inherit;
    line-height: inherit;
    transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    width: 54px;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 0px 4px 4px 0px;
}

.arrow-upload::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

.arrow-upload:active {
    background-color: rgb(229, 229, 229);
}

.arrow-upload:hover {
    background-color: rgb(242, 242, 242);
}

.arrow-upload:hover {
    color: inherit;
}

.arrow-upload:focus {
    outline: none;
}

.icon-sub-menu {
    overflow: hidden;
}

.icon-sub-menu>svg {
    display: block;
}

.upload-sub-menu {
    position: absolute;
    left: 0px;
    top: calc(100% + 6px);
    z-index: 600;
    box-shadow: rgba(26, 26, 26, 0.2) 0px 0px 12px;
    border-radius: 4px;
    min-width: 100%;
}

.btn-sub-menu {
    cursor: pointer;
    user-select: none;
    margin: 0px;
    outline: currentcolor none 0px;
    border: 0px none;
    overflow: visible;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 24px;
    height: 54px;
    color: rgb(26, 26, 26);
    background-color: rgb(255, 255, 255);
    width: 100%;
    position: relative;
    transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.btn-sub-menu:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-sub-menu:active {
    background-color: rgb(238, 238, 238);
}

.btn-sub-menu:hover {
    background-color: rgb(245, 245, 245);
}

.btn-sub-menu:hover {
    color: rgb(26, 26, 26);
}

.btn-sub-menu:focus {
    outline: none;
}

.sub-menu-text {
    margin-left: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.choose-file {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgb(33, 33, 33);
    user-select: none;
}

.custom-select {
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right .35rem center/24px 24px;
    background-color: #fff;
}

.custom-select.disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select.disabled:hover {
    background-color: #e9ecef !important;
}

.custom-select-no-hover:hover {
    background-color: #fff !important;
}


/* End Custom Upload + SVG icons */


/* Scheduled Type select*/

.radio-tile-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.radio-tile-group .input-container {
    position: relative;
    height: 7rem;
    width: 7rem;
    margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #079ad9;
    border-radius: 5px;
    padding: 1rem;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 100ms ease;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    background-color: #079ad9;
    border: 2px solid #079ad9;
    color: white;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    color: black;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
    fill: white;
    background-color: #079ad9;
}

.radio-tile-group .input-container .icon svg {
    fill: #079ad9;
    width: 3rem;
    height: 3rem;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: white;
    background-color: #079ad9;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #079ad9;
}


/* Payment method Radio buttons */

.radiobtn {
    position: relative;
    display: block;
}

.radiobtn label {
    display: block;
    color: #444;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #CED4DA;
    margin-bottom: 5px;
    cursor: pointer;
}

.radiobtn label:after,
.radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.radiobtn label:before {
    background: transparent;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iIzQ4YjBmNyIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radiobtn input[type="radio"]:checked+label {
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #48b0f7 !important;
    background-color: #e3f3fc !important;
}

.radiobtn input[type="radio"]:checked+label:before {
    width: 20px;
    height: 20px;
}

.custom-custom-control input:checked~label {
    font-weight: 500;
}


/* End payment methods */


/* Input icon for amount currency - Page Add funds*/

.input-icon {
    position: relative;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    font-size: 13px;
}

.input-icon>input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right>i {
    right: 0;
}

.input-icon-right>input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

button.dropdown-item {
    color: #60666f;
    font-weight: 300;
    padding: .25rem 1.5rem;
    width: 100%;
    margin: 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    display: block;
}

button:disabled {
    cursor: default !important;
    pointer-events: all !important;
}

.quiet-hours {
    line-height: 1.5;
}

.apiKey {
    cursor: auto !important;
}

.copy-input {
    line-height: inherit;
}

a.hover-info:hover {
    color: #48b0f7 !important;
}

.inner-addon {
    position: relative;
}

.inner-addon .show-password {
    height: calc(1.5em + .75rem + 2px);
    position: absolute;
    padding: 0.90rem 0.60rem;
}

.inner-addon-2 .show-password {
    padding: 0.60rem 0.60rem;
}

.inner-addon .show-password span {
    font-size: 18px;
    color: #8b95a5 !important;
}

.left-addon .show-password {
    left: 0.15rem;
}

.right-addon .show-password {
    right: 0.15rem;
}

.left-addon input {
    padding-left: 40px;
}

.right-addon input {
    padding-right: 40px;
}

.register-legal:after {
    content: none !important;
    display: none;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    color: #8b95a5;
    padding: 1px 3px;
    background-color: #fcfdfe;
    border-color: black;
    color: #8b95a5;
    border: 1px solid #ebebeb;
    width: 15px;
    height: 15px;
}

.sortable-ghost {
    opacity: .5 !important;
}

.blue-background-class {
    background-color: #C8EBFB !important;
    opacity: .5 !important;
}

.bg-pale-active {
    background-color: #f9fafb;
}

.list-group .list-group-item {
    border-bottom: 1px solid #dee2e6 !important;
}


/*# sourceMappingURL=style.css.map */

.smartphone.viber,
.smartphone.whatsapp,
.smartphone.sms {
    width: 295px;
    height: 525px;
}

.smartphone .contentPhone.contentViber,
.smartphone .contentPhone.contentWhatsapp,
.smartphone .contentPhone.contentSms {
    width: 276px;
}

.smartphone .screen.viber,
.smartphone .screen.whatsapp,
.smartphone .screen.sms {
    height: 100%;
    max-height: 420px;
}

.w-11 {
    width: 1.1em;
}

.no-outline {
    outline: 0 !important;
}

input.error {
    border: 1px solid #FF7C7C !important;
}

#error-msg {
    color: #FF7C7C;
}

#valid-msg {
    color: #00C900;
}

.w-14px {
    width: 14px !important;
}

.tooltip {
    pointer-events: none;
}

.export-dropdown {
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}

.export-dropdown>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}

.export-dropdown>li>a:hover,
.export-dropdown>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.stick-top-card {
    top: 100px;
}

.user-select-none {
    user-select: none;
}

.lh-10 {
    line-height: 10px !important;
}

.modal-xxl {
    max-width: 1280px !important;
}