/* TABS START */

.sp_navtab .tab-header {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--bordergray);
}

.sp_navtab .nav-tabs {
    border: unset;
    font-size: 1.5rem;
    font-weight: 700;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
}

.sp_navtab .nav-tabs li {
    border-left: 1px solid var(--bordergray);
}

.sp_navtab .nav-tabs li:last-child {
    border-left: unset;
}

.sp_navtab .nav-tabs > li > a {
    border: 1px solid transparent;
    padding: 0 1rem;
}

.sp_navtab .nav-tabs li:last-child {
    border-left: unset;
    padding-left: 0 !important;
}

.sp_navtab .nav-tabs li:nth-child(1) {
    padding-right: 0 !important;
}

.sp_navtab .nav > li > a:hover,
.sp_navtab .nav > li > a:focus {
    background-color: unset !important;
    border: 1px solid transparent;
}

.sp_navtab .nav-tabs > li.active > a {
    border: 1px solid transparent;
}

.sp_navtab .nav > li > a:focus {
    color: var(--themecolor) !important;
}

.sp_navtab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
    background-color: unset !important;

}

.sp_navtab .nav-tabs > li.active > a {
    color: var(--themecolor) !important;

}

/* TABS END */

/* LOADER BUTTON START */

.lds-ellipsis {
    position: relative;
    display: none;

}

.lds-ellipsis div {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 5px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 5px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 20px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 35px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, 0);
    }
}

.sp_btn_loader {
    position: relative;
    display: grid;
    place-items: center;
    width: 181px;
    height: 35px;
}

.sp_btn input, .sp_btn_lg_block input {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 111111;
    cursor: pointer;
}

.sp_btn_loader .lds-ellipsis {
    width: 50px;
    height: 9px;
    display: grid;
    place-items: center;
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;

}

.sp_btn_loader {
    cursor: progress;
}


/* LOADER BUTTON END */


/* SPECIAL BUTTON START*/


.sp_theme {
    background-color: var(--themecolor);
    color: #fff;
}

.sp_theme:focus {
    color: #fff !important;
}

.sp_theme:hover {
    color: #fff !important;
    background-color: var(--themehover) !important;
}

.sp_theme_re {
    background-color: rgba(var(--themeop), .2);
    color: var(--themecolor);
}

.sp_theme_re:hover {
    color: #fff !important;
    background-color: rgba(var(--themeop), 1) !important;
}

.sp_blue {
    color: var(--blue) !important;
    background-color: #C4D9F4 !important;
}

.sp_blue:focus {
    color: #fff !important;
}

.sp_blue:hover {
    color: #fff !important;
    background-color: var(--blue) !important;
}

.sp_blue_re {
    color: #fff !important;
    background-color: var(--blue) !important;
}

.sp_blue_re:hover {
    color: #fff !important;
    background-color: #004BAE !important;
}


.sp_blue_out {
    color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
}


.sp_blue_out:focus {
    border: 1px solid #004BAE !important;
}


/*purple*/

.sp_purple {
    color: #6D71FF !important;
    background-color: #DEDEFF !important;
}

.sp_purple:focus {
    color: #6D71FF !important;
}

.sp_purple:hover {
    color: #EEF !important;
    background-color: #6D71FF !important;
}

.sp_purple_re {
    color: #EEF !important;
    background-color: #6D71FF !important;
}

.sp_purple_re:hover {
    color: #EEF !important;
    background-color: #494DF2 !important;
}

/*red*/

.sp_red {
    color: var(--red) !important;
    background-color: #fbe9e9 !important;
}

.sp_red:focus {
    color: var(--red) !important;
}

.sp_red:hover {
    color: #fff !important;
    background-color: var(--red) !important;
}


.sp_red_re {
    color: #fff !important;
    background-color: var(--red) !important;
}

.sp_red_re:hover {
    color: #fff !important;
    background-color: rgb(180 31 31) !important;
}

/*green*/

.sp_green {
    color: var(--green) !important;
    background-color: #dcfad2 !important;
}

.sp_green:focus {
    color: var(--green) !important;
}

.sp_green:hover {
    color: #fff !important;
    background-color: rgba(62, 136, 60) !important;
}

.sp_green_re {
    color: #fff !important;
    background-color: rgba(62, 136, 60) !important;
}

.sp_green_re:hover {
    color: #fff !important;
    background-color: rgb(49, 111, 47) !important;
}

.sp_green_ds {
    color: var(--green) !important;
    background-color: #dcfad2 !important;
}

