



.svg-icon {
    width: 1.7em;
    height: 1.7em;
    padding: 5px;
    vertical-align: middle;
}
a.custom_link_A > svg {
    /* font-size: 19px; */
    width: 17px;
    height: 20px;
    margin-right: 5px;
}

a.custom_link_A {
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg_icon_log{
    width: 115px;
    height: 115px;
    vertical-align: middle;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #ffffff;
}

.svg-icon circle {
  stroke: #ffffff;
  stroke-width: 10px;
}

.svg-icon path {
  stroke: #ffffff;
  stroke-width: .5px;
}


.bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #363636;
    height: 100%;
}

.contact_permotion {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    cursor: pointer;
}

body{
    margin: 0px;
    background: #323232;
}


html {
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-family: 'Heebo', sans-serif;
  /* font-family: "Source Sans Pro", sans-serif; */
  background-color: #ffffff;
}
.front-side,
.back-side {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 2% 96% 2%;
  grid-template-rows: 4% 92% 4%;
  position: relative;
  /* margin: 20px auto; */
  overflow: hidden;
  box-shadow: 2px 5px 15px 0px #17161694;
  background-image: url(/img/bg.png);
  /* background: radial-gradient(#404040, black); */
  background-size: 100% 100%;
  position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%);
    transition: 0.6s;
    animation: 2s rotatecard infinite;
   
    
}


