﻿@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400..900&display=swap');

.cursor-pointer {
    cursor: pointer
}

.form-control {
    font-size: 16px;
    padding: 20px 20px;
}

.mh-200 {
    min-height: 200px;
}

.max-width-50 {
    max-width: 50%;
}

.max-width-60 {
    max-width: 60%;
}

.max-width-70 {
    max-width: 70%;
}

.max-width-80 {
    max-width: 80%;
}

.mw-100 {
    min-width: 100%;
}

.mh-100 {
    min-height: 100vh;
}

.text-dark {
    color: #575757 !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.btn {
    font-size: 16px;
}

    .btn:hover {
        cursor: pointer;
    }

    .btn.btn-primary:disabled {
        color: white;
        background-color: #575757;
        border-color: #575757;
    }

input,
select {
    height: 36px !important;
}

.btn-primary {
    border: 1px solid #396cf0;
    color: #396cf0;
    padding: 7px 7px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .btn-primary:hover {
        background-color: #396cf0;
        color: #ffffff;
        -webkit-box-shadow: 0px 1px 10px 0px rgb(56 101 219 / 75%);
        -moz-box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
        box-shadow: 0px 1px 10px 0px rgb(56 101 219 / 75%);
    }

.btn-danger {
    border: 1px solid #dc3545;
    color: #dc3545;
    padding: 7px 7px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .btn-danger:hover {
        background-color: #dc3545;
        color: #ffffff;
        -webkit-box-shadow: 0px 1px 10px 0px rgb(56 101 219 / 75%);
        -moz-box-shadow: 0px 1px 10px 0px #dc3545;
        box-shadow: 0px 1px 10px 0px rgb(56 101 219 / 75%);
    }

.btn-warning {
    border: 1px solid #ffc107;
    color: #ffc107;
    padding: 7px 7px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .btn-warning:hover {
        background-color: #ffc107;
        color: #ffffff;
        -webkit-box-shadow: 0px 1px 10px 0px rgb(56 101 219 / 75%);
        -moz-box-shadow: 0px 1px 10px 0px #ffc107;
        box-shadow: 0px 1px 10px 0px rgb(56 101 219 / 75%);
    }

.btn-dark {
    border: 1px solid #575757;
    color: #575757;
    padding: 7px 7px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .btn-dark:hover {
        background-color: #575757;
        color: #ffffff;
        -webkit-box-shadow: 0px 1px 10px 0px #575757;
        -moz-box-shadow: 0px 1px 10px 0px #575757;
        box-shadow: 0px 1px 10px 0px #575757;
        border-color: #575757;
    }

.alert-info {
    background-color: #f1f7fa;
    border-color: #f1f7fa;
}

.team-detail-box-layout1 .btn {
    font-size: 16px;
}

.btn-lg {
    font-size: 18px !important;
}

.header-contact-layout1 ul li {
    font-size: 14px !important;
}

@media (max-width: 576px) {
    .team-detail-box-layout1 {
        padding: 20px;
    }

    /* .container>* {
        padding-left: 5px;
        padding-right: 5px;
    } */

    footer > section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        footer > section:first-child {
            padding-top: 20px;
            padding-bottom: 20px;
        }
}

.height-auto-important {
    height: auto !important;
}

.fs12 {
    font-size: 1.2em;
}

.fs14 {
    font-size: 1.4em;
}

.checkbox-lg {
    transform: scale(1.5);
    margin-top: 7px;
}

.max-width-fit-content {
    max-width: fit-content;
}

.justify-content-center {
    justify-content: center;
}

.nav-style2 {
    height: 110px;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.nav-style2-bottom {
    margin: 110px 0 auto;
}

.nav-style2-bottom-li-a {
    padding: 25px 15px 25px !important;
    color: white !important;
}

.nav-style2-cols-border {
    border-right: 1px solid gray;
}

.nav-style2-cols-span {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.col-15 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.col-25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-35 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.col-375 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.col-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.col-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.login2-ul {
    list-style: none;
}

    .login2-ul li:before {
        content: "\2022";
        font-weight: bold;
        display: inline-block;
        width: 2em;
        margin-left: -1em;
        font-size: 20px;
        line-height: 20px;
    }

.img-white-transparent {
    mix-blend-mode: multiply;
}


.font-weight-600 {
    font-weight: 600;
}

.align-items-center {
    align-items: center;
}

.widget-call-to-action {
    padding: 0;
}

.widget-call-to-action-left {
    padding-left: 20px;
}

.widget-call-to-action-left-icon {
    font-size: 40px;
}

.widget-call-to-action-right {
    padding-top: 30px;
    padding-bottom: 20px;
}

.color-unset,
.color-hover-unset:hover {
    color: unset;
}

.header-action-items-layout1 ul .action-items-primary-btn {
    padding: 14px 14px;
}



    .pageSectionHeader.success:after {
        content: "";
        display: block;
        width: 50px;
        height: 4px;
        background-color: var(--color-green);
        margin: 10px 0 20px;
    }
	
	
	
	

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 18px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background-color: #ccc;*/
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid var(--color-primary);
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        background-color: var(--color-primary) !important;
    }

input:checked + .slider {
    /*    background-color: #2196F3;*/
    background-color: var(--color-primary) !important;
}

input:focus + .slider {
   /* box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: white !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


input, select {
	border: 1px solid black;
}

select {
    padding-left: 1em;
}
	
.fieldName {
	height: 34px;
	line-height: 34px;
}

input {
    padding: 12px 20px;
    box-sizing: border-box;
    accent-color: var(--color-primary);
}

    input[type="radio"] {
        accent-color: var(--color-primary);
    }

    input[type="radio"]:checked {
           border: none;
    }