@font-face {
    font-family: Almarai-Bold;
    src: url("../../../webfonts/Almarai-Bold.ttf");
}
@font-face {
    font-family: Almarai-ExtraBold;
    src: url("../../../webfonts/Almarai-ExtraBold.ttf");
}
@font-face {
    font-family: Almarai-Regular;
    src: url("../../../webfonts/Almarai-Regular.ttf");
}
body{
    direction: ltr;
    font-family: var(--main-font-family);
}
.z-9{z-index: 9;}
.text-right,.text-md-right{text-align: left !important;}
.offset-md-1 {
    margin-right: 8.333333% !important;
    margin-left: 0 !important;
}
.float-left,.float-md-left{float: right !important;}
.float-right,.float-md-right{float: left !important;}
a,a:hover{
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
:root{
    --main-font-family:Almarai-Regular, sans-serif;
    --font-size-25:25px;
    --font-size-30: 30px;
    --font-size-35:35px;
    --purple-color:#3D325A;
    --light-purple-color:#6B57A1;
    --white-color: #ffffff;
    --gray-color: #707070;
    --orange-color: #F4BD53;
    --light-orange-color: #EFC26B;
}
.home-text-on-image{
    position: absolute;
    top: 6%;
    /*  color: rgb(255 0 0);*/
    /* z-index: 1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    right: 0;
    left: 0;
}
.login-title{
    font-family: Almarai-ExtraBold,sans-serif;
   /* font-size: var(--font-size-30);*/
    font-size: 30px;
    color: var(--light-orange-color);
}
.login-sub-title{
    font-family: Almarai-ExtraBold,sans-serif;
   /* font-size: 48px;*/
    font-size: 32px;
    color: var(--white-color);
}
.login-home-link,.login-home-link:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 21px;
    border-radius: 24px;
    background-color: var(--light-orange-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 175px;
   /* height: 50px;*/
    height: 40px;
    color: var(--white-color);
}
.search-box-div{
    background-color: white;
    border-radius: 7px;
  /*  height: 75px;*/
}
.search-box-in-scholarship-div{
    background-color: white;
    border-radius: 7px;
    border: 1px solid rgb(61 50 91);
}
.search-input-style{
    display: flex;
    align-items: center;
  /*  height: 75px;*/
    width: 100%;
    padding-top: 21px;
    padding-left: 25px;
    background: none;
    border-radius: 5px;
    outline: none;
    color: #515861;
   border: none;
}

.search-input-style::placeholder{
    font-size: 18px;
    color: #6A777F;
    padding: 25px 0 32px 0;
}
.border-between-input{
    background-color: rgba(112,112,112,0.38);
    width: 2px;
    height: 37px;
    display: flex;
    position: absolute;
    top: 18px;
    right: 0;
}
.search-icon-btn,.search-icon-btn:hover,.search-icon-btn:focus{
    font-family: Almarai-Bold,sans-serif;
    font-size: 19px;
    margin: 11px auto;
    background-color: var(--light-orange-color);
    color: var(--white-color);
    width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
    flex-direction: row-reverse;
}
.search-icon{
    position: relative;
    top: 1px;
    right: 7px;
    font-size: 17px;
}
.section-title{
    font-family: Almarai-ExtraBold,sans-serif;
    font-size: 26px;
    color: var(--light-purple-color);
    display: inline-block;
   /* border-bottom: 1px solid var(--light-purple-color);
    padding-bottom: 25px;*/
}
.section-title:after{
    position: relative;
    top: 26px;
    content: '';
    border-bottom: 1px solid var(--light-purple-color);
    width: 100px;
    display: block;
    margin: auto;
}
.div-title{
    font-family: Almarai-ExtraBold,sans-serif;
    font-size: 26px;
    color: var(--light-purple-color);
}
.div-title:after{
    position: relative;
    top: 26px;
    content: '';
    border-bottom: 1px solid var(--light-purple-color);
    width: 75px;
    display: block;
    margin: auto;
    opacity: 0.7;
}
.image-top-page{
    border-radius: 0;
    width: 100%;
}
.title-of-page{
    font-family: Almarai-Bold, sans-serif;
    font-size: 33px;
    color: var(--white-color);
}
.main-caption-row{
    position: absolute;
    top: 0;
    bottom: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 9;
}
.main-caption-row.b15{bottom: 15%;}
.main-caption-row.b45{bottom: 45% !important;}
.carousel-control-next, .carousel-control-prev{z-index: 99;opacity: 1;}
.carousel-arrow{
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 4px solid #EFC26B;
    border-left: 4px solid #EFC26B;
    background: unset !important;
}
.carousel-control-prev-icon{
    transform: rotate(-45deg);
}
.carousel-control-next-icon{
    transform: rotate(135deg);
}
/* BreadCrumb Style */
ul.breadcrumb {
    padding: 10px 5px;
    list-style: none;
    background: none;
    justify-content: center;
}
ul.breadcrumb li {
    display: inline;
    font-size: 17px;
}
ul.breadcrumb li+li:not(:last-child):before {
    font-family: Almarai-Bold, sans-serif;
    font-size: 17px;
    padding: 5px;
    color: var(--light-orange-color);
    content: ">";
    position: relative;
    top: 1px;
}


ul.breadcrumb li a ,ul.breadcrumb li a:hover{
    color: var(--light-orange-color);
    text-decoration: none;
}
.breadcrumb-underline{
   border-bottom: 1px solid var(--light-orange-color);
    padding-bottom: 7px;
}


/* End BreadCrumb Style*/

.image-div{
    border-radius: 15px;
    position: relative;
}
.image-border-radius{
    border-radius: 15px;
}
.text-under-image{
    font-family: Almarai-Regular,sans-serif;
    font-size: 17px;
    color: var(--gray-color);
    text-align: initial;
}
.image-opacity-div{
    position: absolute;
    top: 0;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}
.image-opacity-div.brown-opacity{
    background-color: rgba(113,98,36,0.63);
}
.image-opacity-div.dark-blue-opacity{
    background-color: rgba(23, 20, 29,0.62);
}
.image-opacity-div.dark-purple-opacity{
    background-color: rgba(51, 33, 100,0.63);
}
.text-on-image{
    font-family: Almarai-Bold,sans-serif;
    font-size: 24px;
    color: var(--white-color);
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    text-align: center;
    width: 60%;
    margin: auto;
}
.more-link,.more-link:hover,.more-link:focus {
    font-family: Almarai-Bold,sans-serif;
    font-size: 18px;
    margin: 11px auto;
    background-color: var(--light-orange-color);
    color: var(--white-color);
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
}
.video-style{
    width: 100%;
    height: 440px;
    border-radius: 15px;
}
.video-opacity-div{
    position: absolute;
    top: 0;
    background-color: rgba(107,103,114,0.62);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    pointer-events: none;
}
.h440{
    height: 440px;
}
.play-button-div{
    position: absolute;
    top: 35%;
    z-index: 1;
    right: 0;
    left: 0;
    pointer-events: none;

}
.num-section-bg{
    background-color: #423665;
}
.circle-div{
    border: 13px solid var(--white-color);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.num-text{
    font-family: Almarai-Bold,sans-serif;
    font-size: 27px;
    color: var(--white-color);
}
.number{
    font-family: Almarai-Bold,sans-serif;
    font-size: 54px;
    color: var(--orange-color);
}
.login-opacity-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(221,166,58,0.89);
}
.text-above-img{
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    text-align: center;
}
.txt-login-now{
    font-family: Almarai-ExtraBold, sans-serif;
    font-size: 33px;
    width: 30%;
    margin: auto;
    color: var(--white-color);
}
.login-now,.login-now:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 18px;
    color: rgb(106 119 127);
    background-color: var(--white-color);
    border-radius: 24px;
    width: 175px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.card-news-style{
    border: 1px solid rgba(196,196,196,0.40);
    border-radius: 7px;
    text-align: initial;
}
.image-border-top-radius{
    border-radius: 7px 7px 0 0;
}
.card-news-title{
    color: #727272;
    font-size: 16px;
}
.card-news-text{
    font-family: Almarai-ExtraBold, sans-serif;
    font-size: 18px;
    color: var(--light-purple-color);
}
.card-news-disc{
    font-family: Almarai-Regular, sans-serif;
    font-size: 16px;
    color: var(--gray-color);
}
.news-card-icon{
    position: relative;
    bottom: 1px;
    width: 15px;
}
.read-more-link,.read-more-link:hover{
    font-family: Almarai-Regular, sans-serif;
    font-size: 16px;
    color: var(--light-orange-color);
}
.read-more-button,.read-more-button:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 18px;
    margin: 11px auto;
    background-color: var(--light-orange-color);
    color: var(--white-color);
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
}