.color-grid {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  grid-template-rows: repeat(8, 50px);
  grid-gap: 8px;
  width: 150px;
  height: 400px;
  transform: rotate(-45deg);
}
.black {
  background: #0e363e;
  grid-column: 2 / span 2;
  grid-row: 1 / span 3;
}
.red1 {
  background: linear-gradient(200deg, #8b0000, #a51f1f);
  grid-row: 2 / span 5;
}
.red2 {
  background: linear-gradient(200deg, #8b0000, #a51f1f);
  grid-column: 2 / span 2;
  grid-row: 4/7;
}
.green {
  background: linear-gradient(200deg, #8b0000, #a51f1f);
  grid-column: 2/4;
  grid-row: 7/9;
}

.info-grid {
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.363); */
  box-shadow: 0px 2px 15px rgb(0 0 0 / 69%);
  border-radius: 6px;
  font-size: 0.7rem; /*12px;*/
  display: grid;
  grid-template-columns: 15px repeat(3, 1fr) 15px;
  grid-template-rows: repeat(3, 1fr);
  line-height: 1px;
}
.info-grid .name {
  grid-column: 2 / span 2;
  grid-row: 1 / span 1;
  font-size: 1.2em;
  letter-spacing: .1rem;
  margin-top: 8px;
}
.info-grid .name h5{
  font-weight: unset;
}
.info-grid .addr {
  grid-column: 2 / span 2;
  grid-row: 3;
}

.info-grid .phoneNo {
  grid-column: 3 / span 2;
  grid-row: 2;
  text-align: end;
}


.info-grid .play_pause {
    grid-column: 3 / span 1;
    grid-row: 2;
    text-align: center;
}
.info-grid .emailId {
  grid-column: 3 / span 2;
  grid-row: 3;
  text-align: end;
  font-size: 1.1em;
}

.back-side .name-tag {
    grid-column: 1 / span 4;
    grid-row: 2 / span 1;
    align-self: center;
    z-index: 2;
    width: 0%;
    height: 29%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: rgb(18 37 41); */
    /* background-color: rgb(255 255 255 / 13%); */
    /* box-shadow: 0px 1px 9px 1px rgb(4 4 4); */
    font-size: 0.6rem;
    letter-spacing: .1rem;
    text-align: center;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    transition: 500ms;
    margin-bottom: 80px;
    /* border-radius: 72px 0px 0px 0px; */
    /* border: 2px solid #3e2222; */

}
.name-tag h1,h3{
  margin: 2px;
  font-weight: unset;
  opacity: 0;
    transition: 250ms;
}
.credits{
  margin-top:40px;
  text-align: center;
  color: #343536;
}


.Main {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 604px;
}

.link_icon{
    position: absolute;
    bottom: 0;
}

.link_icon {
    position: absolute;
    bottom: 65px;
    width: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 53px;
    z-index: 111;
}



.notification_icon > a {
    font-size: 15px;
    color: yellow;
}

.link_icon .icon_div {
    /* background: #ffffff21; */
    background: #000000;
    margin: 0px 3px;
    /* padding: 4px 3px; */
    position: relative;
    /* border: 2px solid #000000; */
    /* border: 2px solid #000000c7; */
    cursor: pointer;
    transition: 500ms;
    transform: scale(0) rotateY(0deg);
    height: 40px;
    width: 40px;

}

.Main_logo{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 24px;
    background: #e9c511;

    
    /* box-shadow: 0px 9px 18px 0px rgb(74 4 4); */
    /* border: 2px solid #3e2222; */
}


.video {
    position: absolute;
    z-index: 2;
    width: auto;
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
}


/* .Main:hover .front-side{
    transform:translate(0%, -50%) ;
} */

/* .Main:hover .front-side{
    transform:translate(-50%, -50%) rotateY(360deg) translateZ(1px);
} */

.close_btn {
    position: absolute;
    right: 18px;
    top: 29px;
    z-index: 20;
    cursor: pointer;
}


button {
   outline: none;
   border: 0px solid;
   background: transparent;
}

.ytp-play-button {
   fill: #fff;
   opacity: 0.85;
}

svg.r_top {
    position: absolute;
    right: 140px;
    top: 124px;
    transform: rotateY(180deg);
    transition: 500ms;
}

svg.l_bottom {
    position: absolute;
    transform: rotateX(180deg);
    left: 140px;
    bottom: 124px;
    transition: 500ms;
}

svg.r_bottom {
    position: absolute;
    transform: rotate(180deg);
    right: 140px;
    bottom: 124px;
    transition: 500ms;
}

svg.l_top {
    position: absolute;
    top: 124px;
    left: 140px;
    transition: 500ms;
}

.play_pause {
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}

.color_panel div {
    width: 40px;
    height: 40px;
    
    margin: 0px 3px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px 1px #101010;
    border: 1px solid #8b8b8b;
    cursor: pointer;
}

.color_panel {
    display: flex;
    justify-content: center;
    z-index: 2;
    margin-top: 354px;
}

.color1{
    background-color: #5c0202;
}

.color2{
    background-color: #330148;
}

.color3{
    background-color: #000000;
}
.color4{
    background-color: #001f4c;
}
.color5{
    background-color: #122529;
}

.name-tag h1 strong{
    color: #000000;
    text-transform: capitalize;
}

.center_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.post_fade_bg {
    height: 100%;
    background: white;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
    transform: translateY(100%);
    transition: 600ms;
}


.main_logo {
    padding: 11px;
    border-radius: 100%;
  
    transition: 450ms;
}

.main_logo img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    transform: scale(0);
    transition: 550ms;
    object-fit: contain;
}

.front-side{
    background: radial-gradient(white , white , #c1c1c1);
}


.profile_logo {
    width: 100%;
    text-align: center;
}

.profile_logo img {
  
    width: 110px;
    height: 110px;
    border-radius: 100%;
    /* border: 7px solid #414141; */
    transition: 450ms;
    transform: scale(0);
    background: #202020;
    /* box-shadow: 0px 1px 9px 0px #1c1c1c; */
    /* background: radial-gradient(#ffe700, #7d7c00); */
    
}

.home_div {
    width: 100%;
    position: absolute;
    z-index: 9;
}

.home_link_div {
    text-align: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
.home_link_div a {
    text-decoration: none;
    color: #f0ed0b;
    font-size: 12px;
    background: #000000;
    padding: 4px 8px;
    width: 42px;
    border-radius: 0px 0px 60px 60px;
    font-family: unset;
    opacity: 0;
    vertical-align: bottom;
    transition: 400ms;
    display: block;
    /* width: fit-content; */
    margin: auto;
}


.home_link_div a img {
    /* width: 15px; */
    height: 28px;
    transform: rotateY(0deg);
    animation: anirotateY 2s infinite;
}

@keyframes anirotateY {
    from{
        transform:rotateY(0deg);
    }
    to{
        transform:rotateY(360deg);
    }
}





.profile_btn {
    margin: 25px 0px;
    display: none;
    opacity: 0;

}

/* 
.name_designation {
  
    margin: 10px 0px;
} */


.profile_btn a {
    background: #000000c4;
    color: #f0ed0b;
    padding: 10px 22px;
    text-decoration: none;
    font-size: 17px;
    /* box-shadow: 0px 1px 5px 1px rgb(22 22 22); */
}


.profile_btn a:hover{
    color: #ffffff;
}


.designation{
    color: black;
}


.bottom_style {
    position: absolute;
    bottom: -55px;
    width: 100%;
    background: #000000c4;
    height: 44px;
    border-radius: 100px 100px 0px 0px;
    border-bottom: 4px solid #f0ed0b;
    text-align: center;
    transition: 250ms;
}

.bottom_style a {
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 2px;
}

small.Card_Wallet {
    display: block;
    margin-top: 9px;
}



.persnal_socail_link {
    margin-left: -35px;
    transition: 500ms;
}

.arrow_and_icon_parent-div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 4;
}

.persnal_socail_link div {
    background: #282828;
    margin: 2px 0px;
    padding: 5px;
}




.persnal_socail_link div a {
    display: flex;
    justify-content: center;
    align-items: center;
}


.persnal_socail_link div a:hover{
    color: #f0ed0b;
}



.open_socail_icon , .close_socail_icon {
    background: #0000006e;
    padding: 13px 2px;
    border-radius: 0px 9px 9px 0px;
    margin: 0px 2px;
    cursor: pointer;
    font-size: 19px;
    

}

.open_socail_icon:hover, .close_socail_icon:hover{
    color: #f0ed0b;
}

.open_socail_icon svg{
    animation: shake 0.7s;

    animation-iteration-count: infinite;
}





@keyframes shake {
  0% { transform: translateX(1px); }
  100% { transform: translateX(-1px); }

}

.open_socail_icon {
    /* opacity: 0; */
    transition: 500ms;
    display: none;
}

.close_socail_icon{
    opacity: 0;
    transition: 500ms;
}


.card_nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin: 9px 8px;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: 1s;
    z-index: 5;

}


.back_div {
    background: #0000006e;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.back_div:hover{
    color: #f0ed0b;
}

.shear_and_wallet {
    display: flex;
}

.public_number_call_link_a {
    text-decoration: none;
}

form.flex_search_form {
    display: flex;
    align-items: center;
    width: 100%;
    background: #000000;
}

.search_inp_box > input {
    width: 100%;
    height: 38px;
    background: #393939;
    padding: 0px 6px;
    border: none;
    color: white;
}

.more_card_search_box {width: 100%;}

.search_inp_box {
    width: 100%;
}

.seach_btn-box > button {
    width: 35px;
    background: #e3e516;
    height: 39px;
}

.owl-nav.disabled {
    display: none !important;
}

.shear_and_wallet > div {
    background: #0000006e;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 1px;
}

.shear_and_wallet div:hover{
    color: #f0ed0b;
}






h3.company_name {
    color: black;
    font-size: 15px;
    font-weight: bold;
    font-family: system-ui;
    margin: 5px 0px;
    text-transform: capitalize;
}


.shear_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(10px) scale(0);
    /* background: #000000; */
    height: 100%;
    width: 100%;
    z-index: 7;
    transition: 250ms;
}

