body {
    font-family: 'Poppins', sans-serif !important;
    font-family: 'Poppins';
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Poppins/Poppins-Thin.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Poppins/Poppins-bold.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Poppins/Poppins-Black.ttf');
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins/Poppins-Black.ttf') format('truetype');
}

:root {
    --dark: #464644;
    --blue: #39ace2;
    --gray: #f7f7f7;
    --danger: #dc3545;
    /* --gray: #ececec; */
    --light: #fefefe;
}

body {
    margin: 0px;
}

.text-center {
    text-align: center;
}

input[type=button] {
    /* -webkit-appearance: none; */
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* background-color: aliceblue;
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; */
    height: 40px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    margin-bottom: 2px;
}

/* input[type=text],
input[type=number] {
    height: 40px;
    width: 100%;
    padding: 0px;
    -webkit-appearance: none;
    margin: 0px;
} */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

select {
    height: 40px;
    width: 100%;
    padding: 0px;
    /* -webkit-appearance: none; */
    font-size: 1em;
}

input {
    font-size: 1em;
}

.page-content-table {
    margin: auto;
    width: 400px;
}

.field-name {
    font-weight: bold;
}

.full-width tr,
.full-width tr td {
    display: block;
}

.order-status-wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}

.order-status-wrap:last-of-type {
    margin-bottom: 20px;
    border-bottom: 0px;
}

@media screen and (max-width : 480px) {
    .page-content-table {
        width: 90%;
    }
}

/* ADD NEW STYLE */
body.gradiant_bg {
    background: linear-gradient(125deg, #f3f2f2, #fbfbfb, #fff)
}

.background_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background: red; */
    left: 0;
    top: 0;
    /* background: linear-gradient(45deg, #e7e7e7, #ffffff00); */
    /* background: transparent;*/
    z-index: -5;
}

.background_cont .ball {
    position: absolute;
    width: 200px;
    opacity: .5;
    height: 200px;
    background: linear-gradient(246deg, #9bd5eb, transparent);
    /* background: linear-gradient(246deg, #0396da, transparent); */
    border-radius: 100% !important;
}

.background_cont .ball-xl {
    width: 400px !important;
    height: 400px !important;
}

.background_cont .ball-sm {
    width: 100px !important;
    height: 100px !important;
}

.ball_1 {
    top: 0;
    left: -260px;
}

.ball_2 {
    top: calc(97% - 100px);
    right: calc(30% - 100px);
}

.pg_title {
    margin: 10px 0;
    color: var(--dark);
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
}

.pg_title_md {
    margin: 10px 0;
    color: var(--dark);
    font-size: 30px;
    font-weight: 500;
}

.app_btn {
    width: 100%;
    height: 55px;
    color: var(--light);
    background: var(--blue);
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.app_btn.app_btn-outer {
    color: var(--blue);
    border: 1px solid var(--blue);
    background: none;
}

/* datalist {
    width = 100% !important;
} */

.sec_img {
    width: 100%;
    height: auto;
}

.link_sm {
    color: var(--blue);
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
    text-decoration: none;
}

.text_dark {
    color: var(--dark) !important;
}

.text_danger {
    color: var(--danger) !important;
}

.initHide {
    display: none;
}

.page-content {
    position: relative;
}

.page-content-img {
    /* background-image: url('bg_banner.svg');
    background-repeat: no-repeat; */
    /* background-size: 142% 90%; */
    /* height: 100%;
    width: 100%; */
    /* height: 600px; */
    /* background-position: 135% -30px;
    background-size: 968px; */
    /* background-image: url(bg_banner.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: 142% 90%; */
    /* height: 600px; */
    /* background-position: calc(100% - -118px) 142% ;
    background-size: 904px; */
}

.cfade {
    position: static;
    visibility: visible;
    transition: all .5s;
    animation: fading .5s linear forwards;
}

@keyframes fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.sec_desc {
    width: 100%;
    line-height: 35px;
}

.desc_title {
    color: var(--blue);
    font-weight: 500;
    margin-right: 5px;
}

.desc_text {
    color: var(--dark);
    font-weight: 500;
    margin-right: 10px;
}

/* .sec_desc.desc_title {
    float: left;
    display: block;
} */
.field_title_top {
    margin-bottom: -11px;
    margin-top: 15px !important;
    font-size: 15px;
}

.field_title_bott {
    font-size: 12px;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: -10px;
}

.sec_active {
    display: block;
}

.sec_inactive {
    display: none;
}

.paging_cont {
    text-align: center;
}

.p_prev {
    border: none;
    color: var(--light);
    background: var(--blue);
    float: left;
}

.p_next {
    border: none;
    color: var(--light);
    background: var(--blue);
    float: right;
}

/* floating input */
.floating-label {
    position: relative;
    z-index: 2;
}

.floating-label label {
    color: var(--dark);
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-label .label-sm {
    font-size: 12px !important;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 18px;
    display: block;
    width: 100%;
    height: 55px;
    background-color: var(--light);
    border: 1px solid var(--gray);
}

.floating-input.floating-input-outer,
.floating-select.floating-select-outer {
    color: var(--dark);
    border: 1px solid var(--dark);
    background: none;
}

.floating-input:focus,
.floating-select:focus,
.floating-textarea {
    outline: none;
    /* border-bottom: 1px solid #e5e5e5; */
}

.floating-input:focus~label,
.floating-textarea:focus~label,
.floating-input:not(:placeholder-shown)~label,
.floating-textarea:not(:placeholder-shown)~label {
    top: -9px;
    font-size: 14px;
    color: var(--blue);
    background: var(--gray);
    padding: 0px 13px 0px 11px;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -9px;
    font-size: 14px;
    color: var(--blue);
    background: var(--gray);
    padding: 0px 13px 0px 11px;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}

/* active state */
.floating-input:focus~.highlight,
.floating-select:focus~.highlight,
.floating-textarea:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: var(--blue);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: var(--blue);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: var(--blue);
    }

    to {
        width: 0;
        background: transparent;
    }
}

/* floating input end */

.side_banner {
    position: absolute;
    top: 0;
    right: -8%;
    width: 68%;
}

/* bootstrap css changes */

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* end bootstrap css changes */

.pt_cont {
    padding-top: 3rem !important;
}

.longpt {
    margin-top: 1.5rem !important;
}


.loading {
    text-align: center;
    padding-top: 10px;
    background: none;
    width: 100vw;
    height: 100vh;
}

@keyframes blink {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 0.0;
    }
}

.loading span {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 1s;

    -moz-animation-name: blink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -moz-animation-duration: 1s;

    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    animation-duration: 1s;
}