.nav-sidebar>.nav-item .nav-icon{
    margin-right: 0.7rem !important;
}

.small-box.custom-bordered{
    border: 3px solid;
    border-radius: 22px;
    background: #ffffff !important;
}
.small-box.landing-page{
    border: 3px solid;

    border-radius: 22px;
}
.landing-page h3{
    margin-bottom: 10px;
}
.landing-page p{
    font-size: 1.3rem !important;
}

.custom-bordered h3{
    margin-bottom: 10px;
}
.custom-bordered p{
    font-size: 1.3rem !important;
}

.error-validation-messages{
    font-weight: bold;
    color: red;
    font-size: 12px;
    padding-left: 10px;
}
.select2-container .select2-selection--single{
    height: 100% !important;
    width: 100% !important;
}
.pagination .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    -webkit-border-radius: 50%; border-radius: 50%;
}
.pagination .page-item .page-link:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pagination .page-item.active .page-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.paginate_button{
    width: 42px !important;
    text-align: center !important;
}
.pagination .page-item.active .page-link{
    box-shadow: 0px 0px 7px #007bff !important;
}
.card-title{
    font-size: 1.3rem;
    color: #ffffff;
}
.table thead {
    font-size: 16px !important;
    line-height: 1 !important;
    background-color: #E4EFFF!important;
    color: #385EC0!important;
}
.table-bordered td, .table-bordered th {
    border-color: #d1e1f6;
}
.Details table tbody tr th{
    background-color: #E4EFFF !important;
    width: 135px !important;
    /*border-color: #c8a8ef !important;*/
}
.Details.order table tbody tr th{
    width: 200px !important;
    padding: 8px;
}
/*.Details table{*/
/*    border-collapse:separate;*/
/*    border-spacing: 0 0.5em;*/
/*}*/
.bg-main{
    background-color: #5D86EF !important;
}
.btn-custom{
    border-radius: 30px;
    padding: 5px 25px;
}
.btn-add{
    border-radius: 30px;
    padding: 3px 25px;
    font-size: 17px;
    color: #374e89;
}

.bg-lightBlue{
    background-color: #E4EFFF ;
    color: #5D86EF ;
}

.bg-lightGreen{
    background-color: #d1f1e1;
    color: #205c1f;
}

.bg-lightRed {
    background: #FFCBD0 !important;
    color: #FF0000 !important;
}
.bg-lightYellow {
    background: #ffedb5 !important;
    color: #ffc107 !important;
}

.small-box h3,p{
    color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    width: 20px !important;;
}
.formHeading {
    color: #2e3094;
    border: 1px solid #2e3094;
    display: inline-block;
    padding: 9px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}
.pointer_two{
    text-decoration: underline double #044290;
    text-underline-offset: 10px;
    font-family: monospace;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 15px 0;

}
.pointer {
    width: 200px;
    height: 40px;
    position: relative;
    background: #374e89;
    color: #E4EFFF;
    font-weight: bold;
    padding: 7px 5px 7px 40px;
    margin-bottom: 10px;
}
.pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #374e89;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.text-preview{
    font-size: 12px;
    font-weight: 600;
}

.enquiry .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px !important;
}
.enquiry .form-control{
    font-size: 14px;
}
.enquiry .form-control .select2-container{
    height: 38px!important;
}
.enquiry table tbody tr td{
    padding: 5px;
}
.enquiry table tbody tr td .form-group{
    margin-bottom: 0 !important;
}
.enquiry table tbody tr td input.form-control{
    height: calc(2.25rem + 0px) !important;
}
.enquiry table tbody tr td .select2-container{
    height: calc(2.25rem + 0px) !important;
}
.enquiry table tbody tr td select{
    width: 100px !important;
}
.pointer-cursor{
    cursor: pointer;
}
.btn-sm{
    padding: 0.1rem 0.6rem !important;
    font-size: .800rem !important;
}
.orderDetails p span{
    font-weight: bold;
    padding-right: 8px;
}

.login-page, .register-page{
    justify-content: center;
}


