body {
    direction: rtl;
    font-family: iranyekan, Sans-Serif, serif, Tahoma;
}

.position-absolute-login {
    position: absolute;
    height: 100vh !important;
    width: 100%;
    padding: 100px 20px;
    background-color: #005cbf;
}

.position-absolute-register {
    height: 100vh !important;
    width: 100%;
    background-color: #005cbf;
    padding: 800px 20px !important;
    position: inherit;
}

.position-absolute-register:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh !important;
    width: 100%;
    background-color: transparent;
    border-radius: 0 0 0 0;
    z-index: -1;
    padding: 0;

}

/*checkbox*/
.custom-num {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-right: 5px;
}

.custom-num label.screen-reader-text {
    position: absolute;
    top: 5px;
    right: -40px;
}

input.input-text {
    height: 33.5px;
    border: none;
    text-align: center !important;
    padding: 0 10px;
    color: #777;
    width: 130px;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
}

.arrow-right:hover, .arrow-left:hover {
    background: #999999;
    color: #fff;
}

.arrow-right:hover, .arrow-left:hover {
    background: #999999;
    color: #fff;
}

.arrow-right {
    top: 6px;
    right: 16px;
    background: #fff;
    width: 22px;
    text-align: center;
    font-size: 10px;
    line-height: 22.5px;
    cursor: pointer;
    color: #999999;
    border-radius: 5px;
    height: 22px;
    transition: .2s;
    border: 1px solid #999999;

}

.arrow-left {
    top: 6px;
    left: 22px;
    background: #fff;
    width: 22px;
    text-align: center;
    font-size: 10px;
    line-height: 22.5px;
    cursor: pointer;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 5px;
    height: 22px;
    transition: .2s;
}


.errors {
    height: 100vh;
    background: linear-gradient(0deg, rgba(229, 239, 255, 1) 0%, rgba(255, 255, 255, 1) 70%);
}

.with-space {
    white-space: pre-line;
}

.max-menu {
    max-width: 1350px !important;
    margin: auto !important;
}

#shaba:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px dashed #3A7AE2;
    border-top: 4px solid #f1f1f1;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

.text-loader {
    width: 130px;
    top: 230px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

a:hover {
    text-decoration: none !important;
}

.container-fluid-body {
    padding-right: 117px;
    padding-left: 117px;
    max-width: 1600px;
}

/*header*/
.bar1, .bar2, .bar3 {
    width: 100%;
    height: 3px;
    background-color: #3A7AE2;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
    transform: rotate(-45deg) translate(-3px, 3px);
    background-color: #c82333;


}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #c82333;

}

.fa-bell {
    color: #AEAAAA
}

