/*

Template: Alhisab - Free Accounting Software in Bangladesh
Version: 1.0.0
Author: Retina Soft
Design and Developed by: retinasoft.com.bd

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/


/* Global Font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&family=Rubik:wght@300;400;500;600;700;800&display=swap');

/* Global Root Style */

:root{
    --primary-color: #171717;
    --secondary-color: #fff;
    --button-bg-color: linear-gradient(90deg, #2196f3 0%, #3f51b5 100%);
    --button-bg-hover-color: linear-gradient(90deg, #2196f3 0%, #3f51b5 100%);
    --heading-color:#171717;
    --paragraph-color: #717175;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: var(--paragraph-color);
    overflow-x: hidden;
  }
h1,h2,h3,h4,h5,h6{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    color: var(--primary-color);
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* Custom Design Start */

.authentication-item-wrapper {
    padding: 15px 0px;
}

.authentication-item-wrapper .authentication-left-item{
    background: #f3f2f2;
    flex-basis: 64%;
    border-radius: 20px;
    overflow: hidden;
}

.authentication-item-wrapper .authentication-right-item{
    flex-basis: 34%;
    padding: 0px 40px;
}

.btn.ctn-btn-top {
    background: var(--button-bg-color);
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
}
.btn.ctn-btn-top.ctn-btn-top-min-width {
   min-width: 90px;
}
.auth-header-box {
    gap: 15px;
    padding-top: 20px;
}
.auth-header-box h4 {
    font-size: 14px;
    color: var(--paragraph-color);
}
button.btn.ctn-btn-top {
    background-image: var(--button-bg-color);
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border: none;
    color: #fff;
}
button.btn.ctn-btn-top:hover {
    background-size: 200%,1px;
    color: #fff;
}

.auth-content-box {
    padding: 50px 0px 0px;
}
.logo-box {
    text-align: center;
    margin-bottom: 20px;
}
.logo-box img {
    width: 100px;
}


.auth-top-content {
    text-align: center;
}

.auth-top-content h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
}
.auth-top-content p {
    font-size: 15px;
    line-height: 1.5;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-bottom: 15px;
}
.auth-top-content h2 span {
    color: #2196f3;
    font-weight: 600;
    /* text-decoration: underline; */
}
.input-box-group{
    text-align: center;
    gap: 15px;
}
.input-box-group input {
    min-height: 45px;
    font-size: 14px;
    border-radius: 10px;
    /*width: calc(100% - 50px);*/
    width: 100%;
    margin: 0 auto;
}
a.forgot-btn {
    color: #0d6efd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
button.submit-btn {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    /*width: calc(100% - 50px);*/
    width: 100%;
    background: var(--button-bg-color);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.form-check-box input {
    width: 15px;
    min-height: 15px;
}
label.form-check-label {
    font-size: 14px;
}
.divider-box p:before {
    content: "";
    width: 34%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    left: 29px;
    top: 10px;
}
.divider-box p:after {
    content: "";
    width: 34%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    right: 29px;
    top: 10px;
}
.divider-box p {
    font-size: 15px;
    color: #939393;
}
.social-btn img {
    width: 20px;
}
.social-btn {
    width: calc(100% - 50px);
    display: block;
    border: 1px solid #ddd;
    background: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    margin: 0 auto;
}
.social-btn:hover {
    color: #000;
}
/*.copyright-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -15%);
}*/
.copyright-box p {
    font-size: 14px;
}
.copyright-box p a {
    text-decoration: none;
    font-weight: 600;
    color: #4a4d50;
    letter-spacing: 1.2px;
}
.copyright-box p a:hover {
    color: #268be9;
}
.input-box-group input.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2196f3;
    outline: 0;
    box-shadow: none;
}
.form-check-box input.form-check-input:focus{
    box-shadow: none;
}
.banner-img-box img {
    width: 100%;
    height: 630px;
    object-fit: cover;
}
.alhiab-feature-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 100%;
}
.social-btn:hover {
    border: 1px solid #248deb;
}

.alhiab-feature-box .logo-main {
    width: 169px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -57%);
    position: absolute;
}
label.form-check-label a {
    color: #969ba0;
    text-decoration: none;
    font-weight: 500;
}
label.form-check-label a:hover {
    color: #248deb;
}

.resend-code-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.resend-code-wrap p {
    color: #969ba0;
    margin-bottom: 0;
    font-size: 14px;
}
.resend-code-wrap a {
    color: #248deb;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
.input-child-box {
    flex-basis: 48%;
}
.input-child-box input {
    width: 100%;
}
.btn-check:focus+.btn, .btn.ctn-btn-top:focus {
    outline: 0;
    box-shadow: none;
}

.vatlidation-success {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%);
}
.vatlidation-success img {
    width: 18px;
    cursor: pointer;
}

/* Select 2 */
.select2-container {
    /*width: calc(100% - 50px) !important;*/
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    min-height: 45px;

    border-radius: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529bf;
    text-align: start;
    line-height: 24px;
    font-size: 14px;
    padding: 10px 20px 10px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: -9px;
    transform: translate(-50%, -50%);
}
.select2-results__option{
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--button-bg-color);
    color: white;
}