.receomed_shear_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(10px) scale(0);
    /* background: #000000; */
    height: 100%;
    width: 100%;
    z-index: 7;
    transition: 250ms;
}





.close_shear_popup {
    text-align: end;
    margin: 16px;
}

.receomed_close_shear_popup {
    text-align: end;
    margin: 16px;
}


.shear_opt_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.receomed_shear_opt_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.close_shear_popup i {
    background: #2e2e2e;
    padding: 7px 9px;
    border-radius: 50px;
}

.receomed_close_shear_popup i {
    background: #2e2e2e;
    padding: 7px 9px;
    border-radius: 50px;
}

.shear_title {
    text-align: center;
    margin: 12px 0px;
    font-size: 22px;
    color: #000000;
}



.shearing_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}


.receomed_shearing_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shearing_icon div {
    padding: 8px 11px;
    margin: 0px 8px;
    border-radius: 5px;
}

.receomed_shearing_icon div {
    padding: 8px 11px;
    margin: 0px 8px;
    border-radius: 5px;
}

.shearing_icon div a {
    font-size: 30px;
    color: white;
    font-weight: bold;
}


.receomed_shearing_icon div a {
    font-size: 30px;
    color: white;
    font-weight: bold;
}


.facebook_share{
    background: #0000ee;
}

.whatsapp_share{
    background: #037c07;
}

.sms_share{
    background: #aa020a;

}



.receomed_facebook_share{
    background: #0000ee;
}

.receomed_whatsapp_share{
    background: #037c07;
}

.receomed_sms_share{
    background: #aa020a;

}


.copylink_share {
    display: flex;
    margin: 9px 0px;
}

.copylink_share > .share_icon {
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: black;
    padding: 10px 7px;
}

.copylink_share input {
    height: -webkit-fill-available;
    background: #ffffff00;
    border: 1px solid grey;
    padding: 0px 4px;
}

.copylink_share input:focus{
    border: 1px solid grey;
    outline: none;
    box-shadow: none;
}


#copy_msg_text{

    display: none;

}


#receomed_copy_msg_text{
    display: none;
}




