/* @import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap'); */

* {
    margin: 0;
    padding: 0;
}

/* body, logo, category, search, Favourite, cart bag */
body {
    /* font-family: 'Georama', sans-serif; */
    font-family: "Calibri", sans-serif;
    background-color: #f9f7f7;
    font-weight: 300;
}

/**********************************************
*************** login section start ***********
***********************************************/
#login input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: transparent;
    background-color: transparent;
    transition: ease-in-out 0.3s;
}
#login input:focus {
    color: #1a2e35;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #1a2e35;
    transition: ease-in-out 0.4s;
}
#login input::placeholder {
    color: #cecece;
}
#login .login-btn {
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    background: #dd4651;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}
#login .login-btn:hover {
    background: #ff525d;
}
/**********************************************
*************** login section end *************
***********************************************/

.forget-image {
    width: 65%;
}
.activaton-image {
    width: 80%;
}

/**********************************************
*************** card section start **************
***********************************************/
.card {
    box-shadow: 9px 16px 34px -18px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}
.card:hover {
    background-color: rgb(194, 61, 70, 0.5);
    color: #fff;
}
a .card {
    color: #000;
}
.card-img.bell,
.card-img.data {
    position: relative;
    z-index: 9999;
}
.card-img.data::before {
    content: "";
    display: inline-block;
    top: -12px;
    right: 247px;
    z-index: -9999;
    background-color: rgb(70, 177, 98, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
}
.card-img.bell::after {
    content: "";
    display: inline-block;
    top: -12px;
    right: 247px;
    z-index: -9999;
    background-color: rgb(194, 61, 70, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
}
.card-img.bell::before {
    content: "";
    display: inline-block;
    top: -12px;
    right: 247px;
    z-index: -9999;
    background-color: rgb(194, 61, 70, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation-timing-function: linear;
    -webkit-animation: scaler 3s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation: scaler 3s infinite;
    animation-timing-function: linear;
}
@-moz-keyframes scaler {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(1.25);
        opacity: 0.2;
    }
    66% {
        transform: scale(1.5);
        opacity: 0.1;
    }
    99% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.05);
        opacity: 0;
    }
}
@keyframes scaler {
    0% {
        transform: scale(1);
        opacity: 0.22;
    }
    33% {
        transform: scale(1.45);
        opacity: 0.2;
    }
    66% {
        transform: scale(1.65);
        opacity: 0.1;
    }
    99% {
        transform: scale(1.85);
        opacity: 0;
    }
    100% {
        transform: scale(1.85);
        opacity: 0;
    }
}
/**********************************************
*************** card section end **************
***********************************************/

/* a.active{
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0.50rem;
    border-radius: 15px;
} */
.content-section {
    min-height: calc(100vh - 6rem);
}
/**********************************************
*************** footer section start ************
***********************************************/
.footer-section {
    /* position: absolute;
    left: 0;
    bottom: 0; */
    height: 3rem;
    border-top: 1px solid lightgray;
    /* border-top: 1px solid #27606C; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-text {
    color: gray;
    /* color: #27606C; */
    font-size: smaller;
    font-weight: 500;
}
/**********************************************
*************** footer section end ************
***********************************************/

/* Helper class */
.full-width {
    width: 100%;
}
.height-60-percent {
    min-height: 60%;
}

.min-height-100 {
    min-height: 100vh;
}
.min-height-75 {
    min-height: 75px;
}
.min-height-50px {
    min-height: 50px;
}
.min-width-10 {
    min-width: 6rem;
}
.border-radius-0 {
    border-radius: 0px !important;
}
.border-left {
    border-left: 1px solid #fff;
}
.border-right {
    border-right: 1px solid #fff;
}
.border-bottom-gray {
    border-bottom: 2px solid #c1c1c1;
}
.item-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.text-align-right {
    text-align: right;
}
.text-red {
    color: red;
}