.image-profile {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.image-profile:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.small-radius {
    border-radius: 8px;
}

.icon-notification {
    color: rgb(255, 160, 0) !important;
    background-color: #f7f7f7;
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.dropdown li:hover .icon-notification {
    color: white !important;
    background-color: rgb(255, 160, 0);
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-notification1 {
    color: rgb(255, 86, 77) !important;
    background-color: #f7f7f7;

    transition: all 0.5s;
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown li:hover .icon-notification1 {
    color: white !important;
    background-color: rgb(255, 86, 77);
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-notification2 {
    transition: all 0.5s;
    color: rgb(116, 151, 255) !important;
    background-color: #f7f7f7;
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown li:hover .icon-notification2 {
    color: white !important;
    background-color: rgb(116, 151, 255);
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown li:hover .icon-notification3 {
    background-color: rgb(136, 255, 124);
    color: white !important;
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-notification3 {
    transition: all 0.5s;
    color: rgb(136, 255, 124) !important;
    background-color: #f7f7f7;
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-notification {
    background-color: #d2d2d2;
    border-radius: 0 0 5px 5px;
}

.alarm {
    position: absolute;
    top: -8px;
    right: -5px;
    color: white;
    width: 17px;
    height: 17px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #ff564f;
}

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    /* Styles */
    cursor: pointer;
    outline: none;
    /* Font settings */
    color: #c5c5c5;

}

.wrapper-dropdown {
    /* Size and position */
    position: relative;
    /* Styles */
    cursor: pointer;
    outline: none;
    /* Font settings */
    color: #c5c5c5;

}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 150%;
    right: -255px;
    width: 300px;
    /* Styles */
    background: #f7f7f7;
    border-radius: 5px !important;
    border: 1px solid rgba(210, 210, 210, 0.17);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    z-index: 222;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 130%;
    right: -195px;
    width: 250px;
    /* Styles */
    background: #f7f7f7;
    border-radius: 5px !important;
    border: 1px solid rgba(210, 210, 210, 0.17);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    z-index: 222;
}

.dropdown .wrapper-dropdown-3 {
    top: 20px !important;
}

/*.dropdown .wrapper-dropdown-3:after {*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 0;*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 0!important;*/
/*    border-width: 0 14px 14px 14px;*/
/*    border-style: solid;*/
/*    border-color: rgba(255, 160, 0, 0.38) transparent;*/
/*}*/
.head-notification {
    background-color: rgba(255, 160, 0, 0.38);
}

.wrapper-dropdown-3 li a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #616161;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 10px !important;
    line-height: 2.1;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;

}

.wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: #f7f7f7 transparent;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #616161;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 12px !important;
    line-height: 2.1;
}

.wrapper-dropdown .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;

}

/* Hover state */

/* Active state */
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */
.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

.no-opacity .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
    display: block;
}


.app-sidebar__toggle {
    padding: 0 15px;
    color: #afafaf;
    line-height: 2.4;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 25px;

}

.border-none {
    border: 1px solid #F7F9FB;
    outline: none;
    background-color: #F7F9FB;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

.border-search {
    background-color: #fff !important;
    border-radius: 8px;
}

.border-none:focus {
    box-shadow: none;
    background-color: #F7F9FB;

}

.btn-search:focus {
    box-shadow: none;
}

.btn-search {
    background-color: #3A7AE2 !important;
    color: #fff !important;
    font-size: 20px !important;

}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    color: #afafaf;
    text-decoration: none;
}

/*
.app-sidebar__toggle:before {
    content: "\f00a";
    font-size: 25px;
}
*/
.form-group.has-icon .fa {
    position: absolute;
    margin: .7rem .8rem;
    cursor: pointer;
    color: #aaa;
    z-index: 9999;
}

.form-group.has-icon .form-control {
    padding-right: 2.375rem;
}

/*end header*/
/*sidebar*/
.app-sidebar {
    position: fixed;
    top: 15px;
    bottom: 15px;
    right: 15px;
    width: 230px;
    overflow: auto;
    z-index: 10;
    border-radius: 15px;
    background-color: #3A7AE2;
    -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    -webkit-transition: right 0.3s ease, width 0.3s ease;
    -o-transition: right 0.3s ease, width 0.3s ease;
    transition: right 0.3s ease, width 0.3s ease;
}

.scroll-dropdown {
    height: 190px;
    overflow-y: auto;
}

.scroll-dropdown::-webkit-scrollbar-thumb {
    background: rgba(255, 176, 12, 0.38);
}

.scroll-dropdown::-webkit-scrollbar {
    width: 6px;
}

.app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.01);

}

.app-sidebar::-webkit-scrollbar {
    width: 6px;
}

.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}


.app-sidebar__user-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 10px;
}

.app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
}

.app-sidebar__user-name,
.app-sidebar__user-designation {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.list-unstyled, .app-nav, .app-menu, .treeview-menu {
    padding-right: 0;
    list-style: none;
}

.white-space {
    white-space: nowrap;
}

.white-space-address {
    white-space: nowrap;
}

.modal-row {
    padding: 8px 5px;
    background-color: rgba(216, 223, 243, 0.52);
    border-radius: 5px;
    border-left: 3px solid #6f42c1;
    color: #0f0a3c;
    font-size: 13px;
}

.app-menu {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    text-decoration: none;
    color: #ffffff;
    padding: 12px 15px;
}

.app-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    padding: 12px 15px;
    font-size: 0.9em;
    margin: 0 10px;
    border-radius: 8px;
    border-left: 3px solid transparent;
    -webkit-transition: border-right-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-right-color 0.3s ease, background-color 0.3s ease;
    transition: border-right-color 0.3s ease, background-color 0.3s ease;
    color: #fff;
}

.bg-active-item {
    color: #3A7AE2 !important;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 8px;
    font-size: 0.9em;


}

.app-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;

}

.app-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
}

.sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
    opacity: 1;
    text-align: center;
}

