
.stripe-color {
    color: #424770;
}

/* PRELOADER */
.loading .preloader {
    display: block;
}

.text-green {
    color: #00FF00;
}

.btn-primary {
    color: #122F3B;
    background-color: #0BAAE2;
    border-color: #0BAAE2;
}

.btn-primary:hover {
    color: #09181F;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
}

.btn-primary.focus, .btn-primary:focus {
    color: #09181F;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a7d4e4;
    border-color: #a7d4e4;
    opacity: .9;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #09181F;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
}

/* BTN SECONDARY  */
.btn-danger {
    color: #fff;
    background-color: #ee4f5e;
    border-color: #ee4f5e;
}

/* BTN SECONDARY  */
.btn-secondary {
    font-weight: 500;
    color: #133340;
    background-color: #D2EF2B;
    border-color: #D2EF2B;
}

.btn-secondary i {
    color: #133340;
}

.btn-secondary:hover {
    color: #09181F;
    background-color: #ecff7e;
    border-color: #ecff7e;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #09181F;
    background-color: #ecff7e;
    border-color: #ecff7e;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    color: #09181F;
    background-color: #ecff7e;
    border-color: #ecff7e;
}

/* BTN INFO  */
.btn-info {
    font-weight: 500;
    color: #133340;
    background-color: #059EE9;
    border-color: #059EE9;
}

.btn-info i {
    color: #133340;
}

.btn-info:hover {
    color: #09181F;
    background-color: #52b6e8;
    border-color: #52b6e8;
}

.btn-info.focus, .btn-info:focus {
    color: #09181F;
    background-color: #52b6e8;
    border-color: #52b6e8;
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.show>.btn-info.dropdown-toggle {
    color: #09181F;
    background-color: #52b6e8;
    border-color: #52b6e8;
}


.preloader {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgba(255,255,255,.6);
}

.content-loader:before {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 35px;
    height: 35px;
    border: solid 1px transparent;
    border-top-color: #26456d;
    border-left-color: #26456d;
    border-radius: 50%;
    -webkit-animation: loading-spinner .4s linear infinite;
    animation: loading-spinner .4s linear infinite;
}

.content-loader:after {
    content: '100%';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


/* NEW LOADER */

.loading .circle-wrap {
    display: block;
}

.circle-wrap {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-color: rgb(255 255 255 / 15%);
    width: 100%;
    height: 100%;
}
.circle-wrap .circle {
    width: 40px;
    height: 40px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.circle-wrap.circle-wrap-mini .circle {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
}

.circle-wrap .preloader-spinner {
    position: absolute;
    width: 46px;
    height: 46px;
    left: -3px;
    top: -3px;
    border: solid 1px transparent;
    border-top-color: #D2EF2B;
    border-left-color: #D2EF2B;
    border-radius: 50%;
    -webkit-animation: loading-spinner .4s linear infinite;
    animation: loading-spinner .4s linear infinite;
    -webkit-animation: loading-spinner .4s linear infinite;
    animation: loading-spinner .4s linear infinite;
}
.circle-wrap.circle-wrap-mini .preloader-spinner {
    width: 31px;
    height: 31px;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap.circle-wrap-mini .circle .mask,
.circle-wrap.circle-wrap-mini .circle .fill {
    width: 26px;
    height: 26px;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 40px, 40px, 20px);
}

.circle-wrap.circle-wrap-mini .circle .mask {
  clip: rect(0px, 26px, 26px, 13px);
}


.circle-wrap .circle .mask .fill {
  clip: rect(0px, 20px, 40px, 0px);
  background-color: #cca512;
}

.circle-wrap.circle-wrap-mini .circle .mask .fill {
  clip: rect(0px, 13px, 26px, 0px);
  background-color: #cca512;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
 
  /*transform: rotate(126deg);*/
}

.circle-wrap .inside-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    background-color: transparent;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-weight: 500;
    font-size: 8px;
}

.circle-wrap.circle-wrap-mini .inside-circle {
    width: 20px;
    height: 20px;
}

/* INPUT LOADING */
.input-loading-spinner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.75rem;
    z-index: 3;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    pointer-events: none;

}

.input-group .input-loading-spinner {
    right: 90px;
}

.input-loading-spinner:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 12;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
}

.input-loading-spinner:after {
    position: absolute;
    display: block;
    content: "";
    z-index: 11;
    width: 12px;
    height: 12px;
    border-radius: 200px 0 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0, #459ad7 50%, #459ad7 100%);
    animation: loading 0.5s linear infinite;
}

.autocomplete-container {
    position: relative;
}

@keyframes loading {
  0% {
    transform-origin: 100% 100%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 100% 100%;
    transform: rotate(360deg);
  }
}

