/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');*/
@font-face {
    font-family: Cairo;
    src: url(../fonts/Cairo-Regular.ttf)
}

@font-face {
    font-family: Cairo-Black;
    src: url(../fonts/Cairo-Black.ttf)
}

@font-face {
    font-family: Cairo-Bold;
    src: url(../fonts/Cairo-Bold.ttf)
}

@font-face {
    font-family: Cairo-ExtraLight;
    src: url(../fonts/Cairo-ExtraLight.ttf)
}

@font-face {
    font-family: Cairo-Light;
    src: url(../fonts/Cairo-Light.ttf)
}

@font-face {
    font-family: Cairo-SemiBold;
    src: url(../fonts/Cairo-SemiBold.ttf)
}


.body-over {
    overflow-y: hidden !important;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #73cadb;
    outline: 1px solid #fff;
    border-radius: 0px;
}


::-moz-selection {
    background: #73cadb;
    color: #fff;
}


::selection {
    background: #73cadb;
    color: #fff;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-family: Cairo, sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    overflow-x: hidden !important;
    direction: rtl;
    text-align: right;
    position: relative;
    background-color: #fbfbfb
}

/*******************************************************************/
/*componenent*/
/*******************************************************************/
.aligne-center {
    text-align: center
}

.aligne-left {
    text-align: left
}

.aligne-right {
    text-align: right
}

.bold {
    font-weight: bold
}


a:hover {
    text-decoration: none
}

.relative {
    position: relative
}

.marg0 {
    margin-bottom: 0
}

.form-control {
    border-radius: 0 !important
}

/*************************************************************************************************/
/************login******************/
/*************************************************************************************************/

form.form-login {
    padding: 5px 20px;
    text-align: right;
}


.sec-title.text-center h2 {
    color: #96663d;
}

.form-group label {
    font-size: 15px;
    font-weight: bold;
    color: #cba761;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    color: #7d7d7d
}

.form-control:focus,
.form-control:hover {
    color: #495057;
    background-color: #fff;
    border-color: #dab176;
    outline: 0;
    box-shadow: unset;
}

.height100 {
    height: 100%;
}

.secheight100 {
    height: 100%;
}

.calcheight100 {
    height: calc(100% - 108px);
}

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

.flex-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

::placeholder {
    font-size: 12px
}

.form-group i {
    transition: all .4s ease-in-out
}

.form-group:focus i {
    transform: rotate(360deg)
}

/*********************************************************/
.width100 {
    width: 100%
}

.form-group.width100 {
    position: relative;
    display: inline-block;
}

section.login {
    padding-top: 40px;
    padding-bottom: 40px
}

label.label-abs {
    position: absolute;
    padding: 9px 7px 1px 7px;
    margin-bottom: 0;
    height: 40px;
}

label.label-abs img {
    width: 22px;
}

.indent {
    text-indent: 30px
}

button.submit {
    background-color: #38b2cb;
    padding: 12px 20px;
    border-radius: 80px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: all .4s ease-in-out
}

button.submit:hover {
    background-color: #dcb164;
}

.log-in a {
    text-decoration: underline;
    float: left
}

.or {
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38b2cb;
}

.vistor {
    padding: 5px 20px;
    /* text-align: right; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.vistor a {
    width: 100%;
    color: #38b2cb;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 12px 0;
    border-radius: 80px;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out
}

.vistor a:hover {

    text-decoration: none;
    background-color: #dcb164;
    color: #fff;

}

.login-bold {
    font-weight: bold;
    font-size: 22px;
    color: #dab164;
    margin-bottom: 0
}

/*

.bacground-form {
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px #d4d4d4;
}
*/
.login-forms {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 0px 21px 0 rgba(0, 0, 0, .09);
    height: 100%;
    border-radius: 15px;
}

.img-logo-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 21px 0 rgba(0, 0, 0, .09);
    width: 100%;
    border-radius: 15px;
}

.form-group.width100 label {
    transition: all .5s ease-in-out
}

.form-group.width100:hover label i {
    transform: rotate(360deg) scale(1.2);
    color: #555
}

.row-login {
    margin-bottom: 20px
}


.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: transparent;
    color: #dab164 !important;
    padding: 0 3px 0 0;
    border: none;
    cursor: pointer;
    border-right: 1px solid #c1bfbf;
    margin: 0 2px 0 0;
    vertical-align: middle;
}

.dropbtn i {
    margin: 0 2px 0 0;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 23px;
    left: 0px;
    margin: 0 auto;
    text-align: right !important;
    background-color: #171614;
    min-height: auto !important;
    box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -webkit-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -moz-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -o-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -ms-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    padding: 0;
    z-index: 99;
    width: 90px;
}

