@-webkit-keyframes time {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes mask {
    0% {
        background: #eee;
        -webkit-transform: rotate(0deg);
    }
    50% {
        background: #eee;
        -webkit-transform: rotate(-180deg);
    }
    50.01% {
        background: #33b5e5;
        -webkit-transform: rotate(0deg);
    }
    100% {
        background: #33b5e5;
        -webkit-transform: rotate(-180deg);
    }
}
@-webkit-keyframes maskexp {
    0% {
        background: #eee;
        -webkit-transform: rotate(0deg);
    }
    50% {
        background: #eee;
        -webkit-transform: rotate(-180deg);
    }
    50.01% {
        background: #687180;
        -webkit-transform: rotate(0deg);
    }
    100% {
        background: #687180;
        -webkit-transform: rotate(-180deg);
    }
}

tr:hover {
	-moz-box-shadow: 12px 0px 12px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 12px 0px 12px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 12px 0px 12px 0 rgba(0, 0, 0, 0.5);
	background: #F2F4F4;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	margin-left: 0;
}
.dataTables_wrapper .dataTables_processing {
	height: inherit;
	padding: 10px 0;
	z-index: 9999;
}
div.dataTables_scrollBody {
    border-left: none !important;
}
body.dark-layout .dataTables_wrapper .dataTables_length, body.dark-layout .dataTables_wrapper .dataTables_filter, body.dark-layout .dataTables_wrapper .dataTables_info, body.dark-layout .dataTables_wrapper .dataTables_processing, body.dark-layout .dataTables_wrapper .dataTables_paginate {
	color: #8A99B5;
}
body.dark-layout table.dataTable tbody tr {
	background-color: transparent;
}
body.dark-layout table.dataTable tbody tr:hover, body.dark-layout table.dataTable thead tr:hover {
	background-color: #1A233A;
	box-shadow: none;
	-webkit-box-shadow: none;
}
body.dark-layout .nav.nav-tabs ~ .tab-content {
	color: #8A99B5;
}
#order_tab_panel .nav.nav-tabs ~ .tab-content {
	padding-left: 0;
}
.btn.tb_copy {
	padding: 2px 5px;
}
.snipe_alert_mod {
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    margin-left: 0;
    animation: acd-animatetop .2s;
    width: 100%;
    display: block;
}
.snipe_alert {
    text-align: left;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 4px;
    top: 0px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: auto;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body.dark-layout .snipe_alert {
	background-color: #192239;
	color: #727E8C;
}
.snipe_alert:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.snipe_alert_icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: table;
}
.snipe_alert_icon i {
    background: #FFC007;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    display: table-cell;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.snipe_alert_type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}
.snipe_alert_msg {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}
.snipe_alert_cnt {
    padding-left: 70px;
    padding-right: 35px;
}
.snipe_alert_close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 14px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    text-align: center;
    vertical-align: middle;
}
.snipe_alert.snipe_warning:before {
    background-color: #FFC007;
}
.snipe_alert.snipe_succes:before, .snipe_alert.snipe_succes .snipe_alert_icon i {
    background-color: #2BDE3F;
}
.snipe_alert.snipe_info:before, .snipe_alert.snipe_info .snipe_alert_icon i {
    background-color: #1D72F3;
}
.google-btn {
    height: 38px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    display: inline-block;
    padding: 0 10px 0 50px;
}
.google-btn.gexp {
    background-color: #687180;
}
.google-btn.disable {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}
.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background-color: #fff;
    left: 0px;
    top: 0px;
}
.google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 14px;
    height: 14px;
}
.google-btn .btn-text {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 38px;
}
.timer {
    background: -webkit-linear-gradient(left, #33b5e5 50%, #eee 50%);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    position: relative;
    -webkit-animation: time 5s steps(2000, start) infinite;
      -webkit-mask: radial-gradient(transparent 50%,#000 50%);
      mask: radial-gradient(transparent 50%,#000 50%);
    margin: 10% auto;
}
.timer.gexp {
    background: -webkit-linear-gradient(left, #687180 50%, #eee 50%);
}
.mask {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    -webkit-animation: mask 5s steps(1000, start) infinite;
    -webkit-transform-origin: 100% 50%;
}
.gexp .mask {
    -webkit-animation: maskexp 5s steps(1000, start) infinite;
}
.textfield-area {
    position: relative;
    padding-top: 50px;
}
.textfield-area .emoji-fs {
    position: absolute;
    top: 10px;
    left: 0;
}
.textfield-area .shortcode-fs {
    position: absolute;
    top: 10px;
    right: 0;
}
.textfield-area .template-fs {
    position: absolute;
    top: 10px;
    right: 100px;
}
.textfield-area input[type="file"][readonly], .emoji-button.emoji-fs.disabled, .textfield-area input[type="text"][readonly], .textfield-area textarea[readonly] {
    pointer-events: none;
    opacity: 0.5;
}
.bootstrap-select .dropdown-toggle.btn-light {
    background-color: #fff !important;
    border-color: #dfe3e7;
    border-width: 1px;
    color: #475f7b;
}
.bootstrap-select .dropdown-toggle.btn-light:focus {
    border-color: #5A8DEE;
    color: #475f7b !important;
}
button[class^="clear_field_"] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FF5B5C;
    margin: 0;
    border: none;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-size: 1.5em;
    padding: 3px;
    line-height: 1;
}
button[class^="remove_field_"] {
    position: absolute;
    top: 10px;
    right: 35px;
    color: #FF5B5C;
    margin: 0;
    border: none;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-size: 1.5em;
    padding: 3px;
    line-height: 1;
}
.select2-container--default .select2-selection--multiple {
    border-color: #DFE3E7;
}
select.form-control.is-invalid + .select2-container .select2-selection {
    border-color: #FF5B5C !important;
    border-radius: 4px;
    padding-right: calc(1.4em + 1.269rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23FF5B5C\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23FF5B5C\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E');
    background-repeat: no-repeat;
    background-position: center right calc(.35em + .235rem);
    background-size: calc(.7em + .47rem) calc(.7em + .47rem);
}
select.form-control.is-valid + .select2-container .select2-selection {
    border-color: #39DA8A !important;
    padding-right: calc(1.4em + 1.269rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2339DA8A\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: center right calc(.35em + .235rem);
    background-size: calc(.7em + .47rem) calc(.7em + .47rem);
}
.position-relative input[type="number"].form-control {
    padding-right: .8rem;
}

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
.loader .percent {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    text-align: center;
    color: #fff;
    margin: -10px 0 0 -35px;
    height: 20px;
    font-weight: bold;
    line-height: 1;
}
 




/* 
* Responsive layout
*/
@media (min-width:480px) {
    .snipe_alert_mod {
        top: 15px;
        right: 15px;
        width: auto;
        left: inherit;
    }
    .snipe_alert {
        width: 350px;
        margin: 0;
    }
}
@media (min-width:768px) {
    .snipe_alert_mod {
        top: 25px;
        right: 25px;
    }
}