.sp_green_re_ds {
    color: #fff !important;
    background-color: rgba(62, 136, 60) !important;
}

/*trgreen*/

.sp_trgreen {
    color: #1C8277 !important;
    background-color: #C7EBE7 !important;
}

.sp_trgreen:focus {
    color: #1C8277 !important;
}

.sp_trgreen:hover {
    color: #E9FFFD !important;
    background-color: #29B1A3 !important;
}

.sp_trgreen_re {
    color: #E9FFFD !important;
    background-color: #29B1A3 !important;
}

.sp_trgreen_re:hover {
    color: #E9FFFD !important;
    background-color: #239589 !important;
}

/*info*/

.sp_info {
    color: rgb(54, 125, 147) !important;
    background-color: rgb(210, 225, 230) !important;
}

.sp_info:focus {
    color: rgb(54, 125, 147) !important;
}

.sp_info:hover {
    color: #fff !important;
    background-color: rgb(55, 166, 200) !important;
}

.sp_info_re {
    color: rgb(255 255 255) !important;
    background-color: rgb(54 152 183) !important;
}

.sp_info_re:hover {
    color: #fff !important;
    background-color: rgb(54, 125, 147) !important;
}


/*gray*/

.sp_gray {
    color: rgba(98, 98, 98) !important;
    background-color: rgba(98, 98, 98, 0.2) !important;
}

.sp_gray:focus {
    color: rgba(98, 98, 98) !important;
}

.sp_gray:hover {
    color: #fff !important;
    background-color: rgba(98, 98, 98, 1) !important;
}

/*orange*/

.sp_orang {
    color: rgb(217, 58, 0) !important;
    background-color: rgb(248, 215, 204) !important;
}

.sp_orang:focus {
    color: rgb(217, 58, 0) !important;
}

.sp_orang:hover {
    color: #fff !important;
    background-color: rgb(217, 58, 0) !important;
}

/*yellow*/

.sp_yellow {
    color: #9d7e02 !important;
    background-color: #f8efcc !important;
}

.sp_yellow:focus {
    background-color: #d9ad00 !important;
}

.sp_yellow:hover {
    color: #f8efcc !important;
    background-color: #d9ad00 !important;
}


.sp_yellow_re {
    color: #f8efcc !important;
    background-color: #daac00 !important;
}

.sp_yellow_re:focus {
    background-color: #d9ad00 !important;
}

.sp_yellow_re:hover {
    color: #daac00 !important;
    background-color: #f8efcc !important;
}


/*navy*/
.sp_navy {
    color: #fff !important;
    background-color: rgb(40, 69, 123) !important;
}

.sp_navy:focus {
    color: #fff !important;
}

.sp_navy:hover {
    color: rgb(40, 69, 123) !important;
    background-color: rgba(40, 69, 123, .2) !important;
}

.sp_navy_outline {
    color: rgba(40, 69, 123, .7) !important;
    background-color: #fff !important;
    border: 1px solid rgba(40, 69, 123, .7) !important;
}

.sp_navy_outline:focus {
    color: rgb(40, 69, 123) !important;
}

.sp_navy_outline:hover {
    color: rgb(40, 69, 123) !important;
    background-color: #fff !important;
    border: 1px solid rgb(40, 69, 123) !important;
}


.sp_btn {
    padding: 0.5rem 1rem;
    transition: .25s ease-in-out;
    border-radius: 0.8rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    outline: unset !important;
    border: inherit;
}

.sp_btn_sm {
    padding: 0.3rem 0.5rem;
    transition: .25s ease-in-out;
    border-radius: 0.8rem;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    display: inline-block;
    cursor: pointer;
    outline: unset !important;
    border: inherit;
}

.sp_btn_block {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    transition: .25s ease-in-out;
    border-radius: 0.8rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: unset !important;
    border: inherit;
}

.sp_btn_lg {
    padding: 0.7rem 2.5rem;
    transition: .25s ease-in-out;
    border-radius: 0.8rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    outline: unset !important;
    border: inherit;
}

.sp_btn_lg_block {
    padding: 0.7rem 2.5rem;
    transition: .25s ease-in-out;
    border-radius: 0.8rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    width: 100%;
    height: 4.5rem;
    display: block;
    outline: unset !important;
    border: inherit;
}

.sp_btn_file {
    position: relative;
}

.sp_btn_file input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer !important;

}