.dropdown-content a {
    color: #BD9A12;
    padding: 0;
    display: block;
    width: 100%;
    padding: 3px;
    color: #fff !important;
    text-align: center;
}

.dropbtn {
    background-color: transparent;
    color: #BD9A12 !important;
    padding: 0 0 0 3px;
    border: none;
    cursor: pointer;
    margin: 0 0 0 2px;
    vertical-align: middle;
    font-size: 17px
}

.dropbtn i {
    margin: 0 10px 0 2px;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 23px;
    left: 0px;
    margin: 0 auto;
    text-align: left !important;
    background-color: #38b2cb;
    min-height: auto !important;
    box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -webkit-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -moz-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -o-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    -ms-box-shadow: 0 6px 12px rgba(37, 34, 34, 1);
    padding: 0;
    z-index: 99;
    width: 90px;
}

.dropdown-content a {
    color: #BD9A12;
    display: block;
    width: 100%;
    padding: 3px;
    color: #fff !important;
    text-align: center;
    transition: all .4s ease-in-out
}

.dropdown-content a img {
    width: 30px;
    margin: 0 0 0 7px;
}

.dropdown1 .dropdown-content a:hover {
    color: #fff !important;
    background-color: #cba761 !important;
    text-decoration: none
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown1:hover .dropbtn {
    color: #c09e1d;
}

.flex-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.dropdown-content a {}


button.submit + a {
    color: #399caf;
    font-size: 16px;
    margin-top: 5px;
    transition: .4s ease-in-out
}

button.submit + a:hover {
    color: #c09e1d;
}

/*****************************************************************/
/***********profile.html*************/
/****************************************************************/
section.header img {
    width: 120px;
    margin-top: 23px;
}

.logo-abs {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    top: -31px;
    background-color: #171c26;
    border-radius: 50%;
    text-align: center
}

section.header {
    padding: 20px 0;
    background-color: #171c26;
}

section.header .row {
    align-items: center
}

.log-out {
    color: #fff;
    font-size: 16px
}

.log-out:hover {
    color: #c09e1d;

}

section.header .dropbtn {
    color: #fff !important
}

.logo-abs {
    position: absolute
}

section.content {
    margin-top: 90px;
    padding: 20px 0;
}

.div-link {
    width: 200px;
    height: 200px;
    border: 2px solid #171c26;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #ddd;
    background-color: #def0f7;
    transition: all .4s ease-in-out;
    /*animation: example;
    animation-duration: 4s;*/
    animation-timing-function: linear;
    animation-delay: 3s;
    animation-iteration-count: infinite;

}

.div-link-a {
    width: 200px;
    height: 200px;
    margin: auto;
}

.div-link + p {
    color: #38b2cb;
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px;
    text-shadow: 0 0 1px #000;
}

.div-link:hover {

    background-color: #d0eaf4;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    animation: unset;
   /* transform: translate(0);
    transform: rotateZ(45deg) scale(1.05);*/
}

@keyframes example {
    0% {
        transform: translatex(5px)
    }

    20% {
        transform: translatey(5px)
    }

    40% {
        transform: translate(0px)
    }

    60% {
        transform: translatex(-5px)
    }

    80% {
        transform: translatey(-5px)
    }

    100% {
        transform: translate(0px)
    }

}

/******************footer************/
.footer {
    position: absolute;
    padding: 20px 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #171c26;
    color: #fff;
    text-align: center;
    font-size: 16px
}

.footer p {
    margin-bottom: 0
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 100px
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px
}



/*****************************************************************/
/***********profile-detalis.html*************/
/****************************************************************/

.nav {
    justify-content: center;

}

.label-span {
    font-size: 18px;
    color: #38b2cb;
    font-weight: bold
}

.button-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    background: #171c26;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
        /*    border-radius: 20px; */
}

.button-hover:before,
.button-hover:after,
.button-hover span:before,
.button-hover span:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #38b2cb;
    transition: 1s;
    mix-blend-mode: hue;
}

.button-hover:before {
    top: -3px;
    left: -3px
}

.button-hover:after {
    top: -3px;
    right: -3px;
}

.button-hover span:before {
    bottom: -3px;
    left: -3px
}

.button-hover span:after {
    bottom: -3px;
    right: -3px
}

.button-hover:hover:before,
.button-hover:hover:after,
.button-hover:hover span:before,
.button-hover:hover span:after {
    width: calc(150px/2);
    height: calc(45px/2)
}

.buttons {
    position: relative;
}


