body {
    margin: 0;
    font-size: 14px;
}

.logo {
    width: 100px;
}

.navbar {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    top: 0;
    z-index: 2;
}

header {
    border-radius: 50px;
    background: #dadada;
    box-shadow: 0px 0px 20px #b9b9b9, -20px -20px 60px #fbfbfb;
}

.mt-84 {
    margin-top: 84px;
}

section {
    margin: 20px 20px;
}

.count {
    background: #2b90d9;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 2px;
}

label {
    font-weight: 500;
}

.label-data {
    font-weight: normal;
}

.f-w-500 {
    font-weight: 500;
}

.w50 {
    width: 50%;
}

.ques {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.text-red {
    color: red;
}

.ml-30 {
    margin-left: 30px;
}

.radio-btn input[type="radio"] {
    display: none !important;
}

.radio-btn label {
    display: inline-block;
    background-color: #dedede;
    padding: 5px 5px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0 5px;
}

.radio-btn input[type="radio"]:checked+label {
    background-color: #2b90d9;
    color: #ffffff;
}

.yesbtn,
.nobtn {
    width: 60px;
    text-align: center;
    border-radius: 4px;
}

.hide {
    display: none;
}


/* .side-border {
    border-right: 1px solid #dadada;
} */
/*---Virtual Card*/

.vcard_wrapper {
    height: 200px;
    width: 400px;
    perspective: 300px;
    margin-top: 10%;
}

.vcards .back,
.vcards .face {
    background: linear-gradient(#8c8c8c, #737373);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    width: 340px;
}

.vcards .face .head {
    display: flex;
    justify-content: space-between;
    margin: 16px 16px 0 16px;
}

.vcards .face .head .title {
    font-weight: 600;
    font-size: 20px;
}

.vcards .face .main {
    margin: 16px 16px 0 16px;
}

.vcards .face .main .number-title {
    color: #cccccc;
}

.vcards .face .main .number {
    font-size: 24px;
}

.vcards .face .dates {
    display: flex;
    max-width: 100px;
    justify-content: space-between;
    margin: 16px 16px 16px 16px;
}

.vcards .back {
    -webkit-animation: demo 3s ease-in-out;
    animation: demo 3s ease-in-out;
    transform: translateX(0) translateY(0);
    transition: transform 1s;
    background: linear-gradient(#828282, dimgray);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.vcards .back .magnetic-line {
    background: #000;
    margin-top: 16px;
    height: 32px;
    width: 100%;
}

.vcards .back .cvv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin: 0 16px 66.6666666667px 0;
    text-align: end;
    padding-right: 8px;
    width: 235.6666666667px;
    height: 24px;
}

.vcards:hover .back {
    transform: translateX(200px) translateY(-50px);
    transition: transform 1s;
}
#header_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url(http://localhost/Edtargethix/edtargethix_app/assets/images/spinner.gif) no-repeat center center rgba(0, 0, 0, 0.80);
    top: 0;
}