.login-bg-section{
    margin-top: 160px;
    background-color: #F1F1F1;
}
.register-withUs-title{
    font-family: Almarai-ExtraBold, sans-serif;
    font-size: 25px;
    color: var(--light-orange-color);
}
.register-withUs-text{
    font-family: Almarai-ExtraBold, sans-serif;
    font-size: 31px;
    color: var(--light-purple-color);
}
.login-girl-div{
    position: relative;
    bottom: 43%;
    height: 282px;
}

/* Pagination Style */
.page-link,.page-item.disabled .page-link,.page-link:focus,.page-link:hover{
    font-family: Almarai-Regular, sans-serif;
    font-size: 15px;
    border-radius: 6px;
    border: 1.5px solid var(--light-purple-color);
    background: none;
    padding: 7px 13px;
    box-shadow: none;
    color: var(--light-purple-color);
}
.page-item.active .page-link{
    background: var(--light-purple-color);
    border: 1.5px solid var(--light-purple-color);
    color: white;
}
.arrow-pagination-img{
    width: 13px;
}

/* End Pagination Style */
.fixed-social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(107,87,161,0.45);
    width: 85px;
    height: 225px;
    z-index: 1;
    position: fixed;
    left: 0;
    top: 50%;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 2px 10px;
}
.social-bg-box{
    background-color: var(--white-color);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-fixed-icon,.social-fixed-icon:hover{
    font-size: 38px;
    color: var(--light-purple-color);
}
.ww{
    width: 40px;
}
.search-desktop{
    display: block;
}
.search-mobile{
    display: none;
}
.search-display{
    display: block;
}

/*form backend*/
.paginate .flex-1,.paginate p{
    display: none;
}
svg.w-5.h-5 {
    width: 21px !important;
    height: 18px !important;
}
span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5
,a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150
{
/*float: left !important;*/
    display: inline-block !important;
    text-align: center !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;

    font-family: Almarai-Regular, sans-serif;
    font-size: 15px !important;
    border-radius: 6px !important;
    border: 1.5px solid var(--light-purple-color) !important;
    background: none !important;
    padding: 5px 13px !important;
    box-shadow: none !important;
    color: var(--light-purple-color) !important;
    margin-left: 4px;

}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
    font-family: Almarai-Regular, sans-serif;
    font-size: 15px !important;
    border-radius: 6px !important;
    border: 1.5px solid var(--light-purple-color) !important;
    background: none !important;
    padding: 5px 13px  8px!important;
    box-shadow: none !important;
    color: var(--light-purple-color) !important;
    /*float: right !important;*/
    text-align: center !important;
    display: inline-block !important;
    margin-left: 4px;
    width: 34px;
    height: 35px;

}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    background: var(--light-purple-color) !important;
    border: 1.5px solid var(--light-purple-color);
    color: white;
    font-family: Almarai-Regular, sans-serif;
    font-size: 15px !important;
    border-radius: 6px !important;
    border: 1.5px solid var(--light-purple-color) !important;
    padding: 5px 13px  8px!important;
    box-shadow: none !important;
   /* float: right !important;*/
    text-align: center !important;
    display: inline-block !important;
    margin-left: 4px;
    width: 34px;
    height: 35px;
}