.my_card_wallet::-webkit-scrollbar {
    display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.my_card_wallet {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.my_card_wallet {
    transform: translateZ(10px) translateY(707px);
    background: #5c5c5c;
    height: 0%;
    width: 100%;
    overflow-y: scroll;
    transition: 500ms;
}


.emergancy_number::-webkit-scrollbar {
    display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.emergancy_number {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.emergancy_number {
    transform: translateZ(10px) translateY(707px);
    background: #5c5c5c;
    height: 0%;
    width: 100%;
    overflow-y: scroll;
    transition: 500ms;
}




.coupons_page {
    transform: translateX(707px);
    background: #5c5c5c;
    height: 0%;
    z-index: 110;
    width: 100%;
    overflow-y: scroll;
    transition: 500ms;
}


.coupons_page::-webkit-scrollbar {
    display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.coupons_page {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.more_cards_page {
    transform: translateY(707px);
    background: #5c5c5c;
    height: 0%;
    z-index: 110;
    width: 100%;
    overflow-y: scroll;
    transition: 500ms;
}


.more_cards_page::-webkit-scrollbar {
    display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.more_cards_page {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.more_cards_header{
    justify-content: end !important;
}
.more_card_close{
    color: #000000 !important;
    margin: 14px 14px;
    background: #ffffff !important;
}

.user_account_profile {
    display: flex;

    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    background: #000000;
}


.user_profile_link_div {
    display: flex;
    align-items: center;
}

.user_profile_logo {
    margin: 10px 10px;
}


.user_profile_logo img {
    width: 46px;
    height: 46px;
    background: radial-gradient(#fbff00, #665a00);
    border-radius: 50px;
}

.username p {
    color: white;
    font-family: sans-serif;
    margin: 0px 0px;
    font-size: 18px;
    font-weight: 700;
}
.business_card_img img {
    width: 340px;
}

.business_card_qr_img img {
    width: 130px;
    position: fixed;
    bottom: 48px;
    left: 52%;
    transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
}

small.designation {
    color: #afafaf;
    font-family: sans-serif;
}

.window_close {
    color: #dfdfdf;
    margin: 14px 14px;
    background: #00000091;
    padding: 16px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.user_card_search {
    background: #bfbfbf;
    padding: 3px 2px;
}

.search_form_div {
    display: flex;
    background: white;
    margin: 5px 9px;
    border-radius: 50px;
}


.search_form_div input {
    width: 100%;
    height: 35px;
    border: none;
    background: none;
    padding: 0px 10px;
}

.search_form_div input:focus{
    outline: none;
}

.search_form_div button {
    padding: 10px 10px;
}


.user_card_listview {
    display: flex;
    margin: 10px 3px;
    background: black;
    border-radius: 10px;
    padding: 8px 9px;
    justify-content: space-between;
    transition: 400ms;
}


.my_card_details {
    display: flex;
    align-items: center;
}


.comp_logo img {
    width: 60px;
    height: 60px;
    margin-right: 7px;
    border-radius: 50px;
}

.emy_comp_logo img {
    width: 45px;
    height: 45px;
    margin-right: 7px;
    border-radius: 50px;
    object-fit: cover;
}


.comp_name_div p {
    margin: 0px 0px 5px 0px;
    font-size: 19px;
    font-weight: bold;
    font-family: system-ui;
}

.comp_name_div small {
    color: #939393;
}



.emy_comp_name_div p {
    margin: 0px 0px 5px 0px;
    font-size: 19px;
    font-weight: bold;
    font-family: system-ui;
}


.emy_comp_name_div small {
    color: #d9d9d9;
}

.save_card_delete_div {
    display: flex;
    align-items: center;
    margin: 0px 5px;
}


.save_card_delete_div i {
    color: #ffffff;
    cursor: pointer;
    padding: 6px;
    border-radius: 5px;
}

.user_save_card_listview_main_parent_div {
    /* overflow-y: scroll; */
    height: 100%;
}


.open_my_card_list {
    cursor: pointer;
}



.emergancy_svg path {
    stroke: white;
    fill: white;
    stroke-width: 50px;
}

.save_card_delete_div div a {
    color: #ffeb00;
    /* background: #ffeb0038; */
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}



svg.emergancy_svg_logo{
    height: 35px;
    width: 35px;
    vertical-align: middle;
    background: #3c1313;
    border-radius: 50px;
    padding: 7px;
    animation: emergancy_beep_bg 1s infinite;
    transition: 500ms;
}


svg.emergancy_svg_logo path {
    stroke-width: 60px;
    stroke: #c12828;
    fill: #c12828;
    animation: emergancy_beep_path 1s infinite;
    transition: 500ms;
}


@keyframes emergancy_beep_bg {
    from{
        background: #792121;
    }
    to{
        background: #240c0c;
    }
    
}

@keyframes emergancy_beep_path {
    from{
        stroke: #ff0000;
        fill: #ff0000;
    }
    to{
        stroke: #471818;
        fill: #471818;
    }
}

.share_msg_side {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0px);
    overflow: hidden;
    background: #00000096;
    display: none;
}

.guide_popup {
    position: absolute;
    right: -38px;
    background: #fffc00cc;
    width: 225px;
    height: 225px;
    border-radius: 100%;
    top: -18px;
    padding: 11px;
    z-index: 10;
    transition: 800ms;
    opacity: 0;
}

.sec_circel {
    position: absolute;
    background: #f0ed0b59;
    width: 225px;
    height: 225px;
    border-radius: 100%;
}

.share_icon_div {
    position: absolute;
    right: 43px;
    top: 23px;
    background: #000000c7;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.share_msg {
    position: absolute;
    top: 83px;
    left: 16px;
    color: black;
    text-align: center;
}

button.share_ok_btn {
    background: #000000d9;
    padding: 7px 20px;
    color: white;
}

.sec_circel {
animation: sonarWave 2s linear infinite;
}



.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    right: 9px;
    top: 31px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    cursor:pointer;
  }

  a.user_link {
    color: black !important;
    padding: 0px 5px;
    text-decoration: none;
}

.dropdown-content div {
    padding: 10px 8px;
    border-bottom: 1px solid #cbcbcb;
    white-space: nowrap;
}


.card_more_option {
    display: flex;
    align-items: center;
    justify-content: center;
}



@keyframes sonarWave {
from {
    opacity: 0.7;
}
to {
    transform: scale(2);
    opacity: 0;
}
}


.msg_share_icon_div svg{
    transition: 500ms;
    animation: popup 1s linear infinite;
}


@keyframes popup {
from {
    transform: scale(1.2);
}
to {
    transform: scale(1);
}
}



.login_link_div {
    /* height: 100%; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}



.login_link_div form > button {
    text-decoration: none;
    color: white;
    background: #000000;
    padding: 13px 22px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.login_msg_div p {
    text-align: center;
}


.empty_wallet_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 6px;
    
}

.empty_wallet_div img {
    width: 125px;
    height: 125px;
    background: black;
    border-radius: 100%;
    filter: brightness(1.5);
}





/* toggel_switch  */
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 20px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #185e00;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #185e00;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* end toggel switch  */


  .number_div {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    opacity: 0;
    transition: 500ms;
}

  .boss_number {
    display: flex;
    justify-content: center;
    align-items: center;
}


.number_txt p {
    color: #1c7000;
    font-size: 13px;
    margin: 5px 5px;
}


.PA_number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 6px;
}




.spinner_span{
    display: none;
}

.mobile_span{
    display: none;
}

a.number_call_link_a {
    text-decoration: none;
}



p.number_title {
    color: #000000;
    margin: 0px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}



.qr_code_popup {
    text-align: center;
    height: 100%;
    width: 100%;
    background: #000000bf;
    transition: 250ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) translateZ(10px) scale(0);
}
.business_qr_code_popup {
    text-align: center;
    height: 100%;
    width: 100%;
    /* background: #000000bf; */
    transition: 250ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) translateZ(10px) scale(0);
}


.ads_popup {
    text-align: center;
    height: 100%;
    width: 100%;
    background: #000000bf;
    transition: 250ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) translateZ(10px) scale(0);
}


.qr_div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.6s;
    transform: translate(-50%, -50%);
}

.ads_div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.6s;
    transform: translate(-50%, -50%);
}

.close_qr_popup {
    text-align: end;
    padding: 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: #363636;
    color: white;
    border-radius: 100%;
    width: 14px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    z-index: 2;
}


.close_ads_popup {
    text-align: end;
    padding: 8px;
    cursor: pointer;
    position: absolute;
    right: 29px;
    top: 22px;
    background: #363636;
    color: white;
    border-radius: 100%;
    width: 14px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    z-index: 2;
}

.qr_prev_div img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}



.ads_prev_div img {
    width: 82%;
    height: 100%;
    object-fit: cover;
}


.qr_scanner_linK_div a {
    text-decoration: none;
    color: #ffeb00;
}

.ads_scanner_linK_div a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 80%;
    margin: auto;
    padding: 9px 0px;
    border-radius: 3px;
}

.qr_scanner_linK_div {
    margin-top: 12px;
}



.ads_scanner_linK_div {
    margin-top: 12px;
}




.contact_permotion > a > marquee {
    display: block;
    background: black;
    padding: 4px 0px;
}


.contact_permotion > marquee > p {
    margin: 0px;
    font-size: 14px;
}

.contact_permotion > marquee > p > a {
    color: white;
    text-decoration: none;
}

span.e_style {
    color: #f0ed0b;
    font-weight: bold;
}

.card_view {
    color: #f3f3f3;
    font-family: sans-serif;
    background: #0000006e;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    /* width: 50px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 6px;
    margin: 0px 5px;
}   


.red_dot {
    font-size: 7px;
    color: #c30000;
}

span.view_num {
    margin: 0px 4px;
}

.qr_and_view {
    display: flex;
    align-items: center;
}

/* .custom_btn{
    display: none;
} */

.custom_btn_link {
    /* background: black;
    padding: 7px 10px;
    width: fit-content;
    margin: auto;
    border-radius: 41px; */
    cursor: pointer;
}

img.Main_Share_btn_cls {
    width: 44px;
    cursor: pointer;
}


.proposal_and_downlaad_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    background: #f0ed0b7a;
    border-radius: 200px;
    
}