/*.opacity-animate4 {
    animation: opt-animation4 1.5s;
    animation-fill-mode: forwards
}*/


@keyframes opt-animation4 {
    0% {
        transform: scale(0) rotate(360deg);
    }

    60% {
        transform: scale(0.8) rotate(-10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #38b2cb;
    font-weight: bold;
    font-size: 16px;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    font-weight: bold;
    font-size: 16px;
}

li.nav-item {
    margin: 0 20px;
    background-color: #d1ab62;
    color: #fff !important;
    border-radius: 4px;

    position: relative
}

li.nav-item a {
    color: #fff;
}


.have-detalis {
    min-height: 280px;
    padding: 20px 0;
}

li.nav-item::after {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background-color: #171c26;
    top: 5px;
    z-index: -1;
    left: 5px;
    border-radius: 3px;
    transition: all .4s ease-in-out
}

li.nav-item:hover::after {
    top: 2px;
    left: 2px
}

/*************modal***************/
.button.buttons {
    position: initial
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

.modal-body button.buttons {
    margin-top: 45px;
    width: 100%
}

.add_field_button {
    color: #38b2cb;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 13px;
}

.modal-dialog.opacity-animate4 {
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-dialog {
    margin: 0 .5rem;
}

.form-add .form-control {
    width: 90%;
    display: inline-block
}

a.remove_field i {
    color: #d23d32;
    margin-right: 10px;
    font-size: 20px;
    transition: all .4s ease-in-out
}

i.fas.fa-times:hover {

    color: #822b25;
}

/*.modal-body .button-hover{
    left: 0;
    right: 0;
    margin: auto
}*/
/*****************************************************************/
/***********single.html*************/
/****************************************************************/
thead tr {
    background-color: #d4ac62;
    color: #fff
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0;
}

div#example_wrapper input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px;
    margin-right: 7px;
    font-size: 12px;
    transition: all .4s ease-in-out
}

div#example_wrapper input[type="search"]:hover {
    border: 1px solid #d4ac62
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #e5f2f9;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: inherit;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: inherit;
}

#example {
    width: 100%
}

.table-marg-bottom {
    margin-bottom: 20px
}

div#example_info {
    display: none;
}

div#example_paginate {
    display: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d4ac62;
}

button-hover {
    position: absolute;
    top: 50px;
}

.buttons.abutton .button-hover {
    top: 50px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #171c26;
}


modal-body .button-hover {
    position: absolute;
    top: 50%;
    left: auto;
}

div#example_length {
    display: none;
}

.header-title {
    font-size: 22px;
    font-weight: bold;
    color: #d4ac62;
}

.flex-td {
    display: flex;
    align-items: center;
    font-size: 20px
}

.flex-td div:first-child {
    margin-left: 20px
}

td.flex-td i {
    color: #399caf;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse {
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background-color: #ddd;
    color: black;
    height: 40px;
    padding: 10px 14px;
    position: absolute;
    z-index: 9;
    font-size: 12px
}

.f-input {
    height: 40px;
    background-color: white;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 400px;
    float: left;
    padding: 0 14px;
    text-indent: 75px
}


/*********************************************************/

/*****research-details***********/

/********************************************************/

.div-link.div-link1 {
    animation: unset
}

.div-link1 {
    animation: unset;
    width: 150px;
    height: 150px;
}

.div-link1 img {
    width: 70px
}

.margin-detalis {
    margin: 11px 0;
}

.div-link1 + p {
    font-size: 17px;
}

.know-height {
    height: 50px
}

/*********************************************************/

/*****all members.html ***********/

/********************************************************/

td {
    color: #171c26;
    font-size: 13px;
}

td a {
    color: #171c26;
    font-size: 13px;
}

td a:hover {
    color: #171c26;
    font-size: 13px;
}

/*
#content-wrap{
    background-image: url(../img/IMG-20180408-WA0110-1200x686.jpg.600x400_q85.jpg)
}
*/

/*********************************************************/

/*****responsive***********/

/********************************************************/




@media only screen and (max-width: 768px) {

    .secheight100,
    .height100,
    .calcheight100 {
        height: auto
    }

    section.login.secheight100 {
        height: 100%;
        display: flex;
        align-items: center
    }

    img.logo {
        margin-bottom: 60px;
    }

    .bacground-form {
        background-color: inherit
    }

    .bacground-form {
        box-shadow: unset
    }

    .login-forms {

        background-color: inherit;
        box-shadow: unset;

    }

    .img-logo-flex {
        background-color: inherit;
        box-shadow: unset;
    }
}