span.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
   /* float: right !important;*/
    display: inline-block !important;
    text-align: center !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;

    font-family: Almarai-Regular, sans-serif;
    font-size: 15px !important;
    border-radius: 6px !important;
    border: 1.5px solid var(--light-purple-color) !important;
    background: none !important;
    padding: 5px 13px !important;
    box-shadow: none !important;
    color: var(--light-purple-color) !important;
    margin-left: 4px;

}
.paginate a{
    direction: rtl !important;

}
.shadow-sm {
    box-shadow: 0 0 0 rgba(0,0,0,.075)!important;
}
a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
   /* float: left;*/
    display: inline-block !important;
    text-align: center !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;

    font-family: Almarai-Regular, sans-serif;
    font-size: 15px !important;
    border-radius: 6px !important;
    border: 1.5px solid var(--light-purple-color) !important;
    background: none !important;
    padding: 5px 13px !important;
    box-shadow: none !important;
    color: var(--light-purple-color) !important;
    margin-left: 4px;
}
/**/
.service-section{
    background-color: rgb(237 237 237 / 75%) ;
    padding-bottom: 80px;


};
.media .video-content {position: absolute;top: 0;display:none;}
.main-video {
    position: relative;
}
.color1{
    background-color: rgba(113,98,36,0.63) !important;
}
.color2{
    background-color: rgba(23, 20, 29,0.62) !important;}
