﻿@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    background: #eddde3;
}

*,
::after,
::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

form {
    display: block;
    width: 100%;
}

input {
    border: none;
    background: transparent;
}

    input::focus {
        outline: none;
        box-shadow: none;
    }

a {
    display: inline-block;
    text-decoration: none;
}

span {
    display: inline-block;
}

button {
    display: inline-block;
    border: none;
    background: transparent;
    cursor: pointer;
}

.container {
    max-width: 100%;
    padding: 0 20px;
}

/*.main-area {
	background: #eddde3;
}*/

.hdr_logo {
    text-align: center;
    padding: 30px 0 20px;
}

.main_form .container {
    margin-bottom: 105px;
}

.main_form h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FA5373;
    margin: 0 0 21px;
}

.bg-round-div,
.nasil_checkbox {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}


/*custom - input + select*/

.form-group {
    display: flex;
    height: 50px;
    width: 100%;
    margin: 0 auto 11px;
}

.control-label {
    /*! font-size: 16px; */
    /*! font-weight: 400; */
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    /*! line-height: 29px; */
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #81819B;
}

.form-group.telf .control-label {
    opacity: 1 !important !important;
    transform: scale(0.75) !important;
    color: #2196f3 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: -0.5px !important;
    color: #81819B !important;
}

.form-group.focused .control-label {
    opacity: 1 !important;
    transform: scale(0.75);
    color: #2196f3;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: #81819B;
}

.form-control {
    align-self: flex-end;
}

    .form-control::-webkit-input-placeholder {
        color: transparent;
        transition: 240ms;
    }

    .form-control:focus::-webkit-input-placeholder {
        transition: none;
    }

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.846;
    color: #666666;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #29335C;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #bbbbbb;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #bbbbbb;
    }

    .form-control::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: transparent;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

textarea,
textarea.form-control,
input.form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-size: 16px;
}

    textarea:focus,
    textarea.form-control:focus,
    input.form-control:focus {
        -webkit-box-shadow: inset 0 -1px 0 rgba(129, 129, 155, 0.2);
        box-shadow: inset 0 -1px 0 rgba(129, 129, 155, 0.2);
    }

    textarea[disabled], input {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px dotted #ddd;
    }

select,
select.form-control {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 0\9;
    background-image: url(images/angle_down.png);
    -webkit-background-size: 13px 13px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    /*! font-size: 16px; */
    /*! line-height: 1.5; */
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #81819B;
}

    select::-ms-expand,
    select.form-control::-ms-expand {
        display: none;
    }

    select.input-sm,
    select.form-control.input-sm {
        font-size: 12px;
    }

    select.input-lg,
    select.form-control.input-lg {
        font-size: 17px;
    }

    select:focus,
    select.form-control:focus {
        -webkit-box-shadow: inset 0 -2px 0 #2196f3;
        box-shadow: inset 0 -1px 0 #dddddd;
        background-image: url(images/angle_down.png);
    }

    select[multiple],
    select.form-control[multiple] {
        background: none;
    }

/*datepicker*/
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #546E7A;
        font-size: 0.875rem;
        text-decoration: none;
    }

        .ui-datepicker-calendar tbody td a:hover {
            background-color: #E0F2F1;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            background-color: #009688;
            color: white;
        }

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}


.nasil_checkbox {
    margin: 10px 0 0;
}

    .nasil_checkbox h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #FA5373;
    }

    .nasil_checkbox span {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #FA5373;
        display: block;
        margin: 0 0 12px;
    }

    .nasil_checkbox p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #29335C;
        display: inline-block;
        margin: 0 20px 0 0;
    }



    .nasil_checkbox input[type=checkbox] {
        position: relative;
        border: 1px solid #81819B;
        border-radius: 2px;
        background: #ECECF4;
        cursor: pointer;
        line-height: 0;
        margin: 0 6px 0 0;
        outline: 0;
        padding: 0 !important;
        vertical-align: text-top;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        /*! opacity: .5; */
        border-radius: 4px;
    }

        .nasil_checkbox input[type=checkbox]:hover {
            opacity: 1;
        }

        .nasil_checkbox input[type=checkbox]:checked {
            background-color: #3A0CA3;
            /*! opacity: 1; */
            border: 1px solid #3A0CA3;
        }

        .nasil_checkbox input[type=checkbox]:before {
            content: '';
            position: absolute;
            right: 50%;
            top: 50%;
            width: 5px;
            height: 8px;
            border: solid transparent;
            border-width: 0 2.2px 2.2px 0;
            margin: -0.5px -1.5px 0 -2px;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
        }

    .nasil_checkbox input[type="checkbox"]:checked::before {
        border: solid #FFF;
        border-width: 0 2.2px 2.2px 0;
    }