a.custom_link_A {
    color: #fffc38;
    text-decoration: none;
    text-transform: uppercase;
    /* width: 100%; */
    font-family: sans-serif;
    font-size: 10px;
}


.proposal_pdf_btn {
    margin: 0px 6px;
}

.brand_title > p {
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin: 0px 0px;
}

.banding {
   
    opacity: 0;
    transition: 500ms;
    margin-bottom: 10px;
}


.iso_logo_png_watermark {
    width: 100%;
}

.iso_img_div > img {
    width: 190px;
    height: auto;
}


p.powered_by_word {
    margin: 2px 0px 11px 0px;
}


.status_link_div {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 110;
    background: #000000;
    left: 0;
    right: 0;
    transform: translateX(585px);
    transition: 500ms;
}
.new_coupon_page {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 120;
    background: #000000;
    left: 0;
    right: 0;
    transform: translateX(585px);
    transition: 500ms;
    overflow-y: scroll;
    /* height: 100vh; */
}


span.highlight_color {
    color: yellow;
}

.new_coupon_page::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .new_coupon_page {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


.statusopen_div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 4;
    right: 0;
    transition: 500ms;
    transform: translateX(24px);
}

.status_open_btn {
    height: 200px;
    width: 15px;
    background: #00000052;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
}
.status_open_btn marquee{
    writing-mode: vertical-rl;
    font-size: 12px;
    height: 100%;
    color: rgb(255, 255, 255);

}


span.yl_clor {
    color: yellow;
}

.custom_btn_link {
    display: flex;
    justify-content: center;
    gap: 3px;
    /* margin: 2px 0px 10px 0px; */
}