.bf-tag::before {
    content: "\f292";
    font-family: FA;
    margin-left: 0.25rem;
    vertical-align: middle;
    font-size: 1.2rem;
}

@media (min-width: 576px) {

    .sp_sm_btn_block {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        transition: .25s ease-in-out;
        border-radius: 0.8rem;
        text-align: center;
        vertical-align: middle;
    }

    .sp_sm_btn {
        padding: 0.5rem 1rem;
        transition: .25s ease-in-out;
        border-radius: 0.8rem;
        text-align: center;
        vertical-align: middle;
    }

    .sp_sm_btn_lg {
        padding: 0.7rem 2.5rem;
        transition: .25s ease-in-out;
        border-radius: 0.8rem;
        text-align: center;
        vertical-align: middle;
        font-size: 1.5rem;
    }

    .main-slider {
        border-radius: 2rem;
        overflow: hidden;
    }

}

/*like btn start*/
.like-btn {
    cursor: pointer;
}

.like-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: rgba(232, 28, 77, 1) !important;
    /*background-color: rgba(220,38,38,.2) !important;*/
    border: 1px solid rgba(220, 38, 38, 0.3) !important;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
}

.like-sm input {
    opacity: 0;
}

.like-sm input:checked ~ i {
    color: aqua;
}

.like-count {
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
    font-size: 1.6rem;
}

.img-like {
    background-color: #ffff;
    color: rgba(220, 38, 38, 1) !important;
    font-size: 3rem;
    right: 50%;
    transform: translateX(50%);
    bottom: -3.5rem;
    border-radius: 5rem;
    cursor: pointer;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallerymodal-box .img-like {
    background-color: #ddd;
}

.gallerymodal-right .like {
    font-size: 2.5rem;
    background-color: #ddd;
}


/*like btn end*/

/* SPECIAL BUTTON START*/


/* SPECIAL TEXT COLOR START*/

a.sp_text_red {
    color: rgba(232, 28, 77, 1);
    transition: .25s ease-in-out;
}

a.sp_text_red:focus {
    color: rgba(232, 28, 77, 1);
}

a.sp_text_red:hover {
    color: rgb(201, 24, 66);

}

a.sp_text_blue {
    color: var(--blue);
    transition: .25s ease-in-out;

}

a.sp-text_blue:focus {
    color: var(--blue);
}

a.sp_text_blue:hover {
    color: var(--blue);
}

a.sp_text_red_li {
    color: rgb(232, 97, 130);
    transition: .25s ease-in-out;
}

a.sp_text_red_li:focus {
    color: rgb(234, 87, 123);
}

a.sp_text_red_li:hover {
    color: rgb(236, 109, 140);
}

a.sp_text_blue_li {
    color: #5797ea;
    transition: .25s ease-in-out;
}

a.sp_text_blue_li:focus {
    color: #4e92ea;
}

a.sp_text_blue_li:hover {
    color: #65a0ee;
}

a.sp_text_green {
    color: var(--green);
}

a.sp_text_green:focus {
    color: rgb(57, 138, 55);
}

a.sp_text_green:hover {
    color: rgb(70, 141, 68);
}

a.sp_text_green_li {
    color: rgb(71, 136, 69);
}

a.sp_text_green_li:focus {
    color: rgb(63, 134, 61);
}

a.sp_text_green_li:hover {
    color: rgb(78, 138, 76);
}

.sp_text_red {
    color: rgba(232, 28, 77, 1);
}

.sp_text_blue {
    color: var(--blue);
}

.sp_text_info {
    color: rgb(54, 125, 147);
}

.sp_text_green {
    color: var(--green);
}

.sp_text_orange {
    color: rgb(217, 58, 0);
}

.sp_text_red_li {
    color: rgb(232, 97, 130);
}

.sp_text_blue_li {
    color: #5797ea;
}

.sp_text_green_li {
    color: rgb(83, 138, 81);
}

/*btn-outline*/

.sp_info_outline {
    color: rgb(54, 125, 147);
    background-color: rgba(55, 166, 200, .2);
    border: 1px solid rgb(55, 166, 200);
}

.sp_info_outline:hover {
    color: #fff;
    background-color: rgb(55, 166, 200);
    border: unset;

}

.sp_orang_outline {
    color: rgb(217, 58, 0);
    background-color: rgb(217, 58, 0, 0.2);
    border: 1px solid rgb(217, 58, 0);

}

.sp_orang_outline:hover {
    color: #fff;
    background-color: rgb(217, 58, 0);
    border: 1px solid transparent;

}

/* SPECIAL TEXT COLOR END*/


.form-group-ad {
    position: relative !important;
    height: 48px !important;
}

.form-group-ad .form-input {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: 1px solid #dadce0;
    border-radius: 5px;
    outline: unset !important;
    padding: 10px;
    background: none;
    z-index: 1;
}


.form-group-ad .form-label {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 4px;
    color: #a9adb1;
    font-size: 15px;
    font-weight: 400;
    height: 4px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 !important;

}

.form-group-ad .form-input:focus + .form-label {
    top: 0;
    right: 15px;
    color: var(--themecolor);
    font-size: 13px;
    font-weight: 500;
    z-index: 10;
    background-color: #fff;
}

.form-group-ad .form-input:not(:placeholder-shown) {
    background-color: var(--themebg) !important;
}

.form-group-ad .form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
    top: 0;
    left: 15px;
    font-size: 13px;
    font-weight: 500;
    z-index: 10;
    background-color: #fff;
}