.pos-rel {
    position: relative;
}

#chk_option_error {
    position: absolute;
    bottom: 3px;
    visibility: hidden;
    color: red;
    font-size: 14px;
}

/*========card_checkbox========*/

.card_checkbox h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #81819B;
    margin: 0 0 10px;
}

.card_checkbox p {
    margin: 0;
}

.card_checkbox input {
    width: 72.1px !important;
    margin: 0 !important;
}

.card_checkbox label {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #81819B;
    margin: -3px 0 0 10px;
}

    .card_checkbox label a {
        color: #81819B;
        text-decoration: underline;
        display: initial;
    }


/*=====submit_btn======*/

.submit_btn {
    padding: 20px;
    background: #FFF;
    margin: 20px 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .submit_btn button[type="submit"] {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.5px;
        color: #FFFFFF;
        display: block;
        width: 100%;
        background: #FA5373;
        border-radius: 50px;
        padding: 11px 0;
    }


.permission input {
    width: 18px !important;
}

.permission label {
    width: calc(100% - 18px);
}

/*
============
gift.html
============
*/

.gift_div .img_div {
    text-align: center;
}

.gift_div h4 {
    line-height: 16.42px !important;
    text-align: center;
    margin: 12px 0 30px;
}

.gift_div .contact_a a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #29335C;
}

.gift_div .contact_a {
    margin: 0 0 22px;
}

.pdng_1 {
    padding: 33px 0 0;
}

.srt-pdn {
    padding-bottom: 10px !important;
}

.marg_div {
    margin: 0 0 96px;
}


/*
===============
welcome.html
===============
*/

.done_logo {
    text-align: center;
    padding: 20px 0 30px;
}

    .done_logo h2 {
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        color: #FA5373;
        margin: 20px 0 0;
    }

.kodu_div {
    text-align: center;
    padding: 20px 40px 30px;
    background: #FFFFFF;
}

    .kodu_div h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        margin: 12px 0 0;
        color: #FA5373;
    }

    .kodu_div h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #29335C;
        margin: 10px 0;
    }

    .kodu_div p {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #81819B;
    }

.logo-area {
    text-align: center;
    padding: 30px 0 120px;
}

    .logo-area ul li a img {
        width: 180px;
        margin: 0 0 10px;
    }





/*modal*/

.modal-header {
    border-bottom: none;
    position: sticky;
}

    .modal-header h5 {
        font-size: 16px;
        font-weight: 600;
        color: #FA5373;
    }

.modal-body.pop1-body {
    background: #ECECF4;
}

.modal-body p {
    font-size: 12px;
    font-weight: 400;
    color: #29335C;
    margin-bottom: 20px;
}


.req-modal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 0;
}

.req-modal .modal-content {
    border-radius: 20px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
}

.req-modal .modal-body {
    padding: 0 20px 20px;
}

.req-modal h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #29335C;
    margin-bottom: 10px;
}

.req-modal p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    color: #29335C;
}

.req-modal ul {
    padding: 0 20px;
    margin-bottom: 20px;
    list-style-type: disc;
}

    .req-modal ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #29335C;
        margin-bottom: 10px;
    }

.req-modal .modal-body button {
    padding: 11px 30px;
    background: #29335C;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    width: 100%;
}




/* select2 style */


.select2-wrapper .select2-container {
    width: 100% !important;
    top: 20px;
}

    .select2-wrapper .select2-container .selection {
        width: 100% !important;
    }

.select2-wrapper .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
    padding-right: 0\9;
    background-image: url(images/angle_down.png);
    -webkit-background-size: 13px 13px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #81819B;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #81819B;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    top: -22px;
}

.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #29335C;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: transparent;
    cursor: not-allowed;
}