.treeview.is-expanded [data-toggle='treeview'] {
    border-right-color: #DC3545;
}

.treeview.is-expanded .treeview-menu {
    max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.treeview-indicator {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.treeview-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    padding: 0 10px;
}

.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
    text-decoration: none;
    color: #fff;
}

.treeview-item .icon {
    margin-right: 5px;
}

.treeview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 0.8em !important;
    color: #fff;
}

/*end sidebar*/

/*content*/
.app-content {
    min-height: calc(100vh - 40px);
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

/*end content*/
.app-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    z-index: 1030;
}

/*content*/
input:focus {
    box-shadow: none !important;
    border: 1px solid #a1a1a1;
}

select:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #a1a1a1;
}

input, textarea {
    border: 1px solid #dee2e6;
    font-size: 13px !important;
}

select {
    font-size: 13px !important;
}

textarea:focus {
    box-shadow: none !important;
    border: 1px solid #a1a1a1 !important;
}

.form-content {
    background-color: #F7F9FB;
    border-radius: 10px;
}

.bg-white-send {
    background-color: #F7F9FB;

}

.top-fix {
    top: 40px;
}

.resize {
    resize: none;
}

.border-radius-payment {
    border-radius: 5px 0 0 5px !important;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.border-radius-sm {
    border-radius: 10px;
}

.border-radius-sm-ticket {
    border-radius: 10px 10px 0 0;
}

.active-calender {
    background-color: #fff;
    padding: 10px 15px;

}

.active-calender p {
    color: #3A7AE2 !important;
}

.with-item-calender {
    min-width: 80px !important;
}

.calender div p {
    font-size: 13px;
}

.calender {
    overflow-x: auto !important;
}

.calender div p {
    color: #fff;
}

.small-text {
    font-size: 10px;
}


/*switch checkbox*/
#fat {
    background: #00BCD4;
    height: 400px;
}

.icon-bar {
    width: 22px;
    height: 3px;
    background-color: #C59B6D;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none;
    margin: 20px 10px 0 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all ease .4s;
    /*background: #C59B6D;*/
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: white;
}

/*.dropdown-menu {*/
/*    background-color: white;*/
/*    transform: translateY(40%);*/
/*    transition: all .5s;*/
/*    text-align: right;*/
/*    border: none;*/
/*    width: 300px;*/
/*    right: 0;*/
/*}*/

.dropdown-toggle::after {
    display: none !important;
}

.fa-circle {
    font-size: 6px !important;
}

.top-border {
    border-top: 2px solid #35E652;
}

.dropdown-toggle:visited {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.drop .dropdown-menu {
    position: absolute;
    top: 14px;
    right: 0;
    text-align: right;
    font-size: 14px;
    color: grey;
    width: 300px;
    background-color: white;
    transform: translateY(30%);
    transition: all .5s;
    border: none;
}

/*.dropdown .dropdown-menu:after{*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 0;*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    right: 40px;*/
/*    border-width: 0 14px 14px 14px;*/
/*    border-style:solid;*/
/*    border-color: #f9f9f9 transparent;*/
/*}*/
.dropdown .dropdown-menu a:hover {
    background-color: #f4f4f4;
}

.navbar-toggler .middle-bar {
    opacity: 0;

}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: white;
}

.navbar-toggler.collapsed {
    background: #fafafa;
    transition: all ease .4s;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #C59B6D;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;

}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #C59B6D;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 50px;
    height: 14px;
    margin: 5px;
    margin-left: 25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #B7B7B7;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: visible;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: #706F6F;
    border-radius: 100px;
    top: -8px;
    left: 0;
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background: #35E652;
}

.off {
    position: absolute;
    left: -55px;
    top: -5px;
    color: #706F6F;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.app-menu__item:hover {
    color: #3A7AE2 !important;
    background-color: #fff;
}

