@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

body {
    font-family: "Source Sans Pro", sans-serif;
    background-color: #ebebeb;
}

.credit-card-title {
    font-size: 22px;
    padding:10px;
}

.container-body {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
}

.form-container {
    margin-top: 2%;
}

.or {
    text-align: center;
    padding: 1%;
    font-size: 20px;
    color: #a4a4a4;
}

.payment-overview {
    position: relative;
    text-align: center;
    background: #f1f1f1;
    padding: 3%;
    /*padding-top: 120px;*/
    -webkit-border-top-left-radius: 5px;
    /*-webkit-border-bottom-left-radius: 5px;*/
    -moz-border-radius-topleft: 5px;
    /*-moz-border-radius-bottomleft: 5px;*/
    border-top-left-radius: 5px;
    /*border-bottom-left-radius: 5px;*/
}

.payment-details {
    background: #fff;
    padding: 5%;
    padding-top: 2%;
    -webkit-border-top-right-radius: 5px;
    /*-webkit-border-bottom-right-radius: 5px;*/
    -moz-border-radius-topright: 5px;
    /*-moz-border-radius-bottomright: 5px;*/
    border-top-right-radius: 5px;
    /*border-bottom-right-radius: 5px;*/
}

.payment-footer {
    text-align: center;
    background: #fff;
    padding: 1%;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.preloader {
    font-size: 20px;
    text-align: center;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 111;
    font-family: "Source Sans Pro", sans-serif;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #01ad69;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 768px) {
    .payment-overview {
        /*height: 400px;*/
    }

    .payment-details {
        /*height: 400px;*/
    }
}

.credit-card-icon {
    float: right;
    font-size: 23px;
}

@media screen and (max-width: 750px) {
    .form-container {
        margin-top: 1%;
    }

    .payment-overview {
        height: auto;
        padding: 5%;
        padding-top: 5%;
    }

    .payment-details {
        height: auto;
        padding: 5%;
    }

    /*.ccicon {
        right: 38px !important;
        top: calc(50% - -21px) !important;
        width: 50px !important;
    }*/
/*
    .ccv-icon {
        right: 57px !important;
        top: calc(55% - -52px) !important;
    }
*/
    .tabIconCard {
        right: 38px !important;
        top: calc(50% - -83px) !important;
        width: 50px !important;
    }

    .tabIconCcv {
        right: 59px !important;
        top: calc(55% - -109px) !important;
    }

}

.product-payment {
    font-size: 20px;
    color: #5f5f5f;
}

.price-payment {
    font-size: 25px;
    color: #00af6c;
    margin-bottom: 60px;
}

.long-number {
    width: 100%;
    border: 1px solid #c6c6c6;
    padding: 2%;
}

input {
    color: #000;
    border: 0px solid #a6a7ab;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
.city{
    width: 50%;
    border: 1px solid #c6c6c6;
    padding: 2%;
    font-size: 15px;
    font-weight: bold;
    -webkit-appearance: auto;
}
.state{
    width: 49%;
    border: 1px solid #c6c6c6;
    padding: 2%;
    font-size: 15px;
    font-weight: bold;
    -webkit-appearance: auto;
}
.district{
    width: 50%;
    border: 1px solid #c6c6c6;
    padding: 2%;
    font-size: 15px;
    font-weight: bold;
    -webkit-appearance: auto;
}
.postcode{
    width: 49%;
    border: 1px solid #c6c6c6;
    padding: 2%;
}
.tax-name{
    width: 50%;
    border: 1px solid #c6c6c6;
    padding: 2%;
}

.tax-number{
    width: 49%;
    border: 1px solid #c6c6c6;
    padding: 2%;
}

.exp-date {
    /*width: 50%;*/
    border: 1px solid #c6c6c6;
    padding: 4%;
    /*margin-top: 3%;*/
}
.security-code {
    /*width: 49%;*/
    border: 1px solid #c6c6c6;
    padding: 4%;
    /*margin-top: 3%;*/
}

.security-code-p {
    width: 70%;
    padding: 7%;
    padding-top: 3%;
    font-size: 15px;
    float: right;
    color: #9e9fa0;
    margin: 0 0 0px;
    text-align: start;
}

.year-select {
    color: #9e9fa0;
    width: 38%;
    margin-left: 2%;
    border: 1px solid #c6c6c6;
    padding: 3%;
    text-align: center;
}

.month-select {
    color: #9e9fa0;
    width: 58%;
    border: 1px solid #c6c6c6;
    padding: 3%;
}

.proceed-button {
    background: #ff6700;
    width: 100%;
    padding: 2%;
    border: 0px solid green;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paypal-button {
    background: #197faf;
    width: 100%;
    padding: 5%;
    border: 0px solid green;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paypal-icon {
    font-size: 22px;
    color: #fff;
}

select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type=number] {
    -moz-appearance: textfield;
}

.labelT {
    float: left;
    font-weight: bold;
}

.partner {
    margin-bottom: 20px;
}

.logo {
    width: 70%;
}

.clogo {
    width: 100%;
    margin-left: -33px;
}

.orderID {
    float: right;
}

hr {
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
}

.bottom-buttons {
    margin-top: 25px;
}

input.invalid {
    border: 2px solid red;
}

.validation.failed:after {
    color: red;
    content: "Doğrulama Başarısız!";
}

.validation.passed:after {
    color: green;
    content: "Doğrulama Başarılı.";
}

.card-logo {
    position: absolute;
    padding: 15px;
    text-align: center;
}
.card-logo .cardlogo {
    width:25%;
}
/*
.ccv-icon {
    position: absolute;
    right: 70px;
    top: calc(55% - -88px);
}*/

.tabIconCard {
    right: 40px;
    top: calc(50% - -110px);
    width: 50px ;
}

.tabIconCcv {
    right: 66px;
    top: calc(55% - -152px) ;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'] {
    /*display: flex;*/
    flex-direction: column;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 50px;
    /*border-bottom: 1px solid #333;*/
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 11px;
    text-align: center;
    height: 50px;
    line-height: 31px;
    background-color: #f1f1f1;
    color: #000;
    overflow: hidden;
    position: relative;
    width: 50%;
    font-weight: bold;
    font-size: 22px;
}

.tab_last {
    /*border-right: 1px solid #333; */
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #fff;
    color: #333;
    /*border-bottom: 1px solid #fff;*/
    display: block;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}


.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {

    }
    .ccnumber input {
        text-indent:40px !important;
    }

    input {
        font-size: 15px;
        font-weight: normal;
    }
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        /*border-top: 1px solid #333;*/
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color: #666;
        color: #fff;
    }
}

.icon-number3 {
    content: "\2462";
}

.card-body {
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}
.notify {
    padding:15px;
    font-size: 1.2em;
}
.info-box {
    display: inline-table;
    padding:15px;
    background-color: #f4f4f4;
    margin-top:20px;
    margin-bottom:20px;
}

.expdate {
    width: 50%;
    display: inline;
}


.cvc {
    position: relative;
    display:inline;
}

.cvc input {
    text-indent: 40px;
}

.cvc .ccv-icon {
    position: absolute;
    top: -8px;
    left: 10px;
}


.ccnumber {
    position: relative;
    display:inline;
}

.ccnumber input {
    text-indent: 32px;
}

.ccnumber .card-icons {
    position: absolute;
    /*width: 50px;*/
    height: 30px;
    font-size:23px;
    color: #ff6700;
    top: -4px;
    left: 10px;
}
.ccnumber .ccicon {
    position: absolute;
    width: 60px;
    height: 30px;
    top: -7px;
    right: 5px;
}

.expdate {
    position: relative;
    display:inline;
}

.expdate input {
    text-indent: 32px;
}

.expdate .exp-icons {
    position: absolute;
    /*width: 50px;*/
    height: 30px;
    font-size:23px;
    color: #ff6700;
    top: -4px;
    left: 10px;
}
.Steps {
    width: 90%;
    padding: 0px;
    margin: 30px auto;
}
.Steps ul, .Steps li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.Steps ul {
    display: table;
    width: 100%;
}
.Steps li {
    display: table-cell;
    position: relative;
}
.Steps li:first-child {
    width: 40px;
}
.Steps li:first-child .step:before {
    content: none;
}
.Steps .step {
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    border-color: transparent;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    color: #bbb;
    background-color: #eee;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.075);
    float: right;
}
.Steps .step:nth-child(n+2) {
    margin: 0 0 0 100px;
    transform: translate(0, -4px);
}
.Steps .step:before {
    height: 4px;
    display: block;
    background-color: #eee;
    position: absolute;
    content: "";
    border-radius: 5px;
    right: 45px;
    left: 5px;
    top: 50%;
}
.Steps .step:after {
    display: block;
    transform: translate(-42px, 10px);
    color: #818698;
    content: attr(data-desc);
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    min-width: 120px;
}
.Steps .step.active {
    border-color: #2D6CA2;
    color: white;
    background: #73B5E8;
    background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
}
.Steps .step.active:before {
    background: linear-gradient(to right, #58bb58 0%, #418AC9 100%);
}
.Steps .step.active:after {
    color: #2D6CA2;
    font-weight: 600;
}
.Steps .step.done {
    background-color: #58bb58;
    border-color: #469F46;
    color: white;
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
}
.Steps .step.done:after {
    color: #469F46;
}
.Steps .step.done:before {
    background-color: #58bb58;
}
.Steps .step .icon-valid {
    width: 16px;
    height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAu0lEQVQ4T6WTURHCMBBEdxWABCRUAkjAAShBCpWCBOoACXGwzGWazpEmIYV833vZ3F2IPw9/4SUNJJ/GbhZIugC4AxhJXjcJHJyCj92CAmySqUtQgwEco2AuuAE4p+akjE2YDMwKAoBTknyD4xQkGbRz44wSAMPcbT/pKcYmrSYeE1jhoyDZZzuygpc9qEiaNy8JXLNKSeKo8tje/DHGQpImXFxlJ3m1bl49wceSdAAQfLdrn65rE1s/9g2UFVqH6GtSAwAAAABJRU5ErkJggg==");
    display: block;
    margin: 10px auto;
}
.Steps .pulse::before {
    content: "";
    position: absolute;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) no-repeat 50% 50%;
    width: 44px;
    height: 44px;
    top: 0;
    right: 0;
    margin: -2px -2px 0 0;
    opacity: 0.5;
}
.select2-container {
    width: 100% !important;
}
.error {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}
.error * {
    box-sizing: border-box;
}
.error__circle {
    width: 100px;
    height: 100px;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    font-size: 35px;
    font-family: fantasy;
    color: #fff;
}
.error__text {
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    padding: 0 15%;
}
.error__text--lg {
    padding: 25px 0;
    font-size: 24px;
    color: #901502;
}
.error__text--sm {
    color: #171717;
    font-size: 18px;
}
.error__btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #ff6700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    margin-top: 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.error__btn:hover {
    background-color: #ff6e28;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.success__text {
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    padding: 0 15%;
}
.success__text--lg {
    padding: 25px 0;
    font-size: 24px;
    color: #325806;
}
.success__text--sm {
    color: #171717;
    font-size: 18px;
}
.success__btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #369647;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    margin-top: 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.success__btn:hover {
    background-color: #1b7727;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.checkmark_circle_success {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5px;
    stroke-miterlimit: 10;
    stroke: #00C851;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_circle_error {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5px;
    stroke-miterlimit: 10;
    stroke: #ff4444;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 5px;
    stroke: white;
    stroke-miterlimit: 10;
    margin: 2% auto;
}
.checkmark.success {
    box-shadow: inset 0px 0px 0px #00C851;
    animation: fillsuccess 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.error {
    box-shadow: inset 0px 0px 0px #ff4444;
    animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark_check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}

.progress {
    transform: rotate(-90deg);
    stroke: black;
}

.progress circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    animation: dash 1.5s infinite;
}

@keyframes dash {
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -130;
    }
}
.progress {
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.progress--thin {
    left: auto;
    right: 5%;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fillsuccess {
    100% {
        box-shadow: inset 0px 0px 0px 75px #00C851;
    }
}
@keyframes fillerror {
    100% {
        box-shadow: inset 0px 0px 0px 75px #ff4444;
    }
}
.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.form-control:focus {
    border: 1px solid #34495e;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 45px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 45px;
    padding-right: 33px;
    font-size: 16px;
    font-weight: bold;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 43px;
    width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
    font-size: 16px;
    font-weight: bold;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}