.upload_div {
    background: #cfc80c;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

a.status_upload_link {
    color: black;
    font-size: 19px;
}

.owl-dots {
    position: fixed;
    top: -9px;
    display: flex;
    width: 100%;
    align-items: center;
}

.owl-nav {
    position: absolute;
    top: 0px;
}


.owl-dots > button{
    
    width: 100%;
    margin: 0px 2px;
 
    
}






.owl-theme .owl-dots .owl-dot span {
    width: 100% !important;
    height: 4px !important;
    margin: 5px 0px !important;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 10px;
}

/* .virtical_link {
    background: #000000;
    border-radius: 12px 0px 0px 12px;
    
} */


/* video status css  */



 /* Hide scrollbar for IE, Edge and Firefox */



h2 {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #fff;
opacity: 0.9;
margin-left: 59px;
margin-top: 62px;
margin-bottom: -25px;
}

/* button {
outline: none;
border: 0px solid;
background: transparent;
} */



.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(#2c2c2c, transparent);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.all_img_div div {
/* width: 100%; */
/* position: absolute;
top: 50%;
left: 150%; */
transition: 500ms;
/* transform: translate(-50%, -50%) scale(0); */
}
.all_img_div div img {
    
    width: 100%;
    height: 325px;
    object-fit: scale-down;
}


.all_img_div.status_slider_main_div.owl-theme.owl-carousel.owl-loaded.owl-drag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}


#my_bg_Video {
position: fixed;
right: 0;
bottom: 0;
width: 100%; 
height: 100%;
object-fit: cover;
}

.caption {
    z-index: 0;
    background: #000000a1;
    bottom: 62px;
    width: 100%;
    text-align: center;
    padding: 1px 3px;
    position: absolute;
    transition: 500ms;
}

.caption p {
font-size: 15px;
font-family: sans-serif;
color: #ffffff;
margin: 7px 0px;
}

.account_profile {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #000000ad;
    top: 8px;
/* opacity: 0;
transition: 500ms; */
}


.profile_link_div {
display: flex;
align-items: center;
}

.status_profile_logo {
    margin: 6px 10px 2px 10px;
}


.status_profile_logo img {
width: 46px;
height: 46px;
background: radial-gradient(#fbff00, #665a00);
border-radius: 50px;
}

.username p {
color: white;
font-family: sans-serif;
margin: 0px 0px;
font-size: 18px;
font-weight: 700;
}

small.designation {
    color: #d1d1d1;
    font-family: sans-serif;
    display: flex;
    align-items: center;
   
}

small.designation > i {
    font-size: 5px;
    margin: 0px 5px;
}

.powered_by {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    color: #131313;
    font-family: sans-serif;
    font-size: 13px;
    opacity: 1;
    transition: 500ms;
}

.powered_by > p > span {
    font-weight: bold;
    color: black;
}

.window_close {
color: #dfdfdf;
margin: 14px 14px;
background: #00000091;
padding: 3px;
border-radius: 50px;
height: 20px;
width: 20px;
text-align: center;
cursor: pointer;
}

.controller {
    position: absolute;
    bottom: 0;
    /* left: 0px; */
    display: flex;
    right: 0;
    margin: 14px 17px;
    align-items: end;
    flex-direction: column-reverse;
    /* opacity: 0;
    transition: 500ms; */
}

.sound_up {
color: rgb(255, 255, 255);
cursor: pointer;
}

.sound_down {
color: rgb(255, 255, 255);
cursor: pointer;
display: none;
}


.window_full_screen {
    color: rgb(0 0 0);
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cfc80c;
    border-radius: 100px;
    margin: 6px;
    font-size: 15px;
}

.window_exit_screen{
display: none;
color: rgb(0 0 0);
cursor: pointer;
width: 30px;
height: 30px;
/* display: flex; */
justify-content: center;
align-items: center;
background: #cfc80c;
border-radius: 100px;
margin: 6px;
font-size: 15px;
}




.owl-nav {
    display: flex !important;
    width: 100% !important;
    opacity: 0;
}

.link_icon .owl-nav{
    display: none !important;
}

button.owl-prev {
    height: 80vh !important;
    width: 100% !important;
}


button.owl-next {
    height: 80vh !important;
    width: 100% !important;
}


img.yellow_tick_img {
    width: 19px;
    height: 19px;
}

h1.main_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0px 0px 0px;
}


/* end video status css  */



small.slugon {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    color: black;
    text-transform: uppercase;
}



.proposal_and_downlaad_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    /* padding: 5px; */
}