.screen {
    background: linear-gradient(90deg, #5D54A4, #7C78B8);
    position: relative;
    width: 360px;
    box-shadow: 0px 0px 24px #5C5696;
}

.screen .login-title{
    color: #322f38;
    font-family: cursive ;
    font-size: 45px;
    font-weight: 800;
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%,-5%);
    z-index: 9;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #6C63AC;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #5D54A4, #6A679E);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #7E7BB9;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.login__field {
    padding: 20px 0 0 0;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 95%;
    transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #6A679E;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #5C5696;
    cursor: pointer;
    transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #6A679E;
    outline: none;
}

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
    transform: scale(1.5);
}
.placeholderFilePdf{
    color: #9da4aa;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%,-50%)
}
.hidden{
    display: none;
}

.smallTxt label{
    font-size: 14px !important;
}

.smallTxt table th{
    font-size: 14px !important;
}
.smallTxt button{
    font-size: 14px !important;
}

input[type="file"].form-control {
    height: calc(2.25rem + 7px) !important;
}

.imageThumb {
    max-height: 75px;
    max-width: 75px;
    cursor: pointer;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

/*.enquiry table tbody tr td{*/
/*    padding: 0;*/
/*    font-size: 14px;*/
/*}*/
/*.smallTxt table th{*/
/*    font-size: 12px !important;*/
/*    padding: 5px 2px;*/
/*}*/
.enquiry .form-control {
    font-size: 14px;
    padding: 3px;
}
.enquiry .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    padding: 2px;
}
/*.enquiry table tbody tr td select#quantity_type {*/
/*    width: 70px !important;*/
/*}*/



.selector{
    position:relative;
    width:100%;
    height:60px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    border-radius:9999px;
    box-shadow:0 0 16px rgba(0,0,0,.2);
}
.selector-item{
    position:relative;
    flex-basis:calc(70% / 3);
    height:40%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.selector-item_radio{
    appearance:none;
    display:none;
}
.selector-item_label{
    position:relative;
    height:150%;
    width:100%;
    text-align:center;
    border-radius:9999px;
    line-height:240%;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    transition-duration:.5s;
    transition-property:transform, box-shadow;
    transform:none;
    margin-bottom: 0;
}
.selector-item_radio:checked + .selector-item_label{
    background-color:var(--blue);
    color:var(--white);
    box-shadow:0 0 4px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.5);
    transform:translateY(-2px);
}
@media (max-width:480px) {
    .selector{
        width: 90%;
    }
}


.hoverCard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 125px;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.1s 0s linear;
    position: relative;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 22px;
}
.hoverCard:active {
    scale: 0.95;
}
.hoverCard::after {
    content: "";
    width: 600px;
    height: 500px;
    border-radius: 50%;

    position: absolute;
    right: 450px;
    transition: right 0.4s 0s linear;
    z-index: 1;
}

.hoverCard:hover::after {
    right: -160px;
}

.hoverCard .contentDiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 30px;
    z-index: 9;
    color: #464646;
    font-size: 22px !important;
    font-weight: bold;
}
.hoverCard .contentDiv .text h3{
    font-size: 40px;
    margin-bottom: 8px;
    font-weight: bold;
}
.hoverCard .contentDiv .text p{
    font-size: 1.3rem ;
    margin-bottom: 12px;
}

.hoverCard i{
    font-size: 60px;
    color: rgba(70, 70, 70, 0.48);
}
.hoverCard:hover i{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.cardColor-blue {
    background: #E4EFFF;
}
.cardColor-blue::after {
    background-color: #68BBE3;
}

.cardColor-red {
    background: #FFCBD0;
}
.cardColor-red::after {
    background-color: #ff7979;
}

.cardColor-yellow {
    background: #ffedb5;
}
.cardColor-yellow::after {
    background-color: #ffd639;
}
.cardColor-green {
    background: #d1f1e1;
}
.cardColor-green::after {
    background-color: #61c787;
}


.wallet {
    --bg-color: #ceb2fc;
    --bg-color-light: #f0e7ff;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.walletCard {
    width: 220px;
    height: 321px;
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.walletCard:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.walletCard:hover .overlay {
    transform: scale(4) translateZ(0);
}

.walletCard:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.walletCard:hover .circle:after {
    background: var(--bg-color-light);
}

.walletCard:hover p {
    color: var(--text-color-hover);
}

.walletCard p {
    font-size: 17px;
    color: #4c5656;
    margin-top: 30px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circle:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.circle i {
    z-index: 10000;
    color: white;
    font-size: 40px;
    transform: translateZ(0);
}

.overlay {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}