.color3{
    background-color: rgba(51, 33, 100,0.63) !important
}
/*  */
.rounded-main-div{
    display: flex;
    justify-content: space-around;
}
.service-rounded-div{
    border-radius: 50%;
    width: 175px;
    height: 175px;
    display: inline-block;
    position: relative;
}
.partner-txt{
    font-family: Almarai-Regular,sans-serif;
    font-size: 17px;
    color: var(--gray-color);
    text-align: center;
}
@media (max-width: 900px){
    .h440{
        height: 180px;
    }
    .video-style{
        height: 180px;
    }
    .home-text-on-image{
        top: -85px;
        /*height: unset;*/
    }
    .login-title{
        font-size: 19px;
    }
    .login-sub-title{
        font-size: 18px;
    }
    .login-home-link, .login-home-link:hover{
        font-size: 18px;
        width: 160px;
        height: 38px;
    }
    .search-desktop{
        display: none;
    }
    .search-mobile{
        display: block;
    }
    .search-icon-btn, .search-icon-btn:hover, .search-icon-btn:focus,
    .login-now, .login-now:hover{
        font-size: 18px;
        width: 160px;
        height: 38px;
    }
    .search-input-style{
        padding-top: 8px;
        margin-top: 8px;
        padding-right: 15px;
    }
    .member-padding{
        padding-right: 11px;
    }
    .study-padding{
        padding-right: 32px;
    }
    .search-input-style::placeholder{
        padding-right: 15px;
        font-size: 16px;
    }
    .video-opacity-div{
        height: 100%;
    }
    .circle-div{
        border: 6px solid var(--white-color);
        margin: auto;
        width: 170px;
        height: 170px;
    }
    .num-text{
        font-size: 17px;
    }
    .number{
        font-size: 43px;
    }
    .text-above-img{
        top: 14px;
    }
    .txt-login-now{
        font-size: 18px;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .title-of-page{
        font-size: 23px;
    }
    .search-display{
        display: none;
    }
    .register-withUs-title{
        font-size: 24px;
    }
    .register-withUs-text {
        font-size: 23px;
    }
    .search-box-div{
        padding: 5px;
    }
    .search-input-style:focus{
        border: 1px solid var(--orange-color)
    }
    .border-between-input{
        background-color: rgba(112,112,112,0.15);
        width: 83%;
        height: 2px;
        display: flex;
        position: relative;
         top: unset;
         left: unset;
        justify-content: center;
        align-items: center;
        margin: auto;
        bottom: -9px;
    }
    .rounded-main-div{
        display: block;
        text-align: center;
    }
}
.image-of-page{
    position: relative;

}
.opacity-div{
    position: absolute;
    top: 0;
    background-color: rgba(95, 87, 124,0.81);
    width: 100%;
    height: 100%;
}
.navbar-style{
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--purple-color);
    z-index: 999;
}
.logout-btn ,.logout-btn:hover{
    font-size: 17px;
    color: var(--white-color);
    border-radius: 33px;
    background-color: var(--light-orange-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 38px;
    outline: none;
    border: none;
}
.navbar-collapse{
    flex-grow: unset;
}
.menu-nav-link,.menu-nav-link:hover{
    font-size: 17px;
    color: var(--white-color);
}

.menu-nav-link.active{
    color: var(--light-orange-color);
}
.menu-nav-link.active:after{
    position: relative;
    top: 28px;
    content: '';
    border-bottom: 2px solid var(--light-orange-color);
    width: 100%;
    display: block;
}
.logout-btn-link,.logout-btn-link:hover{
    font-size: 17px;
    color: var(--white-color);
    border-radius: 33px;
    background-color: var(--light-orange-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 38px;
}
.img-photo{
    border-radius: 50%;
}
.part-nav-div{
   width: 30%;
}
.profile-div{
    display: flex;
    justify-content: flex-end;
}
.image-rounded{
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--purple-color);
}
.user-img{
    width: 23px;
}
.user-name{
    font-size: 18px;
    color: var(--white-color);
}
.user-name.active{
    color: var(--light-orange-color);
}
.between-border{
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    width: 1px;
    height: 25px;
    position: relative;
    top: 3px;
    right: 7px;
}

.lang-link,.lang-link:hover{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: var(--white-color);
}

@media (max-width: 900px){
    .navbar-style{
        position: relative;
        top: unset;
    }
    .part-nav-div{
        width: 100%;
    }
    .bars-btn,.bars-btn:focus{
        color: var(--light-orange-color);
    }
    .menu-nav-link.active:after{
        top: 10px;
    }
    .profile-div{
        justify-content: center;
    }
    .between-border{
        display: none;
    }

}
.footer-bg{
    background-color: #464153
}
.contact-footer-title{
    font-family: Almarai-Bold,sans-serif;
    font-size: 27px;
    color: var(--light-orange-color);
}
.contact-footer-subtitle{
    font-size: 15px;
    color: var(--white-color);
}
.input-footer-style,.input-footer-style:focus{
    background: none;
    outline: none;
    border: 1px solid var(--light-orange-color);
    border-radius: 7px;
   /* padding-right: 15px;*/
    padding: 7px 15px 7px 0;
    width: 100%;
  /*  height: 45px;*/
}
.input-footer-style::placeholder{
    font-size: 13px;
    color: var(--white-color);
    padding: 45px 0 25px 45px;
}
.contact-btn,.contact-btn:focus,.contact-btn:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 18px;
    background-color: var(--light-orange-color);
    color: var(--white-color);
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    border-radius: 24px;
    outline: none;
    box-shadow: none;
}
 .alert-success{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    text-shadow: 2px 2px #ffd22f;
    float: left;
}
.border-between-in-footer{
    background-color: rgba(250,250,250,0.52);
    width: 1px;
    height: 100%;
    display: flex;
    position: absolute;
    top: 18px;
}
.left-border{
    left: 0;
}
.right-border{
    right: 0;
}
.menu-footer{
    list-style: none;
}
.menu-footer li{
    display: flex;
    justify-content: center;
}
.menu-footer-link,.menu-footer-link:hover{
    font-size: 16px;
    color: var(--white-color);
}
.contact-info{
    font-family: Almarai-Bold, sans-serif;
    font-size: 27px;
    color: var(--light-orange-color);
}
.info-subtitle{
    font-size: 15px;
    color: var(--light-orange-color);
}
.info-text{
    font-size: 16px;
    color: var(--white-color);
}
.copyright-div{
    background-color: #3A354A;
}
.social-icon{
    font-size: 20px;
    color: var(--light-orange-color);
}
.copyright-text{
    font-size: 17px;
    color: #D3D3D3;
}
.footer-link,.footer-link:hover{
    font-size: 17px;
    color: #D3D3D3;
}
.border-footer{
    border-right: 1px solid #D3D3D3;
}
.social-media-div{
    display: flex;
}
@media (max-width: 900px){
    .contact-btn, .contact-btn:focus, .contact-btn:hover{
        margin: auto;
    }
    .social-media-div{
        justify-content: center;
    }
    .input-footer-style,.input-footer-style:focus{
        padding: 8px 15px 8px 0;
    }
    .input-footer-style::placeholder{
        padding: 15px 0 15px 25px;
    }
}
.scholarship-text{margin-left: 0 !important;margin-right: 20%;}
.arrow-pagination-img{transform: rotate(180deg);}
.card-button{display: flex;justify-content: space-between;flex-direction: row-reverse;}
.form-contact-style, .form-contact-style:focus{
    background: white;
}
.form-contact-style.select,.form-contact-style.select:focus{padding-left: 42px;}