button.card_download_btn {
    margin: 0px 0px 0px 3px;
    background: black;
    width: 41px;
    height: 41px;
    color: #fffc00;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}


.transform_title {
    width: 340px;
    text-align: center;
    display: block;
    margin: 24px 0px;
    color: black;
    font-size: 12px;
    font-family: sans-serif;
}





  /*---
    shine animation
  ---*/
  
  .back-side:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
  }
  
  /*---
    hover trigger
  ---*/


  
  .back-side.shine:after {
    display: block;
    opacity: 1;
    top: -30%;
    left: -40%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  
  /*---
    active state
  ---*/
  
  .back-side.unshine:after {
    display: none;
    /* left: 184%; */
  }



 
  
  @keyframes animate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
 
  
  .profile_img_parent_div {
    position: relative;
    width: 100%;
    /* height: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .profile_img_parent_div .loader {
    position: absolute;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    animation: animate 4s linear infinite;

  }
  
  .profile_img_parent_div .loader:nth-child(1):before,
  .profile_img_parent_div .loader:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to top, transparent, rgb(0, 0, 0));
    background-size: 100px 180px;
    background-repeat: no-repeat;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  
  .profile_img_parent_div .loader:nth-child(2),
  .profile_img_parent_div .loader:nth-child(4) {
    animation-delay: -2s;
    filter: hue-rotate(0deg);
  }
  
  .profile_img_parent_div .loader i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: rgb(210, 210, 210);
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 30px yellow, 0 0 40px yellow, 
                0 0 50px yellow, 0 0 60px yellow, 0 0 70px yellow, 0 0 80px yellow, 
                0 0 90px yellow, 0 0 100px yellow;
  }
  
  .profile_img_parent_div .loader span {
    position: absolute;
    inset: 20px;
    background: #000;
    border-radius: 50%;
    z-index: 1;
  }


  
  /*--------------------------------
                  END ICON SHINE
  ---------------------------------*/

  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");


  .coupon_container {
    padding: 5px 0px;
}
.main_share_and_google {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
  
.card {
    width: auto;
    height: 160px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #262626;
    padding: 10px 10px;
    position: relative;
    /* background: linear-gradient(268deg, #000000, #000000, #ffe013); */
    border: 3px dashed #dddddd;
  }
.more_card {
    width: auto;
    /* height: 197px; */
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    /* background-color: #262626;
    padding: 10px 10px; */
    position: relative;
    /* background: linear-gradient(268deg, #000000, #000000, #ffe013); */
    /* border: 3px dashed #dddddd; */
  }
  

  .more_card_title_icon {
    font-size: 33px;
}

.coupon_grid_container {
    overflow-y: scroll;
    height: 100vh;
}


.coupon_grid_container::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .coupon_grid_container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


  .main,
  .copy-button {
    display: flex;
    gap: 27px;
    padding: 0 10px;
    align-items: center;
    height: 98px;
  }
  .card::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 68px;
    background-color: #000000;
    width: 40px;
  }

  img.more_cards_img {
    width: 100%;
    height: 100%;
}
  
  .card::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 68px;
    background-color: #000000;
    width: 40px;
  }
  
  .co-img img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-left: 12px;
    object-fit: cover;
  }
  /* .vertical {
    border-left: 4px dotted #8c8c8c;
    height: 81px;
    position: absolute;
    left: 35%;
  }
   */

  .coupon_content {
    border-left: 4px dotted #8c8c8c;
    padding-left: 12px;
}

  .coupon_content h1 {
    font-size: 35px;
    /* margin-left: -20px; */
    color: #d49f00;
    margin: 0px 0px;
  }
  
  .coupon_content h1 span {
    font-size: 18px;
    color: #d49f00;
  }
  .coupon_content h2 {
    font-size: 18px;
    /* margin-left: -20px; */
    color: #d49f00;
    text-transform: uppercase;
    margin: 0px 0px;
  }
  
  .coupon_content p {
    font-size: 13px;
    color: #dc143c;
    margin: 0px 0px;
  }

  .copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 10px 0px 0px;
    border: 1px solid #434141;
  }
  
  .copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    background: #121212;
    color: #5aff2b;
    padding: 0px 6px;
  }
  
  .copy-button button {
    padding: 5px 20px;
    background-color: #dc143c;
    color: #fff;
    border: 1px solid transparent;
  }

  .goodle_verified_img img {
    width: 165px;
    /* position: static; */
    /* border: 0; */
}

.goodle_verified_img {
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 500ms;
}
  