.error-img-box img {
    width: 100%;
}
.error-content-box {
    padding: 30px 0px;
    text-align: center;
}
.error-content-box h2 {
    -webkit-text-stroke: 1px;
    font-size: 35px;
    color: transparent;
    -webkit-text-stroke-color: #1895ec;
    font-weight: 800;
}

.error-content-box p {
    padding-top: 10px;
    font-size: 17px;
}
.error-img-box {
    text-align: center;
}

.author-desktop-logo-box img {
    width: 60px;
    cursor: pointer;
    margin-right: 30px;
}

.swal2-popup {
    border-radius: 20px !important;
}
.swal2-title{
    font-size:20px !important;
}
.swal2-html-container{
    font-size: 14px !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 40px !important;
    padding: 9px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: relative;
    background: var(--button-bg-color) !important;
}
.app-name-custom {
    font-weight: 500;
}
.input-group-text {
    height: 45px;
}

.auth-form-box {
    width: calc(100% - 50px);
    margin: 0 auto;
}
/* Responsive */
@media only screen and (max-width: 767px)  {
    .mobile-none{
        display: none !important;
    }
    .authentication-item-wrapper .authentication-right-item {
        flex-basis: 100%;
        padding: 0px 10px;
    }
    .input-box-group input{
        /*width: calc(100% - 20px);*/
    }
    button.submit-btn{
        /* width: calc(100% - 20px); */
        width: 100%;
    }
    .author-mobile-logo-box img {
        width: 85px;
        padding: 50px 0px 10px;
    }
    .auth-header-box {
        padding-top: 0;
    }
    .auth-content-box {
        padding: 35px 0px 0px;
    }

    .auth-top-content p {
        width: calc(100% - 20px);
        margin-bottom: 10px;
    }
    .auth-header-box {
        position: absolute;
        right: 0;
        top: 0;
    }
  /*  .copyright-box {
        transform: translate(-50%, 100%);
    }*/
    button.social-btn {
        width: calc(100% - 20px);
    }
    .divider-box p:before {
        width: 39%;
        left: 12px;
    }
    .divider-box p:after {
        width: 39%;
        right: 12px;
    }
    .input-child-box {
        /*flex-basis: 50%;*/
    }
    .input-box-group.two {
        gap: 0;
    }
    .select2-container {
        /*width: calc(100% - 20px) !important;*/
        width: 100% !important;
    }
    .error-img-box img {
        width: 70%;
    }
    .error-content-box {
        padding: 5px 0px;
    }
    .mobile-input-name {
        flex-basis: 100%;
    }
    .mobile-input-name input {
        /*width: calc(100% - 50px);*/
        width: 100%;
    }
    .author-desktop-logo-box{
        display: none;
    }

}
@media only screen and (max-width: 1600px)  {
    .input-child-box {
        flex-basis: 47%;
    }
}
@media only screen and (max-width: 1362px)  {
    .input-child-box {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 1500px)  {
    .banner-img-box img {
        height: 704px;
    }
}
@media only screen and (min-width: 1600px)  {
    .banner-img-box img {
        height: 790px;
    }
}
@media only screen and (min-width: 1700px)  {
    .banner-img-box img {
        height: 796px;
    }
}
@media only screen and (min-width: 1800px)  {
    .banner-img-box img {
        height: 850px;
    }
}
@media only screen and (min-width: 1900px)  {
    .banner-img-box img {
        height: 950px;
    }
}

#toast-container .toast {
    opacity: 1 !important;
}
.toast-success {
    background-color: #3f51b5;
    opacity: 0.9 !important;
}

.toast-info {
    background-color: #b48dd3;
}

.toast-warning {
    background-color: #ffc368;
}

.toast-error {
    background-color: #ff6746;
}
