@import "fonts.css";
body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}


/** Login 7 start **/
.login-7-inner {
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 30px 0;
}

.login-7-inner:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/bg2.jpg) top left no-repeat;
    z-index: -99;
    background-size: cover;
}

.login-7-bg_{
    background-image: linear-gradient(to bottom, #24d0ff, #23067a);
}
.login-7-bg{
   /* background-image: linear-gradient(to bottom, #1babcf, #1babcf);*/
    background-image: linear-gradient(to bottom, #e0b615, #e0b615);
}

.login-7-inner #particles-js {
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: -999;
}

.login-7 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}
.login-7 h3,
.login-7 .logo {
display: inline-block;
}

.login-7 .logo img {
    height: 5rem;
}

.login-7 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #040404;
    margin-bottom: 30px;
    padding-left: 3rem;
}


.login-7 .form-info {
    background: #fff;
    border-radius: 0.1rem;
    max-width: 580px;
    margin: 0 auto;

    box-shadow: 4px 0 14px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 4px 0 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 0 14px 0px rgba(0,0,0,0.25);


}

.login-7 .form-section {
    padding: 2rem 3rem 5rem;
    border-radius: .1rem !important;
    text-align: left;
    position: relative;
}

.login-7 label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-7 .form-section p{
    font-size: 16px;
    color: #535353;
}

.login-7 .form-section a{
    color: #535353;
    text-decoration: none;
    font-size: 16px;
}

.login-7 .form-section p {
    margin-bottom: 30px;
}

.login-7 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-7 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-7 .form-section .thembo {
    margin-left: 4px;
}

.login-7 .form-section h1 {
    font-size: 27px;
    font-weight: 600;
    color: #02aad1;
}

.login-7 .form-section h3 {
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: 500;
    color: #040404;
}

.login-7 .form-section .typing > *{
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50);
    text-transform: uppercase;
}

@keyframes typingAnim {
    from {width:0}
    to {width:100%}
}

.login-7 .form-section .form-group {
    margin-bottom: 1rem;

}

.login-7 .form-section .form-control {
    padding: 10px 10px;
    font-size: 12px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #d3d3d3!important;

}



select.form-control {
    appearance: auto; /* სტანდარტული dropdown-ის სტილი */
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px; /* ადგილი ისრისთვის */
}



.login-7 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-7 .form-section .terms {
    margin-left: 3px;
}

.login-7 .btn-section {
    display: inline-block;
}


.login-7 .btn-section .link-btn {
    font-size: 13px;
    float: left;
    text-align: center;
    width: 100px;
    padding: 6px 5px;
    margin-left: 5px;
    color: #535353;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    cursor: pointer;
}

.login-7 .btn-section .btn-1.active-bg {
    color: #fff;
    background: #02aad1;
    border: 1px solid #02aad1;
}

.login-7 .btn-section .btn-1.link-btn:hover {
    color: #fff;
    background: #02aad1;
    border: 1px solid #02aad1;
}



.login-7 .btn-section .btn-2.active-bg {
    color: #fff;
    background: #e0b615;
    border: 1px solid #e0b615;
}

.login-7 .btn-section .btn-2.link-btn:hover {
    color: #fff;
    background: #e0b615;
    border: 1px solid #e0b615;
}

.login-7 .btn-section .btn-3.active-bg {
    color: #fff;
    background: #8e9da1;
    border: 1px solid #8e9da1;
}

.login-7 .btn-section .btn-3.link-btn:hover {
    color: #fff;
    background: #8e9da1;
    border: 1px solid #8e9da1;
}




.login-7 .form-check-input:focus {
    box-shadow: none;
}

.login-7 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    position: absolute;
    background-color: #fff;

}

.login-7 .form-check-input:checked {
    background-color: #02aad1;
    border: solid #02aad1;
}


.login-7 .form-check-input.form-check-input_2:checked {
    background-color: #e0b615 !important;
    border: solid #e0b615 !important;
}


.login-7 .form-check-input.form-check-input_3:checked {
    background-color: #8e9da1 !important;
    border: solid #8e9da1 !important;
}


.login-7 .form-section .form-label,

.login-7 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 12px;
    color: #02aad1;
}

.login-7 .btn-theme {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}

.login-7 .btn-theme:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
    border-radius: 3px;
}

.login-7 .btn-theme:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
}

.login-7 .btn-theme:hover {
    background: transparent;
}

.login-7 .btn-theme:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.login-7 .btn-theme:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.login-7 .btn-lg{
    padding: 0 50px;
    line-height: 46px;
}

.login-7 .btn{
    box-shadow: none!important;
}

.login-7 .btn-md{
    padding: 0 45px;
    line-height: 41px;
}

.login-7 .btn-primary {
    background: #02aad1;
}

.login-7 .btn-primary:before {
    background: #02aad1;
}

