/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Raleway', sans-serif;
    /* font-family: sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Raleway', sans-serif;
}

.footer {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 60px; */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
    border-top: 1px solid #444444;
}

/* hidden style */
.hidden {
    display: none!important;
}
@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display:none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control,
a {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}

input.form-control {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
    border-radius: 12px !important;
    font: 400 1rem Arial;
}

select.form-control {
    border-radius: 12px !important;
    min-height: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 10px;
    padding-right: 2rem;
    font: 400 1rem Arial;
}


/* select.form-control>option {
    color: black;
}

select.form-control>option:first-child {
    color: green !important;
} */


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

body>.container {
    padding: 60px 15px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.bg-orange {
    background-color: #ff4520 !important;
}

.bg-blue-mynic {
    background-color: #272460 !important;
}

.bg-green-mynic {
    background-image: linear-gradient(to right, #b3d340 0%, #5eab75 90%);
    background-image: -webkit-linear-gradient(to right, #b3d340 0%, #5eab75 90%);
    background-color: #b3d340;
}

.bg-green2-mynic {
    background-image: linear-gradient(to right, #049282 0%, #6cb172 70%);
    background-image: -webkit-linear-gradient(to right, #049282 0%, #6cb172 70%);
    background-color: #049282;
}

.bg-green3-mynic {
    background-image: linear-gradient(to right, #89bd65 0%, #bdd63e 70%);
    background-image: -webkit-linear-gradient(to right, #89bd65 0%, #bdd63e 70%);
    background-color: #89bd65;
}

.bg-yellow-green-mynic {
    /* background-image: linear-gradient(to right, #b3d340 90%, #1f8466 120%);
    background-image: -webkit-linear-gradient(to right, #b3d340 90%, #1f8466 120%); */
    background-image: linear-gradient(to right, #cddc39, #8bc34a);
    background-image: -webkit-linear-gradient(to right, #cddc39, #8bc34a);
    background-color: #b3d340;
}

.bg-purple-mynic {
    background: #4f366b;
    background: linear-gradient(to right, #4f366b 0%, #794995 70%);
    background: -webkit-linear-gradient(to right, #4f366b 0%, #794995 70%);
}

.bg-red-mynic {
    background: #b12c1d;
    background: linear-gradient(to right, #b12c1d 0%, #d24f25 70%);
    background: -webkit-linear-gradient(to right, #b12c1d 0%, #d24f25 70%);
}

.bg-yellow-mynic {
    background: #fca901;
    background: linear-gradient(to right, #fca901 0%, #fdc202 70%);
    background: -webkit-linear-gradient(to right, #fca901 0%, #fdc202 70%);
}

@media (max-width: 544px) {
    .bg-purple-mynic {
        background: #4f366b;
        background: linear-gradient(to bottom, #4f366b 0%, #794995 70%);
        background: -webkit-linear-gradient(to bottom, #4f366b 0%, #794995 70%);
    }
    
    .bg-red-mynic {
        background: #b12c1d;
        background: linear-gradient(to bottom, #b12c1d 0%, #d24f25 70%);
        background: -webkit-linear-gradient(to bottom, #b12c1d 0%, #d24f25 70%);
    }
    
    .bg-yellow-mynic {
        background: #fca901;
        background: linear-gradient(to bottom, #fca901 0%, #fdc202 70%);
        background: -webkit-linear-gradient(to bottom, #fca901 0%, #fdc202 70%);
    }
}

.bg-white-light {
    background-color: #ddd !important;
}

.bg-grey-light {
    background-color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #323232 !important;
}

.text-black {
    color: #333;
}

.text-blue-mynic {
    color: #272460 !important;
}

.text-green-mynic {
    color: #b5d426;
}

.text-yellow-mynic {
    color: #bfd73c !important;
}

.text-greenblue {
    color: #006a7f !important;
}

.text-wrap {
    overflow-wrap: break-word !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.text-shadow {
    text-shadow: 2px 2px 8px #666;
}

.text-small {
    font-family: Arial;
}

.full-width {
    width: 100%;
}

.right_prime>h3 {
    font-weight: 700;
    letter-spacing: 5px;
    margin-right: -5px;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    border-radius: 0 !important;
}

.slider {
    /* background-image: url(../images/slider.jpg); */
    background-image: url(../images/slider-coop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.slider-1 {
    background-image: url(../images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.has-error>input.form-control {
    border: 1px solid #cb2431;
    color: #cb2431;
}

.has-error>select.form-control {
    border: 1px solid #cb2431;
}

.has-error>.form-control::placeholder {
    /* Firefox, Chrome, Opera */
    /* color: #cb2431; */
}

.has-error>.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    /* color: #cb2431; */
}

#toast-container>div {
    /* margin-top: 80px; */
}

.border-radius-0 {
    border-radius: 0 !important;
}


/* MYNIC BUTTON */

.btn-primary-mynic {
    background-image: linear-gradient(to right, #01b8d7 0%, #055b99 50%);
    background-image: -webkit-linear-gradient(to right, #01b8d7 0%, #055b99 50%);
    background-color: #01b8d7;
    background-size: 200% auto;
    font-size: 20px;
    border-radius: 35px;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.btn-warning-mynic {
    background-image: linear-gradient(to right, #b3d340 0%, #1f8466 50%);
    background-image: -webkit-linear-gradient(to right, #01b8d7 0%, #055b99 50%);
    background-color: #b3d340;
    background-size: 200% auto;
    font-size: 20px;
    border-radius: 35px;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.btn-blue-mynic {
    background-color: #272460;
    background-size: 200% auto;
    /* font-size: 20px; */
    border-radius: 35px;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.btn-default-mynic {
    transition: 0.5s;
    border: 2px solid #055a98;
    border-radius: 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #055a98 !important;
    letter-spacing: 1px;
    text-decoration: none !important;
    padding: 13px 35px !important;
}

.btn-primary-mynic,
.btn-warning-mynic,
.btn-default-mynic,
.btn-blue-mynic {
    display: inline-block;
    /* max-width: 200px; */
    /* margin-top: 20px; */
    /* margin: 20px auto 0px auto; */
    text-align: center;
    /* font-size: 1em !important; */
    padding: 15px 35px;
    cursor: pointer;
}

.btn-primary-mynic:hover,
.btn-warning-mynic:hover,
.btn-default-mynic:hover,
.btn-blue-mynic:hover {
    background-position: 100% center;
}

.btn-default-mynic:hover {
    transition: 0.5s;
    color: #ffffff !important;
    background-color: #055a98;
}

.btn-primary-mynic[disabled],
.btn-warning-mynic[disabled],
.btn-default-mynic[disabled],
.btn-blue-mynic[disabled] {
    color: #ffffff !important;
    background-color: #a9adb0 !important;
    background-image: none;
}

.btn-lg {
    padding: 22px 40px !important;
    max-width: 200px !important;
}

.input-lg {
    padding: 20px 90px 20px 30px !important;
}


/* ############ */


/* START MODAL LOADING */

#mask.modal-loading {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
    overflow: hidden;
}

#popup.modal-loading {
    color: #0071AC;
    background: #fff;
    height: 150px;
    display: none;
    left: 43%;
    padding: 0;
    position: fixed;
    top: 40vh;
    width: 150px;
    z-index: 9999;
    overflow: hidden;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
}

.modal-loading.cboard {
    transform: translateY(30px);
    animation: MoveDown 1s alternate infinite;
}

@keyframes MoveDown {
    to {
        transform: translateY(0px);
    }
}

@media (max-width: 767px) {
    #popup.modal-loading {
        left: 27%;
    }
}


/* END MODAL LOADING */

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.navbar>.container:before {
    content: none !important;
}

.nav-link {
    color: #333;
    font-weight: bold;
}

.nav-link:hover {
    color: #272460;
}

input.search_domain {
    border-radius: 35px;
    width: 80%;
    padding: 10px 90px 10px 20px;
    font-size: 18px;
    border: 2px solid #fff;
    /* box-shadow: 2px 2px 10px #0000002e; */
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
}

.availablity_text>span {
    font-weight: bold;
    /* color: #272460; */
    font-family: 'Raleway', sans-serif;
    /* font-size: 16px; */
}

span.tld {
    position: absolute;
    top: 20px;
    right: 22%;
    letter-spacing: normal;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

.slider {
    padding: 8rem 2rem;
}

.coupon_valid {
    position: absolute;
    top: 6px;
    right: 26px;
    /* right: 118px; */
    font-size: 22px;
    z-index: 1;
}

.row.static-info {
    font-family: Arial;
}

.border-none {
    border: none !important;
}

@media (max-width: 544px) {
    /* sm */
    .right_prime {
        display: contents;
    }
    input.search_domain {
        width: 100% !important;
    }
    .search_domain::-webkit-input-placeholder {
        /* color: transparent; */
        white-space: pre-wrap;
        position: relative;
        /* top: -12px; */
    }
    .search_domain:-moz-placeholder {
        /* Firefox 18- */
        /* color: transparent; */
        white-space: pre-wrap;
        position: relative;
        top: -12px;
    }
    .search_domain::-moz-placeholder {
        /* Firefox 19+ */
        /* color: transparent; */
        white-space: pre-wrap;
        position: relative;
        /* top: -12px; */
    }
    .search_domain:-ms-input-placeholder {
        /* color: transparent; */
        white-space: pre-wrap;
        position: relative;
        /* top: -12px; */
    }
    span.tld {
        right: 5% !important;
    }
    .btn-primary-mynic,
    .btn-warning-mynic,
    .btn-default-mynic,
    .btn-blue-mynic {
        width: 100% !important;
        margin-top: 10px;
        margin-left: 0 !important;
        max-width: none !important;
    }
    .input-group-append.pull-right {
        display: contents;
    }
    .slider {
        padding: 4rem 2rem;
        background-image: url(../images/slider-coop-mobile.jpg);
        background-position-y: -20px;
        height: 320px;
    }
    .slider h2 {
        margin-top: -36px;
        /* font-size: 25px; */
    }
    .pull-right,
    .pull-left {
        float: none !important;
    }
    /* .coupon_valid {
        right: 12px;
    } */
}

@media (min-width: 544px) and (max-width: 768px) {
    /* md */
}

@media (min-width: 767px) and (max-width: 1024px) {
    /* 1012px - ori */
    /* lg */
    input.search_domain {
        width: 70%;
    }
    span.tld {
        right: 32%;
    }
    .hidden-lg {
        display: none!important;
    }
}

@media (min-width: 1024px) {
    /* 1012px - ori */
    /* xl */
    .slider {
        padding: 10rem 2rem;
    }
    .hidden-xl {
        display: none!important;
    }
}

.card {
    border-radius: 10px !important;
}