/*---------------------------------------------------------------------
                               Sign In
-----------------------------------------------------------------------*/
.sign-in-page {
    height: 100vh;
}
.sign-in-detail {
    padding: 100px;
    height: 100vh;
}
.sign-in-logo {
    display: inline-block;
    width: 100%;
}
.sign-in-logo img {
    height: 50px;
}
.sign-in-from {
    padding: 0;
}
.sign-info {
    border-top: 1px solid #cdd1f3;
    margin-top: 30px;
    padding-top: 20px;
}
.iq-social-media {
    margin: 0;
    padding: 0;
    float: right;
}
.iq-social-media li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.iq-social-media li:last-child {
    margin-right: 0;
}
.iq-social-media li a {
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    background: #e5f2ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.iq-social-media li a:hover {
    text-decoration: none;
}

p {
    color: #8a92a5;
    font-weight: 300;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half,
.half .container > .row {
    height: 100%;
    min-height: 100vh;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 500px;
    }
}

/* .half .form-group,
.half .bg .form-group {
    overflow: hidden;
    border: 1px solid #dee5ff;
    padding: 15px 15px;
    position: relative;
}

.half .form-group.first,
.half .bg .form-group.first {
    border-radius: 7px;
}
.half .form-group.last,
.half .bg .form-group.last {
    border-radius: 7px;
} */

.half .form-group input {
    background: none;
    padding: 0;
    font-size: 14px;
    color: #222d41;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    border: 1px solid #dee5ff;
}

.half .form-group input::placeholder,
.p-placeholder {
    color: #8a92a5 !important;
    font-weight: 400;
}

.p-dropdown,
.p-inputtext {
    border: 1px solid #dee5ff !important;
}

.p-dropdown .p-inputtext {
    border: 0 none !important;
}

.half .form-control:active,
.half .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #3bb54e;
    text-decoration: underline;
}

.half .btn {
    height: 49px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.half .border-register {
    position: relative;
    border: 1px solid #dee5ff;
    border-radius: 50px;
    width: 200px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.half .create-account {
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.half .bottom-register {
    position: absolute;
    bottom: 1rem;
    width: 300px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}
.control .caption {
    position: relative;
    top: 0.2rem;
    color: #888;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #1a88ff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: "Font Awesome 5 Free";
    content: "\f6ad";
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: 0.2;
}

.btn-purple {
    background-color: #3bb54e;
    border-color: #3bb54e;
    color: #fff;
}

.btn-outline-purple {
    color: #3bb54e;
    border-color: #3bb54e;
}

/*---------------------------------------------------------------------
                               Dash Hover
-----------------------------------------------------------------------*/
.dash-hover-blank {
    background-color: #eee;
    border: dashed 2px #444;
    height: 90%;
    justify-content: center;
}
.dash-hover-blank:hover {
    cursor: pointer;
    background-color: #ddd;
}

/*---------------------------------------------------------------------
                               Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect {
    position: relative;
    overflow: hidden;
}

/*  Ripple */
.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.1);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}
.rippleEffect {
    animation: rippleDrop 0.6s linear;
}
@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    left: -8%;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    right: -8%;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}
.owl-carousel .owl-nav i {
    font-size: 24px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 42px;
    padding-left: 0px;
    display: inline-block;
    color: #fff;
    background: #e7e7e7;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-nav i:hover {
    background: #4ac4f3;
    color: #fff;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
    margin-top: 20px;
    display: inline-block;
}
.owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #8a92a5;
    display: inline-block;
    border-radius: 10px;
    margin: 0px 5px;
    height: 8px;
    width: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    outline: none;
    border: none;
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3bb54e;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #3bb54e;
    width: 30px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}
.iq-example-row .row > .col,
.iq-example-row .row > [class^="col-"] {
    padding-top: 0.75rem;
    color: #374948;
    padding-bottom: 0.75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}
.iq-example-row-flex-cols .row {
    margin-bottom: 15px;
    min-height: 10rem;
    background-color: rgba(255, 0, 0, 0.1);
}
.iq-icons-list {
    line-height: 50px;
    margin-bottom: 15px;
    display: inline-block;
}
.iq-icons-list i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    float: left;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    display: inline-block;
}
.iq-icons-list .icon {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    margin-right: 10px;
    display: inline-block;
}
.iq-icons-list span {
    display: inline-block;
    vertical-align: middle;
}

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px 0 0;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #777d74;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #374948;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.card-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.pointer {
    cursor: pointer;
}