.on {
    position: absolute;
    right: -35px;
    top: -5px;
    color: #d3d3d3;
    font-family: 'roboto_light', sans-serif;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.callBack img {
    width: 35px;
    background-color: rgba(53, 230, 82, 0.32);
    border-radius: 15px;
    padding: 5px;
}

.callBack1 img {
    width: 35px;
    background-color: rgba(255, 12, 0, 0.32);
    border-radius: 15px;
    padding: 5px;
}

.switch input:checked ~ .off {
    color: #d3d3d3;
    top: -5px;
}

.switch input:checked ~ .on {
    color: #35E652;

}

/*switch checkbox*/
.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

.table tbody tr td {
    background-color: #F7F9FB !important;
    font-size: 14px;
}

.overflow {
    overflow: auto !important;
}

.table-spacing {
    border-collapse: separate;
    border-spacing: 0 10px;
    white-space: nowrap;
}

.w-select {
    width: 150px;
    margin: auto !important;
}

.table thead tr {
    vertical-align: bottom;
    border-bottom: none !important;
}

.table tr td {
    background-color: white !important;
}

/*end-content*/


/*index*/

/*tabpanel*/
.contents {
    max-width: 100%;
    display: block;
    margin-right: 0 !important;
    background: #F7F9FB;
    padding: 10px;
    border-radius: 0 0 10px 10px !important;
}

.tabs nav {
    position: relative;
    z-index: 1;
    padding-right: 9px;
}

.tabs nav > a {
    position: relative;
    width: 8em;
    display: inline-block;
    padding: 0.6em 1em 0.4em;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 0 -0.3em;
    text-align: center !important;
}

.tabs nav > a::before {
    border: 0.2em solid #fff;
}

.border-bottom-tab {
    border-bottom: 2px solid #3A7AE2;
}

.tabs nav a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 10px 10px 0 0 !important;
    background: #e6e8ea;
    /*transform: scale(1.2, 1.3) perspective(0.5em) rotateX(5deg);*/
}

.tabs nav a.active {
    z-index: 2;
}

.tabs nav a.active::before {
    background-color: #3A7AE2;
    margin-bottom: -0.08em;
}

.tab-right nav {
    padding-left: 2.3em;
}

.tab-right nav a::before {
    transform-origin: bottom right;
}

.tab-left nav {
    padding-left: 0.3em;
}

.tab-left nav a::before {
    transform-origin: bottom left;
}

.tab-left-right nav {
    padding-left: 1.3em;
}

.tab-left-right nav a::before {
    transform-origin: bottom;
}

.tab-round nav {
    padding-left: 0.3em;
}

.tab-round nav a {
    padding-top: 13px;
    text-align: center;
    background: #32557f;
    color: #fff;
    border-radius: 30px;
    height: 100px;
    margin-right: 1px;
}

.tab-round nav a::before {
    background-color: transparent;
    margin-bottom: 0;
}

.tab-round nav a.active {
    background: #fff;
    color: #000;
}


.tab-round a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: none;
    background: none;
    transform: none;
}

.tab-round nav > a::before {
    border: none;
}

.tab-round nav a.active::before {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 30px;
}

/*tabpanel*/


.border-radius-blue {
    border-radius: 60px 0 60px 0;
}

.border-radius-blue-sm {
    border-radius: 20px 0 20px 0;
}

.left-radius {
    border-radius: 30px 0 0 0;
}

.with-icon-contact {
    width: 60px;
    height: 60px;
}

.bottom-radius {
    border-radius: 0 0 30px 0;
}

.height-blue-blog {
    height: 391px;
}

.position-image-head img {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 83%;

}

.cursor {
    cursor: pointer;
}

.position-image-head1 img {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 83%;

}

.position-image-blog {
    position: absolute;
    bottom: -150px !important;
    padding-right: 80px;
    padding-left: 20px;
    width: 100%;
}

.radius-image-head {
    border-radius: 0 60px 0 60px;
}

.margin-top {
    margin-top: 200px;
}

.margin-top-footer {
    margin-top: 155px;
}

.size-brand-name {
    font-size: 80px;
    /*
    white-space: nowrap;
    */
}

.nav-link {
    font-size: 14px !important;

}

ul li {
    list-style-type: none !important;
}

.box-gray-item {
    width: 100px;
    height: 100px;
    border-radius: 6px 30px 6px 30px;
    background-color: #F9F9F9;

}

.position-absolute-item {
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
}

.border-radius {
    border-radius: 10px;
}

.border-radius-lg {
    border-radius: 25px;
}

.border-radius-left {
    border-radius: 0px 10px 10px 0;
}

.border-gray {
    border: 1px solid #e2e4e6;
}

