
@font-face {
    font-family: 'EuclidWU-Bold';
    src: url('../fonts/EuclidWU-Bold-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Bold-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Bold-WebS.svg') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Bold-WebS.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Bold-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'EuclidWU-Regular';
    src: url('../fonts/EuclidWU-Regular-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Regular-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Regular-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Regular-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Regular-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'EuclidWU-Light';
    src: url('../fonts/EuclidWU-Light-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Light-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Light-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Light-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Light-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'EuclidWU-Medium';
    src: url('../fonts/EuclidWU-Medium-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Medium-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Medium-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Medium-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Medium-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* Font Styling End */
.loader {
    position: relative;
    margin: 37px auto;
    float: none;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
}
.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-holder-one {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.spinner-holder-two {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.loader-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid #f5a623;
    box-sizing: border-box;
}  
  .animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin:100% 100%;
}
.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.text {
    text-align: center;
    font-size: 30px;
    color: rgb(10, 0, 5) !important;
    font-family: 'EuclidWU-Medium';
    font-weight: bold;  
}

/* Custom */

/* .yellowcircle{
    margin: 37px auto;
    float: none;
    width: 121px !important;
    height: 121px !important;
}
.yellowcircle span.time-text{
    display: block;
}

.yellowcircle .text{
    color: rgb(10, 0, 5) !important;
    font-family: 'EuclidWU-Medium';
    font-size: 30px !important;
    font-weight: 500;
}

.yellowcircle .time-text{
    color: rgb(10, 0, 5);
    font-family: 'EuclidWU-Regular';
    font-size: 22px;
    line-height: 10px;
} */

/* .loader-bg {
    display: block;
    padding-top: 34px;
    spadding-top: 22px;
    width: 121px !important;
    height: 121px !important;
}

.loader-spinner{
    border: 5px solid #f5a623;
} */