.form-input:focus,
.form-test:focus {
    border: 2px solid var(--themecolor);
    background-color: rgba(var(--themeop), .1);
}

.form-test {
    padding: 7px;
    outline: none;
    border-radius: 5px;
    border: 2px solid #dadce0;
    transition: 0.3s;
}


/*NOTFOUND PAGE START*/
.notfound img {
    width: 70%;
    max-width: 40rem;
}

/*NOTFOUND PAGE END*/


/* ANIMATION START*/

/*HEARTBEAT ANIMATION START*/

.heartbeat {
    animation: heartbeat 1s ease-in-out;
}

@keyframes heartbeat {
    0% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1.5);
    }

    40% {
        transform: scale(1.25);
    }

    60% {
        transform: scale(1.5);
    }

    80% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

/*HEARTBEAT ANIMATION END*/


/*BELL ANIMATION START*/

.bell {
    cursor: pointer;
    transition: color .1s ease-in;
    transform-origin: 50% 4px;
}

.bell-animation {
    animation: ring 4s ease-in-out;
}

@keyframes ring {
    0% {
        transform: rotate(0) scale(1);
    }

    1% {
        transform: rotate(30deg) scale(1.2);
    }

    3% {
        transform: rotate(-28deg) scale(1.4);
    }

    5% {
        transform: rotate(34deg) scale(1.4);
    }

    7% {
        transform: rotate(-32deg) scale(1.4);
    }

    9% {
        transform: rotate(30deg) scale(1.4);
    }

    11% {
        transform: rotate(-28deg) scale(1.4);
    }

    13% {
        transform: rotate(26deg) scale(1.4);
    }

    15% {
        transform: rotate(-24deg) scale(1.4);
    }

    17% {
        transform: rotate(22deg) scale(1.4);
    }

    19% {
        transform: rotate(-20deg) scale(1.4);
    }

    21% {
        transform: rotate(18deg) scale(1.4);
    }

    23% {
        transform: rotate(-16deg) scale(1.4);
    }

    25% {
        transform: rotate(14deg) scale(1.4);
    }

    27% {
        transform: rotate(-12deg) scale(1.4);
    }

    29% {
        transform: rotate(10deg) scale(1.4);
    }

    31% {
        transform: rotate(-8deg) scale(1.4);
    }

    33% {
        transform: rotate(6deg) scale(1.4);
    }

    35% {
        transform: rotate(-4deg) scale(1.4);
    }

    37% {
        transform: rotate(2deg) scale(1.3);
    }

    39% {
        transform: rotate(-1deg) scale(1.2);
    }

    41% {
        transform: rotate(1deg) scale(1.1);
    }

    43% {
        transform: rotate(0) scale(1);
    }

    100% {
        transform: rotate(0) scale(1);
    }
}

/*BELL ANIMATION END*/

/*REFLECT ANIMATION START*/
.reflection {
    width: fit-content;
    height: fit-content;
    position: relative;
    overflow: hidden;
    background-color: #666;
}

.reflection::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.reflection:hover.reflection::after {
    -webkit-animation: reflect .65s ease-in-out 1;
    animation: reflect .65s ease-in-out 1;
]
}

@keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/*REFLECT ANIMATION END*/

/* ANIMATION END*/


/* selectpicker */