.login-7 .btn-primary:after {
    background: #02aad1;
}

.login-7 .btn-primary:hover {
    color: #02aad1;
    border: 2px solid #02aad1;
}

.login-7 .social-list a {
    font-size: 18px;
    margin-right: 15px;
    color: #535353;
}

.login-7 .social-list a:hover {
    color: #02aad1;
}

h1.title span{
    font-size: 1.25rem !important;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: normal;
    color: #535353 !important;
}

h1.title{
    position: absolute; top: .1rem; right: 0rem; font-size: 1rem !important;
}

h1.title.color_1 {
    color: #02aad1;
}

h1.title.color_2 {
    color: #e0b615;
}


h1.title.color_3 {
    color: #8e9da1;
}


#calcForm_2 label{
    color: #e0b615 !important;
}

#calcForm_3 label{
    color: #6c7a7d !important;

}


@media (max-width: 992px) {
    .login-7-inner:before {
        background: none;
    }

    .login-7 .form-section {
        padding: 1rem 34px 40px;
        border-radius: 10px 0 0 10px;
    }

    .login-7 .logo {
        top: 40px;
        left: 40px;
    }

    .login-7 .btn-section {
        top: 40px;
        right: 40px;
    }

    .login-7-bodycolor .ripple-background{
        display: none;
    }
}
/** Login 7 end **/



.form-switch-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    color: #535353;
    font-size: 16px;
}

.custom-switch-input {
    width: 40px !important;
    height: 23px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 24px !important;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-switch-input::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #02aad1;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    transition: transform 0.3s ease;
}

.custom-switch-input:checked {
    background-color: #02aad1;
    border: 1px solid #02aad1;
}

.custom-switch-input:checked::before {
    transform: translateX(18px);
    background-color: #fff;
    top: -0.1rem;
    left: 0px;
}


form{
    margin-bottom: 3rem;
}

.alert_txt{
    padding: 0;
    margin: 0;
    font-size: .75rem !important;
}


.sm-3,
.sm-2,
.sm-1 {
    width: 100%;
    padding: 2rem 0;
    background-color: #02aad1;
    border: 1px solid #02aad1;
    border-radius: .3rem;
    font-size: 16px;
    color: #fafafa;
    text-align: center !important;
    font-weight: bold;
}


.sm-2 {

    background-color: #e0b615 !important;
    border: 1px solid #e0b615 !important;
}

.sm-3 {
    background-color: #8e9da1 !important;
    border: 1px solid #8e9da1 !important;
    color: #000 !important;
}

.btn-section p{
    font-size: 11px !important;
}

.btn-section-pos {
        position: absolute; bottom: -1rem; right: -1rem; padding: 1rem;
}


@media (max-width: 576px) {
    .login-7 .form-section {
        padding: 1rem 20px 40px;
    }



    .login-7 .btn-section {
        bottom: 1rem !important;
        right: -1rem !important;
    }


    .login-7 .btn-section .link-btn {

        width: 70px !important;

    }

}


.copyright a{
    line-height: 1.5rem !important;
    font-size: .75rem !important;
    padding-bottom: 1rem !important;
    color: #535353 !important;
}
.copyright a:hover {
    color: #02aad1 !important;
}

.copyright i {
    font-size: .75rem !important;
    color: #02aad1 !important;
    padding-right: .25rem;
}
.copyright span{
    font-size: 10px !important;
    padding: 0 .5rem    !important;
}


.social-list{
    display: none;
    text-align: center;
    padding-top: 1rem;

}
.social-list  i{
    font-size: .75rem !important;
}


#titledata li {
    border-bottom: 1px solid #d3d3d3;
    margin: 2px 0;
    font-size: .75rem;
}

#titledata li span{
    color: #02aad1 !important;
}

.btn-4:hover {
    color: #fff !important;
    background: #02aad1 !important;
    border: 1px solid #02aad1 !important;
}



.modal-title {
    font-family: 'Conv_bpg_banner_caps';
    font-weight: lighter !important;
    padding-left: 1.5rem;
    color: #02aad1 !important;
    font-size: 1.25rem;

}
.modal-body{
    text-align: center;
    padding: 1.5rem 2rem 3rem;
    font-family: 'Conv_bpg_glaho_arial_2008';
color: #535353 !important;
    line-height: 1.75rem;
    font-size: .85rem !important;
    font-weight: lighter;

}

.modal-body p {
    margin: 0;
    padding-bottom: .5rem;
}

.modal-body p span{
    color: #02aad1 !important;
}

button.close {
    background: #02aad1 !important;
    border: 1px solid #02aad1 !important;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: .25rem !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

p.ge{
    font-family: 'Conv_bpg_glaho_arial_2008';
    color: #535353 ;
    font-size: .75rem !important;
    padding: 0 !important;
    margin: 0 !important;   ;
}
.color_1 {
    color: #02aad1 !important;

}