﻿@media only screen and (max-width: 800px){
    .button-general {      
        padding: 8px 20px !important;
    }
    #dashboard_inner_block {
        padding: 30px 0 !important;
    }

}
@media only screen and (max-width: 450px){
    .button-general {
        padding: 7px 20px !important;
    }
    #dashboard_inner_block {
        padding: 10px 0 !important;
    }
}





::placeholder {
    color: #000000 !important;
    opacity: 65% !important;
    font-size: 14px !important;
}
.form-control:focus {
    color: #495057 !important;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
.checkbox-container {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
checkbox-container > input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
a.emphasize {
    color: #287d8f !important;
    font-weight: 500 !important;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #4598a5 !important;
}
    .checkbox-container input:checked ~ .checkmark:after {
        display: block !important;
    }
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}
#dashboard_inner_block {
    background: #f4f5fa !important;
    padding: 80px 0 !important;
}
.checkbox-container > .checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}
.about-heading-title {
    margin-bottom: 35px;
}

    .about-heading-title h1 {
        font-family: sans-serif, "Poppins" !important;
        margin: 0px !important;
        color: #01273a !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        font-size: 28px !important;
    }

        .about-heading-title h1 span {
            color: #60b0bd;
        }

.text-success {
    color: #28a745 !important;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.lt-co-icon {
    display: block;
    float: left;
}

.lt-co-blok-text {
    padding-left: 55px;
}

.lt-co-title {
    font-family: 'Segoe UI', sans-serif !important;
    color: #343d46 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.lt-co-blok-text hr {
    border: 0 none;
    bottom: 0;
    height: 2px;
    left: 0;
    margin: 10px 0;
    position: relative;
    right: 0;
    text-align: left;
    top: -3px;
    width: 10%;
}
.lt-bdr-one {
    border-bottom: 1px solid #D3D3D3;
}
.lt-bdr-two {
    border-bottom: 1px solid #D3D3D3;
}
.lt-bdr-three {
    border-bottom: 1px solid #D3D3D3;
}
.lt-co-green-hr {
    background: rgb(92, 164, 176);
}

.media-iconic .media-body p {
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding-bottom: 10px !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.notice-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

    .notice-wrapper img {
        width: 20px;
        max-width: 100%;
        margin-right: 10px;
    }

    .notice-wrapper p {
        font-size: 14px !important;
        color: #434343 !important;
        margin: 0 !important;
    }

.checkbox-container {
    display: block;
    position: relative !important;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*  .checkbox-container > input {
            position: absolute !important;
            opacity: 0 !important;
            cursor: pointer !important;
            height: 0 !important;
            width: 0 !important;
        }*/
input[type="radio"], input[type="checkbox"] {
    left: 15px;
    font-size: 30px;
    height: 20px;
    width: 20px;
}
/* .checkbox-container > .checkmark {
            position: absolute !important;
            bottom: 0 !important;
            right: 12px !important;
            height: 20px !important;
            width: 20px !important;
            background-color: #fff !important;
            border: 1px solid #aaa !important;
            border-radius: .25rem !important;
            top: 0px !important;
        }*/

div.bottom-options, div.bottom-options-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button-general.orange {
    background-color: #eb7242;
    color: #000;
}

.button-general {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 10px 0px;
    cursor: pointer;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    text-transform: capitalize;
    color: #434343;
    border: 0 none;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    -moz-box-shadow: 2px 5px 10px #e4e4e4;
    -webkit-box-shadow: 2px 5px 10px #e4e4e4;
    box-shadow: 2px 5px 10px #e4e4e4;
}

    .button-general.fixed-width-small {
        width: 100px;
    }

    .button-general.blue-1 {
        color: #434343 !important;
        background-color: #77C8D9 !important;
        width: 85px !important;
    }

input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group-text i {
    color: #495057 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.massege-icon {
    position: relative;
    top: 10px;
}
.form-check-label {
    font-size: 16px !important;
    color: #212529 !important;
    line-height: 24px !important;
}
a.emphasize {
    color: #287d8f !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}










.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: .25rem;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #4598a5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}