/*end-of-index*/
.p-menu {
    padding-right: 117px !important;
    padding-left: 117px !important;
}

/*order*/
.radius-bg-form {
    border-radius: 100px 0 100px 0;
}

.radius-blue {
    border-radius: 0 100px 0 0;
}

.bg-light-form {
    background-color: #F7F9FB;
}

/*order*/


/*login*/
.bg-login {
    background: url("../img/regirter-bg.svg") no-repeat;
    background-size: cover;
}

.bg-blue-login {
    background-color: #005cbf;
    border-radius: 0 100px 0 0;
    height: 100vh !important;
}

.bg-blue-register:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    background-color: #005cbf;
    border-radius: 0 100px 0 0;
    height: 100%;
    z-index: 1;

}

.padding-link-index {
    padding: 30px 30px 30px 30px !important;
}

.padding-link-index .link-login {
    z-index: 99 !important;
}

.border-input-group-login {
    border: none;
    outline: none;
    background-color: #fff;
}

.border-input-group-login:focus {
    border: none !important;
}

/*end-of-login*/

/*register*/
.select2 {
    width: 100% !important;
}

input[type='checkbox'] {
    width: 23px;
    height: 23px;
    background: white;
    border-radius: 10px !important;
    border: 2px solid #555;
}

/*end-of-register*/

/*blog*/
.margin-top-blog {
    margin-top: 145px;
}

.header-blog-img {
    border-radius: 25px;
}

.position-absolute-cover {
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
}

.cover-faq {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
    */
}

.cover-faq h2 {
    font-size: 42px !important;
}

.line {
    width: 100px;
    border-top: 3px solid #35E652;
}

.hvr-link {
    transition: all 0.3s;
}

.hvr-link:hover {
    transform: translateY(5px);
}

.hvr-home {
    transition: all 0.3s;
}

.hvr-home:hover {
    transform: scale(1.02);
}

/*end-of-blog*/


/*accounting*/
/*radio-button*/


.radiobtn {
    position: relative;
    display: block;

}

.radiobtn label:after, .radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3A7AE2;
    cursor: pointer !important;

}

.radiobtn label:before {
    background: transparent;
    -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 0;
    height: 0;
    cursor: pointer !important;
    background-image: url("/img/check-wihte.svg");
}

.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer !important;

}

.radiobtn input[type="radio"]:checked + label {
    background: #3A7AE2;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    cursor: pointer !important;
}

.radiobtn input[type="radio"]:checked + label:after {
    background: #3A7AE2;
    cursor: pointer !important;

}

.radiobtn input[type="radio"]:checked + label:before {
    width: 30px;
    height: 30px;
    cursor: pointer !important;

}

/*radio-button*/

.answer, .answer1 {
    display: none;
}

/*ticket*/
.blue-shadow {
    box-shadow: 0 .5rem 1rem rgba(58, 122, 226, .2);
}

.green-shadow {
    box-shadow: 0 .5rem 1rem rgba(53, 230, 83, .2);
}


/*end-ticket*/

.checkbox {
    height: 1px;
    width: 1px;
}

.checkbox-button {
    height: auto;
    margin: 30px 10px;
}

.label {
    padding: 9px 48px 9px 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
    position: relative;
    color: #485474;
    border-radius: 8px;
    transition: 0.4s;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.label::after {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
}

.checkbox:checked + .label {
    background-color: #2f80ed;
    color: white;
    border: 0;
}

.checkbox:checked + .label::after {
    background-color: white;
    border-color: white;
    content: "";
    height: 26px;
    width: 26px;
    background-size: 100% 100%;
    box-sizing: border-box;
    background-image: url("/img/check.png");
}

/*input file*/
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

h1 {
    text-align: center;
}

/* Content */

.content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.content footer {
    color: #b39295;
    margin-top: 40px;
}

.content footer a:hover,
.content footer a:focus {
    color: #4b0f31;
}

.box {
    background-color: #fff;
}

.box + .box {
    margin-top: 2.5rem;
}

/********** File Input Style starts here ********/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    font-family: iranyekan;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

/* style 4 */

.inputfile-4 + label {
    color: #2f80ed;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #1d4d8e;
}

.inputfile-4 + label figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2f80ed;
    display: block;
    padding: 13px;
    margin: 0 auto 10px;
}