@media only screen and (max-width: 600px) {

    .div-link {
        width: 120px;
        height: 120px;


    }

    .div-link-a {
        width: 120px;
        height: 120px;
        margin: auto;
    }

    .div-link + p {
        color: #38b2cb;
        font-size: 17px;

    }

    .div-link > a > img {
        width: 70px;
    }


    /**********************************************/
    /***********personal-detalis*******************/
    /**********************************************/
    .nav-pills .nav-link,
    .nav-pills .show > .nav-link {
        font-weight: bold;
        font-size: 14px;
    }

    li.nav-item {
        margin: 0 10px;

    }

    .label-span {
        font-size: 15px;
        color: #38b2cb;
        font-weight: bold;
    }

    #content-wrap {
        padding-bottom: 100px;
    }

    section.content {
        margin-top: 70px;
        padding: 20px 0;
    }


    .div-link1 + p {
        color: #38b2cb;
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 0rem auto;
    }
}

@media only screen and (max-width: 500px) {
    img.logo {
        width: 150px;
    }

    .login-bold {
        font-size: 20px;
    }

    section.header img {
        width: 70px;
    }

    .log-out {
        color: #fff;
        font-size: 13px;
    }

    .logo-abs {

        width: 110px;
        height: 110px;
    }

    .dropbtn {
        font-size: 15px;
    }

    .footer {

        font-size: 13px;
    }

    /**********************presonal-detalis********************/

    .nav-pills .nav-link,
    .nav-pills .show > .nav-link {
        font-weight: bold;
        font-size: 13px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {

        font-size: 13px;
    }

    li.nav-item {
        margin: 0 6px 10px 6px;
    }

    .footer {

        font-size: 13px;
    }

    .form-add .form-control {
        width: 88%;
        display: inline-block;
    }
}

@media only screen and (max-width: 320px) {
    img.logo {
        margin-bottom: 30px;
        width: 100px;
    }

    .form-add .form-control {
        width: 86%;
        display: inline-block;
    }
}

/********modfication******/
.input-relative {
    position: relative;
    z-index: 99
}

.abs-z0 {
    z-index: 0
}

.alert-success {
    color: #000000;
    background-color: #38b2cb70;
    border-color: #a5dbe6;
}




/*new -rgistration*/
.login-forms-new .login-forms {
    display: flex;
    align-items: center;
    justify-content: unset;
    overflow: scroll
}

.login-forms-new .flex-login {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap
}

.login-forms-new .login-forms .form-group.width100 {
    width: 49%;
    display: inline-block
}

.login-forms-new .width100 {
    width: 49%;
    display: inline-block;
    flex-grow: 1;
    flex-basis: 160px;
    margin: 0 8px 1rem;
}

form.form-login.width100 {
    width: 100%;
}

.aligne-right.width100.login-forms.login-forms-new {
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 10px
}

a.login-bold.aligne-right:hover {
    color: #dab164;
}


.bg-academy {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -10px -10px;
}


.bg-diploma {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -62px -10px;
}

.bg-certificate {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -10px -62px;
}

.bg-contract {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -62px -62px;
}

.bg-social {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -114px -10px;
}

.bg-flag {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -114px -62px;
}


.bg-key {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -10px -114px;
}


.bg-email {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -62px -114px;
}


.bg-toilets {
    width: 32px;
    height: 32px;
    background: url('css_sprites.png') -114px -114px;
}


@media only screen and (max-width: 768px) {

    .login-forms-new .login-forms {
        display: flex;
        align-items: center;
        justify-content: unset;
        overflow: auto
    }

    .login-forms-new form.form-login {
        padding: 30px 20px;

    }

    .login-forms .form-group.width100 {
        width: 100%;
        display: block
    }

    section.login.login-new {
        height: auto;

    }

    .login-forms-new .flex-login {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

}


/* ***********modfication ****** 3/10/2019***********/
.flex-td div{
    margin-left: 20px;
}
thead tr th{
    padding: 6px 10px
}
tr td{
    padding: 6px 10px
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus{
    width: 100%
}

div#example_filter {
    display: none;
}

.pointer{
    cursor: pointer
}
select.form-control.indent{
    font-size: 14px
}



/************modfication********9 /10 / 2019 *********************************/

.flex-buttons-close{
    display: flex;
    align-items: center;
    justify-content: center
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-weight: 200;
}
.alert-danger {
    color: #721c24;
    background-color: #f5ddb2;
    border-color: #f5ddb2;
   }

@media only screen and (max-width: 500px) {
    .flex-buttons-close{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
    .close:not(:disabled):not(.disabled) {
    top: 12px
}
}