@media only screen and (max-width: 500px) {
    .item-center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .sm-mt-2 {
        margin-top: 1rem;
    }

    .sm-mt-1 {
        margin-top: 0.4rem;
    }
    .sm-new-badge {
        margin: 0 0.5rem 0 0.7rem;
    }
    .alerts-time {
        text-align: right;
    }
}
.icon-5 {
    width: 5%;
}
.icon-10 {
    width: 10%;
}
.icon-15 {
    width: 15%;
}
.icon-65 {
    width: 65%;
}

.icon-50 {
    width: 50%;
}

.icon-40 {
    width: 40%;
}

.icon-80 {
    width: 80%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    /* color: #FF4F5A; */
}

.p-y-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}
.p-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-x-10 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.p-xl-10 {
    padding-left: 1rem;
}
.p-xr-10 {
    padding-right: 1rem;
}
.padding-l-two-rem {
    padding-left: 2rem;
}
.px-3-r {
    padding: 0px 3rem;
}
/**********************************************
*************** Font Helper Start *************
***********************************************/
/* font size */
.font-size-10 {
    font-size: 10px !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-18 {
    font-size: 18px;
}
/* size end */
/* font weight */
.font-weight-100 {
    font-weight: 100;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
/* font weight end*/
/**********************************************
*************** Font Helper End ***************
***********************************************/

/* border helper start */
.border-left-soft-gray {
    border-left: 1px solid #dedddd;
}

/* border helper end */

/**********************************************
*************** Text Helper Start *************
***********************************************/
.text-align-center {
    text-align: center;
}
.text-decoration-none {
    text-decoration: none;
}
.text-align-justify {
    text-align: justify;
}

/**********************************************
*************** Text Helper End ***************
***********************************************/

/**********************************************
*************** font color start **************
***********************************************/
.font-prim {
    color: #1a2e35;
}
.font-prim-1 {
    color: #dd4651;
}
.font-success {
    color: #3fac3d;
}
.font-gray {
    color: #ababab;
}
.font-light-gray {
    color: lightgray;
}
.font-soft-gray {
    color: #d6d7d9;
}
.font-white {
    color: #ffffff;
}
.font-soft-gray-2 {
    color: #c1c1c1;
}

/**********************************************
*************** font color end ****************
***********************************************/

.margin-all-1 {
    margin: 1%;
}
.m-b-0 {
    margin-bottom: 0px !important;
}
.m-b-half {
    margin-bottom: 0.5rem;
}
/**********************************************
*************** background color start ********
***********************************************/
.bg-custom {
    background-color: #3c8e9e;
}

.bg-prim {
    background-color: #f9f7f7 !important;
}
.bg-prim-2 {
    /* background-color: #C23D46; */
    background-color: #27606c;
}
.bg-gray {
    background-color: #eeeeee;
}
.btn-prim-2 {
    /* background-color: #C23D46; */
    background-color: #27606c;
}
.bg-white {
    background-color: #fff;
}
.bg-gray-m {
    background-color: #f0f0f0 !important;
}
/**********************************************
*************** background color end ********
***********************************************/

/**********************************************
*************** custom alert start ************
***********************************************/
/* overlay */
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.alert-service-container {
    margin: 0 2rem;
}
.customAlert {
    display: none;
    position: fixed;
    max-width: 25%;
    min-width: 250px !important;
    min-height: 20%;
    height: 200px;
    left: 50%;
    top: 50%;
    /* padding: 10px; */
    box-sizing: border-box;
    margin-left: -12.5%;
    margin-top: -5.2%;
    background: #c23d46;
    z-index: 2;
}
.customAlert .message {
    padding: 1.2rem;
    color: white;
    font-size: 1.5rem;
    line-height: 20px;
    text-align: center;
    line-height: 1.6em;
    font-weight: 200;
}
.alert-btn {
    position: absolute;
    top: 80%;
    left: 33%;
    width: 100%;
}
.customAlert input[type="button"] {
    padding: 5px 15px;
    height: 36px;
    outline: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.customAlert input[type="button"]:hover {
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #fff;
    background: #c23d46;
    color: #fff;
}
.alert-sidebar {
    height: 85vh;
    position: fixed;
    right: 0;
    border: 1px solid #c5c5c5;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-size: smaller;
}
.alert-sidebar-ad {
    height: 80vh;
    position: fixed;
    right: 0;
    border: 1px solid #c5c5c5;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-size: smaller;
}
.alert-sidebar > div > div > button {
    flex: 1;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0.3rem 1rem;
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
}
.alert-sidebar > div > div > button:hover,
.alert-sug-title:hover {
    background-color: #27606c;
    color: white;
}

.alert-sug-title {
    flex: 1;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0.3rem 1rem;
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    background-color: rgb(240, 240, 240);
}

.alert-sug-title-link {
    color: black;
}

.alert-sug-title:hover .alert-sug-title-link {
    color: white;
}

.alert-suggestion {
    overflow-y: scroll;
    overflow-x: hidden;
}
.alert-box {
    padding: 4px 0;
    z-index: 1000;
    display: flex;
    align-items: center;
}
.alert-box:hover {
    background-color: white;
    cursor: pointer;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0, .5); */
}
.alerts-title {
    font-weight: 500;
}
.alert-box:hover .alerts-title {
    color: #27606c;
}

.alerts-icon {
    height: 5%;
    width: 5%;
}

.new-badge {
    font-size: smaller;
    color: white;
    border-radius: 1rem;
    padding: 0 0.3rem 0.1rem 0.3rem;
    background-color: rgb(235, 70, 70);
}

.ad-badge {
    font-size: smaller;
    color: white;
    border-radius: 0.2rem;
    padding: 0 0.3rem 0.1rem 0.3rem;
    background-color: #205375;
}

.news-badge {
    font-size: smaller;
    color: white;
    border-radius: 0.2rem;
    padding: 0 0.3rem 0.1rem 0.3rem;
    background-color: #4e944f;
}

.file-badge {
    font-size: smaller;
    color: white;
    border-radius: 0.2rem;
    padding: 0 0.3rem 0.1rem 0.3rem;
    background-color: #2f8f9d;
}

.alert-title-box {
    border-bottom: 1px solid grey;
    background-color: #f2f3f5;
    padding: 0 0.5rem 0.5rem;
    margin-bottom: 0.5rem;
}

.alert-links {
    font-size: 0.8rem;
}

.scroll__to-top{
    height: 3rem; 
    width: 3rem; 
    background-color: #27606C; 
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 1rem; 
    left: 1rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll__to-top > img {
    height: 2rem;
}

.scroll__to-top:hover{
    transform: scale(1.1);
}

.top-0 {
    top: 0;
}
.height-90 {
    height: 95vh;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 500px) {
    .alerts-icon {
        height: 5%;
        width: 5%;
    }

    .alert-service-container {
        margin: 0 1rem;
    }
}

/**********************************************
*************** custom alert end **************
***********************************************/

/**********************************************
*************** alert section start ***********
***********************************************/
.search-icon-wh {
    width: 2.5rem;
    height: 2.5rem;
}
.search-icon-wh-1 {
    width: 1rem;
    height: 1rem;
}
.alert-item {
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 7px 0px;
}
.alert-img {
    line-height: 2.5rem;
}
.alert-time {
    line-height: 2.5rem;
    text-align: center;
}
.alert-opt {
    line-height: 2.5rem;
    text-align: center;
}
.alert-item:hover {
    background-color: #f7f7f7 !important;
    cursor: pointer;
}
.alert-details-block {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
}
.alert-title {
    font-weight: 500;
    font-size: large;
}
/* alert page pagination */
.pagination {
    display: block;
    text-align: center;
    padding: 1.5rem 0px;
}
.pagination .number a,
.pagination .prev a,
.pagination .next a {
    font-weight: 500;
    color: #fff;
    padding: 0px 1rem;
    margin: 1%;
}
.pagination .number a.active {
    color: #000;
}

.paginate-btn {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border: none;
    background-color: transparent;
    color: #27606c;
    padding: 0 0.5rem;
    position: relative;
}

.paginate-btn:hover {
    background-color: rgb(230, 230, 230);
}

.paginate-display {
    border: none;
    background-color: transparent;
    color: #27606c;
}

/**********************************************
*************** alert section end *************
***********************************************/

.area-ad-data,
.area-news-data {
    background: #ffffff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.38);
    border-radius: 7px;
}
span.ds {
    display: block;
    width: 7%;
    border-top: 5px solid #dd4651;
    border-radius: 15px;
}
.search-btn {
    padding: 0.7rem;
    background-color: rgb(152, 251, 152, 1);
    color: #000;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    transition: ease-in-out 0.3s;
}
.search-btn:hover,
.download-btn:hover,
.cancle-btn:hover {
    box-shadow: 0px 0px 35px rgb(0 0 0 / 38%); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    -webkit-box-shadow: 0px 0px 35px rgb(0 0 0 / 38%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 35px rgb(0 0 0 / 38%); /* Firefox 3.5 - 3.6 */
}
.download-btn {
    padding: 0.7rem;
    background-color: cornflowerblue;
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
}
.cancle-btn {
    padding: 0.7rem;
    background-color: darksalmon;
    border: none;
    border-radius: 5px;
    font-weight: 400;
}

@media only screen and (max-width: 500px) {
    .sm-d-font-12 {
        font-size: 12px;
    }
    .sm-d-font-w-100 {
        font-weight: 100;
    }
    .sm-d-font-w-200 {
        font-weight: 200;
    }
    .sm-d-icon-5 {
        width: 5%;
    }
    .sm-d-icon-65 {
        width: 65% !important;
    }
    .sm-d-display-b {
        display: block;
    }
    .sm-d-text-c {
        text-align: center;
    }
    /* .content-section {
        min-height: 15vh;
    } */
    .min-height-100 {
        min-height: 10vh;
    }
    /* small-device-full-width */
    .sm-d-f-width {
        width: 100%;
    }
    .sm-d-t-center {
        text-align: center;
    }
    .sm-d-pt-1 {
        padding-top: 1rem;
    }
    .sm-d-dn {
        display: none;
    }
    .sm-d-p-r-2 {
        padding-right: 2rem;
    }
    .sm-d-p-l-0 {
        padding-left: 0.2rem;
    }
    .pagination .number a,
    .pagination .prev a,
    .pagination .next a {
        padding: 0px 0.4rem;
    }
    .card-img.data::before {
        content: "";
        display: inline-block;
        top: -38px;
        right: 50%;
        z-index: -9999;
        background-color: rgb(70, 177, 98, 0.3);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        transform: translate(50%, 50%);
    }
    .card-img.bell::after {
        content: "";
        display: inline-block;
        top: -38px;
        right: 50%;
        z-index: -9999;
        background-color: rgb(194, 61, 70, 0.3);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        transform: translate(50%, 50%);
    }
    .card-img.bell::before {
        content: "";
        display: inline-block;
        top: -13px;
        right: 43%;
        z-index: -9999;
        background-color: rgb(194, 61, 70, 0.3);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        transform: translate(50%, 50%);
        -webkit-animation-timing-function: linear;
        -webkit-animation: scaler 3s infinite;
        -webkit-animation-timing-function: linear;
        animation: scaler 3s infinite;
        animation-timing-function: linear;
    }
    .alert-sidebar-ad,
    .alert-sidebar {
        display: none;
    }
    .alert-media-block {
        flex-direction: column;
    }
    .alert-media-section {
        flex: 1;
        width: 100%;
        margin-right: 0.4rem;
    }
    .alert-details-block {
        margin: 1rem 0;
    }
}

.own {
    background-color: #f9fbe7;
    padding: 1rem;
    margin-bottom: 1rem;
}

.compitator {
    background-color: mistyrose;
    padding: 1rem;
    margin-bottom: 1rem;
}

.industry {
    background-color: aliceblue;
    padding: 1rem;
    margin-bottom: 1rem;
}

.ad-tv-bg {
    background: #f1f1f1;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}

.ad-tv {
    background: #cfd8dc;
    color: #000;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
}

.ad-radio-bg {
    background: #eae5e5;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}

.ad-radio {
    background: #d8d2d2;
    color: #000;
    text-align: center;
    padding: 10px 0px;
}

.ad-print-media-bg {
    background: #bdbdbd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ad-print-media {
    background: #bdbdbd;
    color: #000;
    text-align: center;
    padding: 10px 0px;
}

.ad-online-media-bg {
    background: #d7ccc8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ad-online-media {
    background: #d7ccc8;
    color: #000;
    text-align: center;
    padding: 10px 0px;
}

.section-category {
    background: antiquewhite;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

/* periodical adv missing */
.no-periodical-ad {
    color: red;
    text-align: center;
    display: block;
    font-weight: bold;
}

.with-link {
    color: #fff;
    background-color: #17a2b8;
    margin-right: 0.3rem;
    cursor: pointer;
}

.without-link {
    color: #fff;
    background-color: #343a40;
    margin-right: 0.3rem;
}

.paginate {
    background-color: #c23d46;
}

.cursor-pointer {
    cursor: pointer !important;
}

.alert-media-block {
    display: flex;
    margin-top: 0.5rem;
    gap: 0.4rem;
}

.alert-media-section {
    flex: 1;
    width: 25%;
}

.alert-media {
    text-align: center;
    background-color: #187498;
    /* background-color: #27606C; */
    color: white;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    font-weight: 500;
}

.flex-1 {
    flex: 1;
}

@media only screen and (max-width: 500px) {
    .alert-sidebar-ad,
    .alert-sidebar {
        display: none;
    }
    .alert-media-block {
        flex-direction: column;
    }
    .alert-media-section {
        flex: 1;
        width: 100%;
        margin-right: 0.4rem;
    }
}

/*******************************************************
*************** style for alert details ****************
*******************************************************/
.single-alert-title {
    font-size: 0.9rem !important;
    font-weight: bold !important;
}
.single-alert-details {
    font-size: 0.83rem !important;
}

/*******************************************************
*************** style for login page *******************
*******************************************************/

* {
    box-sizing: border-box;
    /* user-select: none; */
}

:root {
    --bg-color: #9cc1c9;
    --txt-color: #27606c;
    --container-color: rgb(156, 193, 201, 20%);
    --login-btn-color: rgb(156, 193, 201, 44%);
    --container-radius: 1rem;
    --font-family: "Kaisei Decol", serif;
    --footer-font-family: "Ubuntu", sans-serif;
}

.page-bg {
    background-color: var(--bg-color);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.login-container {
    background-color: white;
    min-height: 90%;
    width: 90%;
    border-radius: var(--container-radius);
    padding: 2rem;
}

.design-wrapper {
    background-color: var(--bg-color);
    border-radius: var(--container-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 2rem;
}

.footer-wrapper {
    border-radius: 0.5rem;
    border-top: 7px solid #9cc1c9;
    border-bottom: 1px solid #9cc1c9;
    border-right: 1px solid #9cc1c9;
    border-left: 1px solid #9cc1c9;
    /* display: flex;
    align-items: center; */
}

.img-wrapper {
    background-color: rgba(255, 255, 255, 40%);
    border-radius: var(--container-radius);
    margin: 0 1rem;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100vh;
}

.icon-responsive {
    display: block;
    width: 100%;
    max-width: 20rem;
    margin: auto;
}

.item-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-element {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.min-height-75 {
    min-height: 75px;
}

.icon-65 {
    width: 65%;
}

.icon-85 {
    width: 85%;
}

.border-left {
    border-left: 1px solid var(--bg-color);
}

.form-title {
    font-family: var(--font-family);
    color: var(--txt-color);
    font-weight: bold;
}

.input-box {
    width: 100%;
    margin-top: 1rem;
    border-width: 0 0 1px 0;
    background-color: transparent;
    border-color: transparent;
    transition: ease-in-out 0.3s;
    color: var(--txt-color);
}

.input-box::placeholder {
    color: var(--bg-color);
}

.input-box:hover,
.input-box:focus {
    border-color: var(--bg-color);
    outline: none;
}

.input-container {
    background-color: var(--container-color);
    height: 5rem;
    width: 100%;
    margin: 1rem 0;
}

input[type="text"],
input[type="password"] {
    user-select: text;
    -moz-user-select: text;
}

.login-btn {
    border: none;
    border-radius: 0.3rem;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--txt-color);
    background-color: var(--login-btn-color);
    padding: 0.5rem 0;
    flex: 1;
}

.login-btn:hover {
    background-color: var(--txt-color);
    color: white;
}

.forgotpass {
    color: var(--txt-color);
    font-family: var(--font-family);
}

.forgotpass:hover {
    cursor: pointer;
}

.footer-label {
    color: #187498;
    font-family: var(--footer-font-family);
    font-size: smaller;
}

.footer--icons {
    display: flex;
}

.footer-icon {
    width: 10%;
    margin: 0 0.2rem;
}

.icon-ryans {
    max-width: 40%;
}

.border-1 {
    border: 1px solid black;
}

.header-title {
    color: var(--txt-color);
}

.header-subtitle {
    color: grey;
}

@media screen and (max-width: 600px) {
    .login-container {
        height: 50vh;
        padding: 1rem;
        overflow-x: auto;
    }

    .header-title {
        margin-top: 0.8rem;
        font-size: larger;
    }

    .img-wrapper {
        margin: 0;
    }

    .sm-f-w {
        width: 100%;
    }

    .forgotpass {
        font-size: 0.9rem;
    }

    .icon-ryans {
        width: 50%;
    }

    .footer-icon {
        width: 10%;
    }

    .bottom {
        display: none;
    }

    .design-wrapper {
        margin-right: 0;
    }

    .s-design-wrapper {
        width: 100vw;
    }

    .footer-wrapper {
        margin: 1rem 0;
        padding-bottom: 1rem;
        /* display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; */
    }
}

/*******************************************************
******************* login page end *********************
*******************************************************/

/*******************************************************
*************** style for register page ****************
*******************************************************/

.register-container {
    min-height: 90%;
    width: 90%;
    background-color: white;
    border: 1px solid white;
    border-radius: var(--container-radius);
    padding: 2rem;
}

.max-h70 {
    height: 70vh;
}

.design-register-wrapper {
    height: 100%;
    width: 100%;
    background-color: var(--bg-color);
    border-radius: var(--container-radius);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-register-wrapper {
    background-color: rgba(255, 255, 255, 40%);
    border-radius: var(--container-radius);
    height: max-content;
    padding: 1rem 3rem;
}

.register-btn,
.login-back-btn {
    border: none;
    border-radius: 0.3rem;
    color: var(--txt-color);
    background-color: var(--login-btn-color);
    padding: 0.5rem 0;
}

.login-back-btn {
    background-color: rgba(181, 156, 201, 0.44);
}

.login-back-btn:hover {
    background-color: rgb(146, 79, 201);
    color: white;
}

.register-btn:hover {
    background-color: var(--txt-color);
    color: white;
}

.forgot-title {
    color: var(--txt-color);
}

.m-ps-4 {
    padding-left: 2rem;
}

@media screen and (max-width: 600px) {
    .max-h70 {
        height: 40vw;
    }

    .register-container {
        height: 50vh;
        padding: 1rem;
        border: 1px solid white;
        overflow-x: auto;
    }

    .img-register-wrapper {
        height: 90%;
    }

    .s-mt-1 {
        margin-top: 1rem;
    }

    .s-mb {
        margin-bottom: 0.5rem;
    }

    .s-ps-0 {
        padding: 0 0.3rem;
    }
}

/*******************************************************
****************** register page end *******************
*******************************************************/

.border-1 {
    border: 1px solid black;
}

.c-pointer:hover {
    cursor: pointer;
}
.data-types-container {
    height: calc(100vh - 3rem);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.data-types {
    height: 12rem;
    width: 20rem;
    border: 1px solid rgb(161, 161, 161);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
}

.data-types:hover {
    cursor: pointer;
}

.data-title {
    border: 0;
    padding: 0.2rem;
    color: #27606c;
    transition: all 0.3s ease-in-out;
}

.data-types:hover .data-title {
    background-color: #27606c;
    color: white;
    padding: 0.2rem 1rem;
}

.dashboard-box {
    height: calc(100vh - 6rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 500px) {
    .dashboard-box {
        height: 100%;
        margin-top: 1rem;
    }

    .data-types-container {
        flex-direction: column;
    }
}

.data-selection {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.category-card {
    height: 5rem;
    width: 20rem;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.category-card-img {
    height: 5rem;
    flex: 1;
    /* border-radius: 60% 40% 31% 69% / 30% 30% 70% 70%; */
}

.category-card-label {
    color: #27606c;
    font-size: 1.3rem;
    font-weight: 600;
}

.category-title {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
    color: #27606c;
}

.topbar-category-media-section {
    display: flex;
    gap: 3rem;
    margin-top: 1rem;
    list-style: none;
    width: 100%;
}

.category-media {
    height: 12rem;
    /* width: 20rem; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.media-type {
    height: 5rem;
    width: 20rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.media-category-icon {
    height: 40px;
    transition: all 500ms ease-in-out;
}

.category-icon {
    transition: all 500ms ease-in-out;
}

.category-media:hover .category-icon {
    transform: scale(1.2);
}

.category-label {
    color: #27606c;
    font-weight: 600;
    font-size: larger;
    margin-top: 0.5rem;
}

.media-category-label {
    color: #27606c;
    font-weight: 600;
    font-size: larger;
}

.form-container {
    margin: 0 10rem;
}

.form-center {
    display: flex;
    justify-content: center;
}

.MuiCalendarPicker-root {
    height: 20rem;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-item {
    flex: 49%;
    min-width: 260px;
}

.more-option {
    color: #27606c;
    text-decoration: underline;
}

.more-option:hover {
    cursor: pointer;
}

.MuiChip-root {
    height: 1.4rem !important;
    font-size: 0.7rem !important;
}

.service-selection {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.service-selection-title {
    font-weight: 500;
    /* color: #187498; */
    background-color: #187498;
    border-radius: 0.2rem;
    color: white;
    padding: 0 1rem;
}

/* Box 3 Starts Here */
.service-selection-box {
    height: 25rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.service-selection-box:hover {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.service-selection-box:hover > .service-selection-image {
    border-radius: 35% 65% 58% 42% / 52% 37% 63% 48%;
    transform: scale(1.1);
}

.service-selection-image {
    margin: 2rem 0 0 0;
    height: 15rem;
    width: 15rem;
    border-radius: 60% 40% 31% 69% / 30% 30% 70% 70%;
    transition: all 0.3s ease-in-out;
}
/* Box 3 Ends Here */

.s-mb-1 {
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 600px) {
    .data-selection {
        flex-direction: column;
        gap: 0.5rem;
    }

    .service-selection {
        flex-direction: column;
    }

    .service-selection-image {
        width: 60vw;
    }

    .form-container {
        margin: 0 5rem;
    }

    .category-media {
        height: 10rem;
    }

    .topbar-category-media-section {
        display: none;
    }

    .category-title {
        margin-top: 1rem;
        margin-bottom: 0;
    }
}

@media only print {
    .alert-sidebar {
        height: 100%;
        width: 100%;
    }
}

.MuiAutocomplete-groupLabel {
    line-height: 1.5rem !important;
}

.letter-animation {
    animation: letter-animation 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes letter-animation {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.attention-animation {
    animation: attention-animation 0.9s 1s both;
}

@keyframes attention-animation {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