label {
    font-size: 12px !important;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #1d4d8e;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

/*end-input file*/

/*faq*/
.myaccordion {
    max-width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #2f80ed;
    padding: 0;
}

.btn-link {
    white-space: pre-line;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

/*end-faq*/
@media print {
    .app-header {
        display: none;
    }
}

@media print {
    .app-sidebar {
        display: none;
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
}

.term-img {
    height: 150px !important;
}

.position-absolute-login {
    position: absolute;
    height: 100vh;
    width: 100%;
    padding: 100px 20px;
    background-color: transparent;
}

.border-bottom-nav {
    border-bottom: 1px solid #eeeeee;
}

@media screen and (min-width: 992px) {
    .border-bottom-nav {
        border-bottom: none;
    }

    .top-fix {
        top: 0 !important;
    }

    .border-bottom-nav {
        border-bottom: 1px solid transparent;
    }

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

    .position-absolute-login {
        position: absolute;
        height: 100vh !important;
        width: 100%;
        padding: 100px 120px !important;
        background-color: transparent;
    }

    .position-absolute-register {
        height: 100vh;
        width: 100%;
        background-color: transparent !important;
        padding: 400px 120px;
    }

    .position-absolute-register:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        background-color: #005cbf;
        border-radius: 0 100px 0 0;
        z-index: -1;
        padding: 400px 120px;
    }

    /*.d-none-login {*/
    /*    display: none;*/
    /*}*/
    /*@media screen and (min-width: 1024px) {*/
    /*    .d-none-login {*/
    /*        display: block;*/
    /*    }*/
    /*}*/
    .drop {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        width: 100%;
    }

    .border-bottom-dropdown {
        border-bottom: 1px solid #cccccc;
    }

    .pointer {
        cursor: pointer !important;
    }

    .page-link {
        margin: 0 1px !important;
        border-radius: 7px !important;
    }

    .shaba-input {
        letter-spacing: 2.5px !important;
    }
}

@media screen and (min-width: 768px) {
    .position-absolute-login {
        position: absolute;
        height: 100vh !important;
        width: 100%;
        padding: 100px 20px;
        background-color: transparent;
    }

    .position-absolute-register {
        height: 100vh;
        width: 100%;
        background-color: transparent;
        padding: 400px 20px;
    }

    .position-absolute-register:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh !important;
        width: 50%;
        background-color: #005cbf;
        border-radius: 0 100px 0 0;
        z-index: -1;
        padding: 400px 20px;


    }

    .position-absolute-register {
        height: 100vh;
        width: 100%;
        padding: 0 20px;
        background-color: transparent;
    }

    .drop {
        width: 145px;
        white-space: nowrap;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
    .sidebar-mini.sidenav-toggled .treeview-indicator {
        display: none;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 60px;
    }

    .sidebar-mini.sidenav-toggled .app-content {
        width: calc(100% - 80px) !important;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar {
        right: 15px;
        width: 80px;
        overflow: hidden;
        border-radius: 20px;
    }


    .sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }

    .sidebar-mini.sidenav-toggled .app-menu__icon {
        font-size: 22px;
        text-align: center;
    }

    .sidebar-mini.sidenav-toggled .app-menu__item:hover {
        overflow: visible;
        text-align: center !important;
    }

    /*   .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
           opacity: 1;
           text-align: center;
       }

       .sidebar-mini.sidenav-toggled .app-menu__item:hover + .treeview-menu {
           visibility: visible !important;
       }

       .sidebar-mini.sidenav-toggled .app-menu__item + .treeview-menu {
           background-color: #3A7AE2 !important;
       }*/
    .sidebar-mini.sidenav-toggled .app-menu__label {
        display: block;
        position: absolute;
        top: 6px;
        right: 70px;
        min-width: 180px;
        padding: 9px 5px 9px 20px;
        margin-right: 0;
        opacity: 0;
        text-align: center;
        background: #f1f1f1;
        border-top-left-radius: 4px;
    }

    .sidebar-mini.sidenav-toggled .treeview-menu {
        position: absolute;
        right: 80px;
        min-width: 180px;
        padding: 12px 0;
        opacity: 0;
        border-bottom-left-radius: 4px;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }

    .app.sidenav-toggled .app-content {
        margin-right: 80px;
        width: calc(100% - 80px);
        transition: all .3s;
        overflow: hidden !important;
    }

    .app.sidenav-toggled .app-sidebar {
        left: -230px;
        overflow: hidden !important;

    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }

    .app-content {
        transition: all .3s;
        margin-right: auto !important;
        width: calc(100% - 230px) !important;

    }

    .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
        overflow: visible;
        background: #f1f1f1;
        color: #3A7AE2;
        padding: 12px 15px !important;
    }

    .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
        opacity: 1;
    }

    .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .sidebar-mini.sidenav-toggled .treeview .app-menu__label {
        border-bottom-right-radius: 0;
    }

    .sidebar-mini.sidenav-toggled .treeview-menu {
        position: absolute;
        left: 50px;
        min-width: 180px;
        padding: 12px 0;
        opacity: 0;
        border-bottom-right-radius: 4px;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }

}

