

.custom-col-25 {
    width:25% !important;
}
.custom-width-100 {
    width: 100% !important;
}
.custom-margin-top-o {
    margin-top:0px !important;
}
.custom-padding-o {
    padding:0px !important;
}
.custom-padding-bottom-o {
    padding-bottom:0px !important;
}
.custom-padding-top-o {
    padding-top:0px !important;
}
.custom-padding-right-o {
    padding-right:0px !important;
}
.custom-padding-left-o {
    padding-left:0px !important;
}
.custom-padding-rl-5{
    padding-left: 5px;
    padding-right: 5px;
}
.custom-no-background {
    background-color: transparent !important;
}
.img-100 {
    height:100px !important;
}
.img-25 {
    height:25px !important;
}
.custom-margin-o{
    margin:0px !important;
}
.custom-margin-right-o {
    margin-right:0px !important;
}
.custom-margin-left-o {
    margin-left:0px !important;
}
.white{
    color:#ffffff !important;
}
.img-fix{
    width:150px !important;
    height: 100px !important;
}
.img-fix-1{
    width:150px !important;
    height: 50px !important;
}
.display{
    display: block !important;
}
.danger{
    color: #f4516c;
}
.d-d-none{
    display: none;
}
.d-display{
    display: block;
}
.m-menu__link-text{
    color:#ffffff;
}
.m-form .m-form__group.m-form__group--first, .m-form .m-form__group:first-child{
    padding-top: 15px;
}
.required-field::after {
    content: "*";
    color: red;
}
.custom-icon{
    color: #384ad7;
}
.custom-bottom{
    border-bottom: solid;
    border-bottom-color: #384ad7;
    border-bottom-width: 1px;
}

.custom-limit {
    width: 223px;
    display: inline-block;
    height: 50px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.circleShadow {
    max-width:90px;
    max-height:100px;
    border: solid 1px #f3f3f3;
    box-shadow: 4px 1px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 4px 1px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 4px 1px 5px rgb(0 0 0 / 5%);
    -o-box-shadow: 4px 1px 5px rgb(0 0 0 / 5%);
}

.fw-bold{
    font-weight: bold;
}
.square-border {
    border-style: dashed; border-color: #2e40d4; text-align: center; border-width: 0.1em;
}
.custom-separator{
    border-bottom:1px solid #ebedf2;
    margin-bottom:25px !important; width:100%;
}
.separator{
    margin-top: 2em;
    margin-bottom: 2em;
}
.bg-gray-1000 {
    background-color: #f4f3f3;
}
.px-15 {
    padding-bottom: 15px !important;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #b8b8b8 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius: 25px;
    border: 3px solid #ffffff;
}
.increment,.decrement {cursor: pointer;}

.pointor {cursor: pointer;}

.custom-bg-gray-1000{
    background-color: #f4f3f3 !important;
}
.fs-10{
    font-size: 10px;
}
.tims-input-group-text {
    color: #3F4254 !important;
}

.col-space-o-1 {
    padding-right:0px !important;
    margin-right:0px !important;
    margin-left:0px !important;
}
.col-space-o-2 {
    padding:0px !important;
    margin-right:0px !important;
    margin-left:0px !important;
}
.arabic {
    text-align: right;
}
.pl-75{
    padding-left: 75%;
}
.text-success {
    color: #2ca189;
}

.m--margin-bottom-o {
    margin-bottom: 0px !important;
}

.m--padding-rl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.label.label-lg.label-inline {
    width: auto;
}
.label.label-inline.label-lg {
    padding: 0.9rem 0.75rem;
}
.label.label-inline {
    width: auto;
}
.label.label-inline {
    width: auto;
    padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
}
.label.label-light-success {
    color: #3699FF !important;
    background-color: #E1F0FF;
}
.label.label-light-grey{
    color: #000 !important;
}
.label.label-light-primary{
    color: #1BC5BD !important;
    background-color: #C9F7F5;
}
.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 0.8rem;
    background-color: #EBEDF3;
    font-weight: 500;
    font-size: 0.8rem;
}

.loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff60;
    z-index: 9999;
  }

  .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }

  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #333;
    border-color: #716aca transparent #716aca transparent;
    animation: lds-hourglass 1.2s infinite;
  }

@keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
}

/**Timeline**/
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.hide {
    display: none;
}

.visible {
    display: inherit !important;
}