/* BTN */
.btn.loading {
    position: relative;
}

.btn .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-width: .20em;
}

.btn-sm .spinner-border {
    width: 1.2rem;
    height: 1.2rem;
    border-width: .15em;
}

.btn-lg .spinner-border {
    width: 2rem;
    height: 2rem;
    border-width: .25em;
}


.btn.loading .spinner-border {
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0!important;
    margin: auto;
}


/* DLIST CONTENT */
.dlist {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-bottom: 5px;
}

.dlist dt.label{
    font-weight: bold;
}

.dlist dd.value{
    margin-bottom: 0;
}

.dlist.inline-big dt.label,
.dlist.inline-big dd.value {
    font-size: 23px;
    font-weight: bold;
}

/* BTN LABEL */
.btn-label {
    border-radius: .25rem;
    padding-left: 45px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    outline: none;
    white-space: nowrap;
}

.btn-label span.label {
    position: absolute;
    width: 45px;
    height: 100%;
    font-size: 1.15rem;
    top: 0;
    left: 0;
}

.btn-label.btn-sm span.label {
    font-size: .9rem;
}

.btn-label.btn-lg span.label {
    font-size: 1.3rem;
}

.btn-label span.label i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*ITEM SIDE*/
.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}

.itemside p {
    margin-bottom: 0;
}

/* GRID DIVIDER */
.grid-divider {
    overflow-x: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}

.grid-divider > [class*="col-"]:nth-child(n + 2):after {
    content: "";
    background-color: #BBC6CC;
    position: absolute;
    top: 0;
    bottom: 0;
}

.crop-btn-group {

}

.crop-btn-group.btn-group>.btn-group:not(:last-child)>.btn, 
.crop-btn-group.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
}

.crop-btn-group.btn-group>.btn-group:not(:first-child)>.btn, 
.crop-btn-group.btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
}


/*bootstrap-float-label.css*/
.has-float-label{
    display:block;
    position:relative;
    width:100%;
}
.has-float-label label,.has-float-label>span{
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -0.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1.2;
    padding: 0 3px;
    background: #fff;
    font-weight: normal;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
}
.has-float-label>span{/*For select2-bootstrap dropdown set top,left margin 0*/
    top:0;
    left:0;
}
.has-float-label label::after,.has-float-label>span::after{
    content:" ";
    display:block;
    position:absolute;
    background:#fff;
    height:2px;
    top:50%;
    left:-.2em;
    right:-.2em;
    z-index:-1;
}
.has-float-label .form-control::-webkit-input-placeholder{
    opacity:1;
    -webkit-transition:all .2s;
    transition:all .2s;
}
.has-float-label .form-control::-moz-placeholder{
    opacity:1;
    transition:all .2s;
}
.has-float-label .form-control:-ms-input-placeholder{
    opacity:1;
    transition:all .2s;
}
.has-float-label .form-control::placeholder{
    opacity:1;
    -webkit-transition:all .2s;
    transition:all .2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{
    opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder{
    opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder{
    opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder{
    opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+*{
    font-size:100%;
    color: #6c757d;
    opacity: 1;
    top:.3em;
}
.input-group .has-float-label{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    margin-bottom:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    margin-top: 4px;
}

.line-through {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.line-through.center {
    text-align: center;
}

.line-through.left:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ced4da;
}

.line-through.right:before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ced4da;
}

.line-through.center:before, 
.line-through.center:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ced4da;
}


.line-through.center:after {
    margin-right: -51%;
    text-align: right;
}
.line-through.center:before {
    margin-left: -51%;
    text-align: right;
}

.line-through.left:after {
    margin-left: 10px;
    text-align: left;
}

.line-through.right:before {
    margin-left: -100%;
}



.line-through.right {
    margin-right: 10px;
    text-align: right;
}

.g-recaptcha.is-invalid {
    border: 1px solid #dc3545;
    border-radius: .25rem;
}

.d-left-right {
    margin-bottom: .5rem;
}

.d-left-right .label {
    font-weight: 500;
    color: #000000;
}

.d-left-right.total {
    font-size: 1.5rem;
}

.d-left-right.total .label {
    font-weight: 700;
}

.form-group-icon  i.form-group-icon {
    color: #6c757d;
    position: absolute;
    top: 0;
    padding: .65rem;
}

.form-group-icon .has-float-label .form-control {
    padding: .375rem .75rem .375rem 2rem;
}

.form-group.form-group-icon .has-float-label .form-control:placeholder-shown:not(:focus)+*{
    left: 2rem;
}



/* CROPPER */

.fileinput[data-cropper="true"] .fileinput-element img {
    position: initial;
    margin: initial;
}