.bootstrap-select .dropdown-menu li > a {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.bootstrap-select .dropdown-menu li.selected > a {
    background: var(--themebg) !important;
    border-top: 1px solid var(--themeborder);
    border-bottom: 1px solid var(--themeborder);
    color: var(--themecolor);
}

.bootstrap-select .dropdown-menu li.selected .check-mark::after {
    filter: opacity(1);
}

.bootstrap-select .dropdown-menu li .check-mark::after {
    content: "\f00c";
    font-family: "FA";
    margin-top: -5px;
    color: var(--themecolor);
    filter: opacity(0);
    transition: all .3s;
    display: block !important;
}

.bootstrap-select .dropdown-menu li > a {
    transition: all .3s;
}


/*ALERT START*/


@keyframes alert {


    from {
        opacity: 0;
        transform: translate3d(0, -200%, 0) scale(.6);
    }

    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes alert-icon {


    from {
        transform: scale(0);
        opacity: 0;

    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes shake {
    2% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    4% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    6% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    8% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    10% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    12% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    14% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    16% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    18% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    20% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    22% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    24% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    26% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    28% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    30% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    32% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    34% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    36% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    38% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    40% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    42% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    44% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    46% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    48% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    50% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    52% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    54% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    56% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    58% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    60% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    62% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    64% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    66% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    68% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    70% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    72% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    74% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    76% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    78% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    80% {
        transform: translate(0px, 0px) rotate(0.5deg);
    }
    82% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    84% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    86% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    88% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    90% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    92% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    94% {
        transform: translate(0px, 1px) rotate(0.5deg);
    }
    96% {
        transform: translate(1px, 0px) rotate(0.5deg);
    }
    98% {
        transform: translate(1px, 1px) rotate(0.5deg);
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
}

.shake {
    animation: alert .3s ease-out normal forwards, shake 500ms .3s ease-in-out 1 !important;

}

.sp_alert_icon {
    opacity: 0;
    animation: alert-icon .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation-delay: 300ms;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}


.sp_alert {
    animation: alert .5s ease-out normal forwards;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%), 0 3px 3px rgb(0 0 0 / 5%);
    background-color: #fff;
    color: #000;
    padding: 8px 10px;
    border-radius: var(--border-sm);
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    width: fit-content;
}

.sp_alert_success {
    background: #61d345;
}

.sp_alert_success:before {
    content: "\f00c";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    font-family: "FA";
    color: #fff !important;
}

.sp_alert_danger {
    background: #ff4b4b;
}

.sp_alert_danger:before {
    content: "\f00d";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    font-family: "FA";
    color: #fff !important;
}

.sp_alert_warning {
    background: #ffb74b;
}

.sp_alert_warning:before {
    content: "\f06a";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    font-family: "FA";
    color: #fff !important;
}


.sp_alert_info {
    background: #4bccff;
}

.sp_alert_info:before {
    content: "\f129";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    font-family: "FA";
    color: #fff !important;
}


/*ALERT END*/


/*IMG LOADING START*/

.loading {
    transition: .25s ease-in-out;
}

.lazyload {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
}

/* IMG LOADING END */


/* ICON LOADER START */


.icon-loader i:before {
    content: "\f1ce" !important;
    font-family: "FA" !important;
}

.icon-loader i {
    animation: fa-spin 2s linear infinite;
}

/* ICON LOADER END */


/* MORE BUTTON START */

.more {
    display: flex;
    gap: 0.5rem;
    /* color: rgba(100, 116, 139, 1) !important; */
    color: rgba(51, 65, 85, 1);
}

.more:hover {
    transition: 0.25s ease-in-out;
    color: #130f26 !important;
}

.more::after {
    content: "\f104";
    font-family: FA;
}

/* MORE BUTTON END */


/* star */

input.workbook-rating {
    display: none;
}

label.workbook-rating {
    /* float: left; */
    cursor: pointer;
    vertical-align: middle !important;
    padding-right: 6px;
    font-size: 40px;
    color: grey;
    transition: all .2s;
}

label.workbook-rating:first-of-type {
    padding-right: 0px;
}

input.workbook-rating:checked ~ label.workbook-rating:before {
    font-weight: 900 !important;
    color: #FD4;
    transition: all .25s;
}


input.workbook-rating:hover ~ label.workbook-rating:before {
    color: #FD4;
    transition: all .25s;
}


input.star-1:checked ~ label.workbook-rating:before {
    color: red;
}

input.star-2:checked ~ label.workbook-rating:before {
    color: #F62;
}

input.star-3:checked ~ label.workbook-rating:before {
    color: #ff8d22;
}

input.star-4:checked ~ label.workbook-rating:before {
    color: #ffbf22;
}

input.star-5:checked ~ label.workbook-rating:before {
    color: #ffd022;
}

input.star-1:hover ~ label.workbook-rating:before {
    color: red !important;
}

input.star-2:hover ~ label.workbook-rating:before {
    color: #F62 !important;
}

input.star-3:hover ~ label.workbook-rating:before {
    color: #ff8d22 !important;
}

input.star-4:hover ~ label.workbook-rating:before {
    color: #ffbf22 !important;
}

input.star-5:hover ~ label.workbook-rating:before {
    color: #ffd022 !important;
}

label.workbook-rating:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.workbook-rating:before {
    content: "\f005";
    font-weight: 300;
    font-family: 'FA';
}


/*TABLE START*/

.sp_table thead.table-header {
    border-bottom: 1px solid var(--bordergray) !important;
}

.sp_table tbody td, .sp_table tfoot td {
    padding: 1rem;
}

.sp_table td:before
.sp_table td:empty:before {
    content: unset !important;
}

.sp_table .table-header {
    border-bottom: 1px solid var(--bordergray) !important;
}

.sp_table tbody tr {
    border-radius: var(--border-sm);
}

.sp_table tbody tr:nth-child(odd) {
    background-color: #f5f7f9;
}

.sp_table tbody .table-footer:nth-child(1) {
    background-color: red !important;

}

tfoot {
    border-top: 2px solid #bbbbbb !important;
}

tfoot tr.table-footer:last-child {
    border-top: 2px solid #bbbbbb !important;
    border-bottom: 2px solid #bbbbbb !important;
}


tfoot tr.table-footer {
    border-top: 2px solid var(--bordergray) !important;
}


@media (max-width: 576px) {
    .td-remove {
        position: absolute;
        left: 1rem;
        top: 1rem;
        width: fit-content !important;

    }

    .sp_table tbody {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }


    .sp_table tr {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 2rem;
        border-radius: 1rem !important;
        overflow: hidden;
        position: relative;
    }

    .sp_table td:before {
        display: block;
        content: attr(data-a);;
    }

    .sp_table tr td {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .sp_table tr td .td-result {
        flex: 1;
        display: flex;
        justify-content: left !important;
    }

    .sp_table tr td .td-result {
        flex: 1;
        display: flex;
        justify-content: left !important;
    }

    .sp_table thead {
        display: none;
    }

    .sp_table .td-bottom {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #ebedef;
        font-size: 1.6rem;
        padding: 1rem 0;
    }

    .table-footer td:empty {
        display: none !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .table-footer {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row !important;
    }


    .table-footer.footer-discount {
        flex-wrap: wrap;
    }

    .table-footer.footer-discount td {
        flex: 1;
    }


}

.one-line {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.one-line > * {
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-line:not(:hover) {
    text-overflow: ellipsis;
}

.one-line:hover *, .one-line:focus * {
    display: inline-block;
    animation-name: scroll-text;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;

}

@keyframes scroll-text {
    0% {
        transform: translateX(0%);
    }
    90% {
        transform: translateX(100%);
    }
    95% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(0%);
    }
}


:root {
    --titleredred: #ec3f3f;
    --titlegray: #acacac;
    --backgray: #f1f1f5;
    /*--blackgray: #616161;*/
    --blackgray: rgba(51, 65, 85, 1);
    --grayhover: rgba(185, 185, 185, 0.44);
    --darkblue: var(--themecolor);
    --light-red: #fb9898;
    /*--green: #83bd75;*/
    --bordergray: #eee;
    --secondary: #6c757d;


    /*THEME COLOR*/

    --mainshadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    --mainshadowhover: rgba(0, 0, 0, 0.2) 0px 4px 6px;
    --hoverbg: rgba(185, 185, 185, 0.2);
    --themecolor: rgb(10, 120, 195);
    --themeop: 10, 120, 195;
    --themebg: #ecf4fb;
    /*--themebg: #d9ebf9;*/
    --themehover: rgb(88, 157, 204);
    --themeborder: rgba(10, 120, 195, 0.2);
    --catcontent: #0eabef;

    /*RADIUS SIZE*/
    --border-li: 0.7rem;
    --border-sm: 1rem;
    --border-md: 2rem;
    --border-lg: 3em;


    /*BTN COLOR*/
    --blue: #1A73E8;
    --red: rgb(220, 38, 38);
    --green: rgb(62, 136, 60);

}