.custom-card {
    position: relative;
    width: 80%;
    height: 87%;
    /* background: linear-gradient(145deg, #000000, #1a1a1a); */
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
    margin: 18px auto;
    overflow: hidden;
    background: radial-gradient(#3d3d3d, #000000);
}

.custom-card .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.custom-card .google-logo {
    width: 100px;
    height: 100px;
    border: 10px solid #fddb3a;
    border-radius: 50%;
    margin: 15px auto 7px;
    background: #e2e2e2;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.custom-card .google-logo img {
    width: 60%;
    height: auto;
}

.custom-card .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.custom-card .subtitle {
    font-size: 14px;
    /* margin: 10px 0; */
}

.custom-card .stars {
    font-size: 18px;
    margin: 3px 0;
    color: #fddb3a;
}

.custom-card .qr-code {
    margin: 20px auto;
    width: 120px;
    height: 120px;
    /* border: 2px dashed rgb(255 255 255 / 39%); */
    padding: 13px;
    position: relative;
    /* /* background: #fff; */
}


.view_link a {
    text-decoration: none;
    color: white;
    background: #363636;
    padding: 10px 19px;
    border-radius: 27px;
    font-size: 13px;
}

.view_link {
    margin: 27px 0px 21px 0px;
}

.google_title h2 {
    margin: 14px 0px 0px 0px;
    color: yellow;
    font-weight: 700;
    font-size: 41px;
}

.google_title p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.custom-card .qr-code img {
    width: 100%;
    height: 100%;
}

.custom-card .website-link {
    font-size: 12px;
    color: #fddb3a;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

.blue_line {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 20px; */
    /* height: 20px; */
    background: blue;
}

.blue_line_hor {
    width: 30px;
    height: 5px;
}

.blue_line_ver {
    width: 5px;
    height: 30px;
}

.yellow_line {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 20px; */
    /* height: 20px; */
    background: yellow;
}

.yellow_line_hor {
    width: 30px;
    height: 5px;
}

.yellow_line_ver {
    width: 5px;
    height: 30px;
}

.red_line {
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 20px; */
    /* height: 20px; */
    background: red;
}

.red_line_hor {
    width: 30px;
    height: 5px;
}

.red_line_ver {
    width: 5px;
    height: 30px;
}

.green_line {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 20px; */
    /* height: 20px; */
    background: green;
}

.green_line_ver {
    width: 5px;
    height: 30px;
}

.green_line_hor {
    width: 30px;
    height: 5px;
}


.more_card_close {
    margin: 6px 7px;
    padding: 0px;
    width: 31px;
    height: 28px;
    background: #a9a9a9 !important;
}

.seach_btn-box {
    display: flex;
    align-items: baseline;
}




@media screen and (max-width:570px){
    .Main {
        width: 96%;
        height: 96%;
        margin-top:10px;
       
    }


    .profile_img_parent_div .loader {

        width: 135px;
        height: 135px;

    
      }


    .custom_btn_link{
        margin: 13px 0px 5px 0px;
    }

    img.Main_Share_btn_cls{
        width: 45px;
    }

    h3.company_name{
        margin: -2px 0px;
    }




    .proposal_and_downlaad_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        margin: auto;
        background: #f0ed0b7a;
        border-radius: 200px;
        /* padding: 5px; */
    }

   
    

    .all_img_div div img {
     
        height: 90vh;
      
    
    }

    .owl-dots {
       
        top: 0px;
    }

    .custom_btn{
        display: block;
        margin-top: -9px;
    }

    .proposal_pdf_btn{
        display: none !important;
    }



    svg.r_top {
        
        right: 75px;
        top: 200px;
       
    }
    
    svg.l_bottom {
        
        left: 75px;
        bottom: 200px;
      
    }
    
    svg.r_bottom {
        
       
        right: 75px;
        bottom: 200px;
        
    }
    
    svg.l_top {
        top: 200px;
        left: 75px;
       
    }

    .link_icon {
        bottom: 76px;
        justify-content: unset;
        width: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 47px;
    }
    .goodle_verified_img{
        bottom: -37px;
    }
    .goodle_verified_img img{
        width: 160px;
    }
    .brand_title > p{
        font-size: 20px;

    }
    small.slugon{
        font-size: 8px;
    }

   

    .link_icon::-webkit-scrollbar {
    display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .link_icon {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .back-side .name-tag {
        margin-bottom: 80px;
        height: 18%;

    }

    /* .name_designation {
        position: absolute;
        top: 50%;
        width: 100%;
    } */


    .profile_btn {
        display: block;

    }


    .bottom_style {
  
    height: 46px;

    }

    .banding {
        display: block ;
    }

    .profile_logo img {
        width: 130px;
        height: 130px;
    }


    .profile_img_parent_div {
        width: 110px;
        height: 110px;
        margin: auto;
        /* border: 2px solid #f0ed0b; */
        border-radius: 102px;
        padding: 4px;
        transform: scale(0);
        box-shadow: #f0ed0b 0px 4px 28px 0px;
    }

    .Card_Wallet{
        display: block !important;
    }

    .bottom_style a {

    position: unset;
    bottom: 0px;
    }

    .link_icon .icon_div{
         border: 2px solid #000000c7;
    }

    .empty_wallet_div {

        height: 100%;
        justify-content: center;
    }

    .login_link_div {
        height: 100%;
        justify-content: center;
    }


    .number_div{
        display: block;
        margin: 9px 0px 0px 0px;

    }
    .PA_number{
        margin: 6px 6px;
    }
    



}







@media screen and (max-width:550px){
    .color_panel {
    
    justify-content: center;
    z-index: 2;

    position: absolute;
    right: -73px;
    top: 42px;
    display: block;
    margin: 0;
}

.color_panel div {
    width: 40px;
    height: 40px;
    margin: 8px 3px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px 1px #101010;
    border: 1px solid #363636;
    cursor: pointer;
}

}

.delete_icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 0; /* Initially hidden */
}

.loaded:hover .delete_icon {
    opacity: 1; /* Show only on hover */
}

/* Popup Styling */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #333;
    font-family: sans-serif;
}

.popup-box button {
    margin: 10px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.confirm-btn {
    background: #d9534f;
    color: white;
}

.cancel-btn {
    background: #5bc0de;
    color: white;
}


.delete_icon i {
    font-size: 18px;
}
@media screen and (max-width:990px) {
  .delete_icon{
    position: absolute;
    top: 75px;
    right: 2px;
    width: 29px;
    height: 29px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3sease-in-out;
    opacity: 0;
    opacity: 1;
  }
  .delete_icon i{
    font-size: 12px;
  }
}