@media screen and (max-width: 1600px) {
    .margin-top {
        margin-top: 250px;
    }
}

@media screen and (max-width: 1250px) {
    .p-menu {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .nav-item a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1200px) {
    .tabs nav > a {
        position: relative;
        width: 10em;
        display: inline-block;
        padding: 0.6em 1em 0.4em;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        margin: 0 0.2em;
        text-align: center !important;
    }

    .position-image-head img {
        width: 90%;

    }

    .position-image-head1 img {
        width: 90%;

    }

    .padding-link-index {
        padding: 0px 20px;
    }

    .max-height {
        overflow-y: auto !important;
        max-height: 545px;
    }

    .size-brand-name {
        font-size: 60px !important;
    }

    .height-blue-blog {
        display: flex;
        align-items: center;
        height: 0;
    }

    .position-image-blog {
        position: static;
        padding-right: 0 !important;
        width: 100%;
        padding-left: 0 !important;
    }

    .position-image-head img {

        width: 90%;
    }

    .position-image-head1 img {
        width: 90%;

    }

    .margin-top {
        margin-top: 182px;
    }


    .box-gray-item {
        width: 100px;
        height: 100px;
        border-radius: 6px 30px 6px 30px;
        background-color: #F9F9F9;

    }

}

@media screen and (max-width: 1107px) {
    .p-menu {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .container-fluid-body {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 640px) {
    .container {
        flex-direction: column;
    }
}

@media screen and (min-width: 1600px) {
    .margin-top {
        margin-top: 280px;
    }

}

@media screen and (min-width: 1200px) {
    .position-absolute-login {
        position: absolute;
        height: 100vh !important;
        width: 100%;
        padding: 100px 120px !important;
        background-color: transparent;
    }

    .position-absolute-register {
        height: 100vh;
        width: 100%;
        background-color: transparent;
        padding: 500px 120px !important;
    }

    .position-absolute-register:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh !important;
        width: 50%;
        background-color: transparent !important;
        border-radius: 0 100px 0 0;
        z-index: -1;
        padding: 500px 120px !important;


    }
}

@media screen and (max-width: 991px) {

    .position-absolute-item {
        position: absolute;
        top: 0;
        left: -22px;
        bottom: 0;
        margin: auto;
    }

    /*.dropdown-menu {*/
    /*    display: none;*/
    /*    background-color: white;*/
    /*    transform: translateY(30%);*/
    /*    transition: all .5s;*/
    /*    text-align: right;*/
    /*    border: none;*/
    /*    visibility: hidden;*/
    /*}*/
    .fa-circle {
        font-size: 6px !important;
    }

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

    /*.dropdown:hover .dropdown-menu {*/
    /*    display: block !important;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    visibility: visible;*/
    /*    text-align: right;*/
    /*    font-size: 14px;*/
    /*    color: grey !important;*/
    /*}*/
    .p-menu {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .hide {
        display: none;
    }

    .padding-link-index {
        padding: 20px 20px;
    }

    .size-img-logo {
        width: 60px !important;
    }

    .margin-top-item {
        margin-top: 110px;
    }

    .text-lg-size {
        font-size: 12px;
    }

    .size-brand-name {
        font-size: 40px !important;
    }

    .box-gray-item {
        width: 80px;
        height: 80px;
        border-radius: 6px 30px 6px 30px;
        background-color: #F9F9F9;
    }

    .position-absolute-item {
        width: 75%;
    }


    .position-image-head img {
        width: 220px;
        top: -760px !important;
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: absolute;

    }

    .position-image-head1 img {
        width: 220px;
        top: 110px !important;
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: absolute;

    }

    .mt-img {
        margin-top: 170px;
    }

    .margin-top {
        margin-top: 243px;
    }

    .margin-top-blog {
        margin-top: 145px;
    }

    .margin-top-footer {
        margin-top: 100px;
    }

    .container-fluid-body {
        padding-right: 57px;
        padding-left: 57px;
        max-width: 1660px;
    }


}

@media screen and (max-width: 768px) {
    .position-absolute-login {
        position: absolute;
        height: 100vh;
        width: 100%;
        padding: 100px 20px;
        background-color: #005cbf;
    }

}

@media screen and (max-width: 767px) {
    .cover-faq h2 {
        font-size: 15px !important;
    }

    .hide-img-login {
        display: none !important;
    }

    .margin-top {
        margin-top: 243px;
    }

    .margin-top-footer {
        margin-top: 100px;
    }

    .radius-image-head {
        border-radius: 0 25px 0 25px;
    }

    .position-image-head img {
        width: 220px;
        top: 110px !important;
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: absolute;

    }

    .position-image-head1 img {
        width: 220px;
        top: 110px !important;
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: absolute;

    }

    .mt-img {
        margin-top: 150px;
    }

    .app-sidebar {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 230px;
        overflow: auto;
        z-index: 10;
        border-radius: 15px;
        background-color: #3A7AE2;
        -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
        -webkit-transition: right 0.3s ease, width 0.3s ease;
        -o-transition: right 0.3s ease, width 0.3s ease;
        transition: right 0.3s ease, width 0.3s ease;
    }


    .app-menu__item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
        font-size: 1.02em;
        border-left: 3px solid transparent;
        -webkit-transition: border-right-color 0.3s ease, background-color 0.3s ease;
        -o-transition: border-right-color 0.3s ease, background-color 0.3s ease;
        transition: border-right-color 0.3s ease, background-color 0.3s ease;
        color: #fff;
    }

    .app-content {
        min-width: 100%;
    }

    .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .app {
        overflow-x: hidden;
    }

    .app .app-sidebar {
        right: -230px;
    }

    .app .app-sidebar__overlay {
        visibility: hidden;
    }

    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .app.sidenav-toggled .app-sidebar {
        right: 0;
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }

    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media screen and (max-width: 384px) {
    .sm {
        font-size: 15px !important;
    }

    .head-api p {
        font-size: 10px !important;
    }

    .white-space-address {
        white-space: pre-wrap;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .max-height {
        overflow-y: auto !important;
        max-height: 450px !important;
    }

    .line {
        display: none;
    }

    .container-fluid-body {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width: 576px) {
    .d-show-icon {
        display: none;
    }

    .d-none-icon {
        display: flex !important;
    }

    .back-color-text {
        color: white !important;
    }

    .bg-blue-register:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #005cbf;
        border-radius: 0 0 0 0;
        height: 100%;
        z-index: 1;

    }

    .text-lg {
        font-size: 12px !important;
    }

    .header-api {
        font-size: 19px !important;
    }

    .head-api p {
        font-size: 12px;
    }

    .tabs nav > a {
        position: relative;
        width: 7em;
        display: inline-block;
        padding: 0.6em 1em 0.4em;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        margin: 0 0.2em;
        text-align: center !important;
    }

    .term-img {
        height: 100px !important;
    }

    .mt {
        margin-top: 25px;
    }

    .h-img {
        height: 200px !important;
    }

    .with-icon-contact {
        width: 45px;
        height: 45px;
    }

    .with-icon-contact img {
        width: 20px;
        height: 20px;
    }

    .img-size-icon {
        width: 25px !important;
    }

    .max-height {
        overflow-y: auto !important;
        max-height: 610px;
    }

    .padding-link-index {
        padding: 30px 10px !important;
    }

    .container-fluid-body {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1600px;
    }

    .p-menu {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .position-image-head img {
        width: 200px;
        top: 110px !important;
        margin: auto;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .position-image-head1 img {
        width: 200px;
        top: 110px !important;
        margin: auto;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .mt-img {
        margin-top: 140px;
    }

    .radius-bg-form {
        border-radius: 20px;
    }
}

