.log-in {
    height: 98vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.form-login {
    width: 308px;
    margin-top: 30px
}

.form-control:focus,
.form-control:hover {
    border-color: #544cf9;
    box-shadow: 0 0 8px 3px #ddd !important;
    outline: 0 !important
}

button.square-an.white {
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    background-image: linear-gradient(to left, #544cf9, #be4cf9);
    transition: all .4s ease-in-out;
    margin-bottom: 0
}

button.square-an.white:hover {
    background-image: linear-gradient(to left, #fff, #fff);
    border-color: #544cf9;
    color: #544cf9
}

.form-group {
    margin-bottom: 20px
}

.form-control {
    border-radius: 50px;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 38px !important
}

.aligne-left {
    text-align: right
}

.dont-acount {
    text-align: center;
    margin-top: 20px
}

.log-in h4 {
    font-size: 30px
}

.forget-password a {
    color: #6a6a83
}

.dont-acount span {
    color: #6a6a83
}

.dont-acount a {
    color: #584cf9
}

.button-form {
    margin-bottom: 20px
}

.eye-relative {
    position: relative
}

.eye-abslute {
    position: absolute;
    top: 34%;
    right: 20px
}

.custom-checkbox {
    font-family: arial;
    max-width: 500px;
    margin: 0 auto
}

.checkbox-list {
    padding: 0;
    list-style: none
}

.checkbox-list li {
    margin-bottom: 15px
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    right: -9999px;
    display: none
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #273869
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
content: '';
    position: absolute;
  left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 4px solid #544cf9;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0px;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
content: '';
    background: #544cf9;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    top: 5px;
    border-radius: 50%;
    left: 7px;
}

[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.span-margin-right {
    margin-left: 33px;
    font-size: 14px;
    color: #7b7b92;
        line-height: 2;
}

.span-margin-right a {
    color: #584cf9
}

.contact {
    margin: auto;
    margin-top: 55px;
    margin-bottom: 55px
}

.contact1 {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 55px;
    margin-bottom: 55px
}

.contact1 .form-group {
    margin-bottom: 30px
}

.contact h4 {
    margin-bottom: 40px;
    font-size: 23px;
    color: #544cf9
}

.contact textarea {
    height: 100px !important;
    resize: none;
    border-radius: 30px
}

.contact textarea row {
    width: 100%
}

.width-50 {
    width: 50%
}

.form-group.width-100 {
    width: 100%;
    display: flex;
    justify-content: center
}

.form-group.width-100 button {
    width: 45%
}

.logout-profile {
    color: #faebd7
}

.logout-profile {
    color: #e1575d;
    text-decoration: underline;
    transition: all .4s ease-in-out
}

.logout-profile:hover {
    color: #cc3d43;
    text-decoration: underline
}

.contact.profile h4 {
    margin-bottom: 10px;
    font-size: 23px;
    color: #5d609a
}

.profile,
.profile .profile-pic {
    position: relative
}

.profile .images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px auto 0 auto;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 0 14px 1px rgba(193, 191, 191, 1);
    box-shadow: 0 0 14px 1px rgba(193, 191, 191, 1);
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%
}

.profile-edit .upload-img {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: 0 0;
    background-size: cover
}

.profile-edit .upload-img:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    left: 0
}

.profile-edit .upload-img span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    font-size: 22px
}

.profile-edit .upload-img span i {
    color: #e4e4e4
}

.profile-edit .upload-img i {
    font-size: 20px;
    color: #393735;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px 1px rgba(193, 191, 191, 1);
    box-shadow: 0 0 14px 1px rgba(193, 191, 191, 1);
    border-radius: 50%;
    font-size: 13px;
    line-height: 32px
}

.profile-edit .upload-img input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: none
}

.profile-edit .uploaded-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    top: 0;
    height: 110px;
    border-radius: 50%;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px 1px rgba(193, 191, 191, 1);
    box-shadow: 0 0 14px 1px rgba(193, 191, 191, 1)
}

.profile-edit .uploaded-block img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    margin-top: -3px
}

.profile-edit .uploaded-block .close {
    position: absolute;
    top: 0;
    color: #fff !important;
    background: #544cf9 !important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    margin: auto;
    padding: 0;
    cursor: pointer;
    text-shadow: none;
    font-size: 19px
}

.tabuu2 {
    padding: 0 110px 0 110px
}

.profile-edit .tabuu2 {
    text-align: left
}

.profile .topNav-left {
    text-align: left;
    width: 100%;
    display: block !important
}

.profile .bootstrap-select .dropdown-toggle:focus,
.profile .topNav-left .bootstrap-select button,
.profile .topNav-left .btn-group.open .dropdown-toggle {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background-color: #fff;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.profile .btn-group.bootstrap-select.form-control.open,
.profile .topNav-left .bootstrap-select {
    border: 2px solid #f1f1f1 !important;
    padding: 4px !important;
    width: 100% !important;
    height: 34px !important;
    margin: 0 !important;
    border-radius: 0 !important
}

.content-profile {
    width: 308px;
    margin: auto
}

section.width-70.contact.profile .contact1 {
    margin-top: 0
}

.profile.all-sections {
    margin: 30px 0 !important
}

.width-100 {
    width: 100% !important
}

.tabl-bottom {
    margin-bottom: 50px
}

form.form-talb {
    width: 90%
}

p.p-padding {
    padding-left: 14px;
    color: #544cf9
}

.enter-phone {
    color: #b6b8b9
}

.div-append {
    display: inline-block;
    float: right;
    background-color: #624cf9;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    width: 100px;
    border-radius: 20px;
    cursor: pointer
}

.clear {
    clear: both;
    content: ''
}

.margin-bot-form {
    margin-bottom: 10px !important
}

#final-result {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 12px;
    border: 1px solid #624cf9;
    border-radius: 29px;
    position: relative
}

#final-result span.delete-append {
    font-size: 17px;
    color: #d93f3f;
    cursor: pointer;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

#final-result span.job-title {
    font-weight: 700;
    float: left
}

#final-result span {
    margin: 0 4px
}

#final-result span.delete-append:hover {
    background-color: #d93f3f;
    color: #fff
}

.contact1 .form-control {
    height: 43px !important
}

.logo-why-us {
    width: 200px;
    margin-bottom: 40px
}

.why-us-p {
    line-height: 2.2;
    text-align: center
}

.contact .form-group textarea {
    height: 100px !important;
    resize: none;
    border-radius: 30px
}

.form-group textarea {
    height: 100px !important;
    resize: none;
    border-radius: 30px;
    padding: 11px !important
}

.add-comment {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center
}

.comment {
    width: 70%
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    right: -9999px
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px
}

.file-upload-input {
    width: 78%;
    font-size: 14px;
    padding: 8px 17px;
    border: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    float: right;
    border-radius: solid 1px solid #ddd;
    border: 1px solid #ddd;
    border-radius: 0 23px 23px 0
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 24px 0 0 24px;
    border: none;
    margin-right: -1px;
    background-color: #544cf9;
    float: right;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 22%;
    padding: 9px 0
}

.contact1.no-margin {
    margin: 0
}

.profile-margin {
    margin: 30px 0
}

.margin-bot-0 {
    margin-bottom: 0 !important
}

@media (max-width:362px) {
    .file-upload-button {
        width: 27%
    }

    .file-upload-input {
        width: 73%;
        padding: 8px 7px
    }
}

@media (max-width:768px) {

    .contact,
    .contact1 {
        margin-top: 35px;
        margin-bottom: 35px
    }
}
.calendar:nth-child(2) {
    display: none !important;
}
