
/* Google Font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* General */
html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
:root {
    --fgm-main-color: #0d8bcc;
    --fgm-hover-main-color: #075294;
    --fgm-secondary-color: #f9e8c9;
    --fgm-secondary-light-color: #f7f3e7;
    --fgm-alt-color: #075294;
    --fgm-white-color: #fff;
    --fgm-body-bg:linear-gradient(180deg, #e2f5ff00 0, #e2f5ff);
    --fgm-gradient: linear-gradient(
        -90deg,
        var(--fgm-black-color) 0%,
        var(--fgm-main-color) 100%,
        rgba(0, 0, 0, 0.7)
    );
    --fgm-light-gradient: linear-gradient(
        to bottom,
        rgba(226, 245, 255, 0) 0%,
        rgba(226, 245, 255, 0.5) 100%
    );
    --loading-text-gradient: linear-gradient(90deg, transparent 0% 16.66%, var(--fgm-main-color) 33.33% 50%,  transparent 66.66% 75%);
    --fgm-transition: all 0.4s cubic-bezier(0, 0.15, 0.3, 1);
    --fgm-sec-trans: var(--fgm-transition);
    --fgm-head-dark-text: #b9b9b9;
    --fgm-black-text: #9b9b9b;
    --fgm-text-color: #828a91;
    --fgm-error-color: #ee5253;
    --fgm-dark-text: #1f242e;
    --fgm-head-text: #405160;
    --fgm-black-color: #101012;
    --fgm-main-hover: #35c4fd7e;
    --fgm-main-color-op-1: rgba(47, 198, 163, 0.1);
    --fgm-secondary-color-op-1: rgb(224 207 151 / 15%);
    --fgm-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    --fgm-padding: 123px;
    --fgm-padding-top: 80px;
    --fgm-padding-bottom: 80px;
    --fgm-border-color: rgba(255, 255, 255, 0.2);
    --fgm-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    --fgm-hover-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    --fgm-trans-type: cubic-bezier(0, 0.15, 0.3, 1);
    --clr-white: rgb(255, 255, 255);
    --clr-black: rgb(0, 0, 0);
    --clr-light: rgb(245, 248, 255);
    --clr-light-gray: rgb(196, 195, 196);
    --clr-blue: rgb(63, 134, 255);
    --clr-light-blue: rgb(171, 202, 255);
}

html{
    height: 100%;
}


/*@-ms-viewport {*/
/*    width: device-width*/
/*}*/
body {
    background: var(--fgm-body-bg);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,.85);
    letter-spacing: 0.5px;
}
[tabindex="-1"]:focus {
    outline: 0!important
}

select option {
    background: var(--fgm-white-color);
}

::placeholder {
    color: var(--fgm-white-color) !important;
    font-size: 1.1rem;
    opacity: .9 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--fgm-main-color);
}
.h1, h1 {
    font-size: 48px;
    line-height: 52px;
}
.h2, h2 {
    font-size: 38px;
    line-height: 42px;
}
.h3, h3 {
    font-size: 30px;
    line-height: 34px;
}
.h4, h4 {
    font-size: 24px;
    line-height: 28px;
}
.h5, h5 {
    font-size: 18px;
    line-height: 22px;
}
.h6, h6 {
    font-size: 14px;
    line-height: 18px;
}

.display-1 {
    font-size: 6rem
}
.display-2 {
    font-size: 5.5rem
}
.display-3 {
    font-size: 4.5rem
}
.display-4 {
    font-size: 3.5rem
}
.line-height-0{
    line-height:0;
}
.line-height-5 {
    line-height: 5px;
}

.line-height-10 {
    line-height: 5px;
}

code {
    font-size: 87.5%;
    color: #ffed16;
    word-break: break-word;
}
.blockquote-footer{
    color: #cecece;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
p {
    margin-bottom: .65rem;
    color: var(--fgm-text-color);
}
:focus {
    outline: 0!important
}
a {
    color: var(--fgm-main-color);
}
a {
    outline: none!important
}
td a{
    color: var(--fgm-main-color);
    text-decoration: none;
    font-weight: 500;
}
a:hover{
    color: var(--fgm-alt-color);
    text-decoration: none;
}

a.text-muted:focus, a.text-muted:hover {
    color: #748690;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    max-width: 100%;
    outline: 0 transparent !important;
    vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
    color: currentColor;
    border: 1px solid var(--fgm-main-color);
    border-radius: 4px;
    display: grid;
    place-content: center;
    font-size: 1rem;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
    transform: scale(0);
    color: var(--fgm-white-color);
    transition: 0.2s transform ease;
    font-family: "remixicon" !important;
    font-style: normal;
    content: "\EB79";
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: var(--fgm-main-color);
    border-color: var(--fgm-main-color);
}

input[type="radio"].fgm-error-input,
input[type="checkbox"].fgm-error-input {
    background: none !important;
    border-color: var(--fgm-error-color) !important;
}

input[type="radio"]:checked.fgm-error-input::before,
input[type="checkbox"]:checked.fgm-error-input::before {
    color: var(--fgm-main-color) !important;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    /*transform: scale(1);*/
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1;
    text-transform: capitalize;
    width: 100%;
}
.form-check-input:focus{
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px var(--fgm-white-color) inset !important;
}

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

input.form-control[type="file"] {
    width: 100%;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="submit"] {
    cursor: pointer;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
}

fieldset {
    border: 1px #e4e4e4 solid;
    margin-bottom: 15px;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="url"],
select,
textarea {
    display: block;
    width: 100%;
    padding: .75rem 1.25rem;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1;
    outline: 0 transparent;
    box-shadow: none;
    transition: all 0.4s ease;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: var(--fgm-main-color);
    box-shadow: none;
}

select {
    height: auto;
    min-height: auto;
    min-width: 95px;
    line-height: 1.35;
    -webkit-appearance: none;
}

textarea {
    height: calc(11em + 0.75rem + 2px);
}

legend {
    max-width: 100%;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.small, small {
    font-size: 75%;
    font-weight: 400;
}
.form-select{
    border: 1px solid var(--fgm-main-color);
}
select.form-select:focus {
    box-shadow:var(--fgm-shadow);
}
.small-font{
    font-size:14px;
}
.extra-small-font{
    font-size:12px;
}
.breadcrumb-item.active {
    color: var(--fgm-main-color);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--fgm-main-color);
}

.row{
    margin-right: -12.5px;
    margin-left: -12.5px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto{
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.text-white{
    color: var(--fgm-main-color) !important;
}

.fgm-btn {
    padding: 8px 25px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--fgm-white-color);
    background: var(--fgm-gradient);
    border: 1px var(--fgm-main-color) solid;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    will-change: transform;
    text-transform: capitalize;
    border-radius: 4px;
    transition: var(--fgm-transition);
    cursor: pointer;
}
.fgm-btn .fgm-btn-icon {
    font-size: 1rem;
    padding-top: 0.3rem;
}
.fgm-btn:hover {
    color: var(--fgm-white-color);
    background-color: var(--fgm-main-color);
    border-color: var(--fgm-main-color);
    box-shadow: var(--fgm-hover-shadow);
}

.fgm-btn span span {
    position: relative;
    top: 0;
    display: inline-block;
    transition: top 0.4s var(--fgm-trans-type),
    opacity 0.55s var(--fgm-trans-type);
}

.fgm-btn > span:not(.fgm-icon)::before {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    opacity: 0;
    content: attr(data-text);
    z-index: 9;
    transition: top 0.4s var(--fgm-trans-type),
    opacity 0.55s var(--fgm-trans-type);
}
.fgm-btn > span:not(.fgm-icon) {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.fgm-btn:hover span span {
    top: -20px;
    opacity: 0;
    color: var(--fgm-white-color);
}

.fgm-btn:hover > span::before {
    opacity: 1;
    top: 0;
}

.fgm-btns-group {
    display: flex;
    /*justify-content: start;*/
    gap: 15px;
    margin-bottom: 1.5rem;
}
.fgm-white-btn {
    background: transparent !important;
    color: var(--fgm-main-color) !important;
}
.fgm-btn-sm,
.FSH-tool-cell .fgm-btn{
    padding: 6px;
}
th:not(:first-of-type) ,td:not(:first-of-type){
    text-align: center;
}
.FSH-tool-cell a{
    margin: 0 .15rem;
}
/* Menu Sidebar Wrapper */
#wrapper{
    width: 100%;
    position: relative;
}
.fgm-login-wrapper{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sidebar-wrapper {
    background-color: rgba(0,0,0,.2);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


#wrapper.toggled #sidebar-wrapper {
    position: fixed;
    left: -250px;

}

#wrapper.toggled .menu-icon{
    margin-left: 0px;
}

#wrapper.toggled .content-wrapper {
    margin-left: 0;
}

/* Page Content Wrapper */
.content-wrapper {
    margin-left: 250px;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------right-sidebar----------------*/

.right-sidebar{
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: -300px;
    z-index: 999;
    text-align:center;
    padding:10px;
    background: #000000;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.switcher-icon{
    width: 40px;
    height: 40px;
    line-height:40px;
    background: #000;
    text-align:center;
    font-size:22px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    position: fixed;
    right: 0;
    top: 15rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.right-sidebar.right-toggled{
    right: 0px;
}
.right-sidebar.right-toggled .switcher-icon{
    right: 260px;
}

.bg-theme{
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s;
}

.switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 20px;
}
.switcher li {
    float: left;
    width: 85px;
    height: 75px;
    margin: 0 15px 15px 0px;
    border-radius: 4px;
    border: 0px solid black;
}

/* Topbar Header */
.topbar-nav .navbar{
    padding: 0px 15px;
    z-index: 999;
    height: 60px;
    background: var(--fgm-gradient);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-menu i {
    margin-left: 250px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-nav-link a.nav-link {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 20px;
    color: #ffffff;
}

/* Dropdown Menu */
.dropdown-menu {
    right: 0;
    border: 0px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08)!important;
    box-shadow: var(--fgm-shadow);
    font-size: 15px;
    background: var(--fgm-light-gradient);
}

.dropdown-menu li a {
    color: var(--fgm-white-color);
}

.dropdown-menu ul{
    margin-top: 0px;
}

.dropdown-divider{
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dropdown-item{
    padding: .70rem 1.5rem;
    color: var(--fgm-main-color);
    transition: var(--fgm-transition);
}

.dropdown-item:hover{
    padding: .70rem 1.5rem;
    background-color: #fff;
    color: var(--fgm-alt-color);
}
.btn.dropdown-toggle{
    color: var(--fgm-main-color);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-toggle-nocaret:after {
    display: none
}

/* User Details */
.user-profile img {
    width:35px;
    height:35px;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.user-details .media .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-details .media .media-body .user-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: #232323;
    margin-bottom: 0;
}

/* Logo */

.brand-logo{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.brand-logo a{
    text-decoration:none;
}
.logo-text{
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    font-weight: 400;
    text-align: center;
    line-height:50px;
}

.logo-icon{
    width: 35px;
    margin-right: 5px;
}


.user-details .media .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-details .media .media-body .user-title {
    font-size: 14px;
    color:var(--fgm-main-color) ;
    font-weight: 600;
    margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: var(--fgm-main-color);
    margin-bottom: 0;

}

/* SearachBar */
.search-bar{
    margin-left: 20px;
    position: relative;
}

.search-bar input{
    border: 1px solid var(--fgm-main-color);
    font-size: 15px;
    width: 530px;
    border-radius: 0.25rem;
    height: 35px;
    padding: .375rem 2.0rem .375rem .75rem;
    /* background-color: rgba(255, 255, 255, 0.2); */
    margin: 0;
}


.search-bar input::placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}


.search-bar input:focus{
    color: var(--fgm-main-color) !important;
}

.search-bar span i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: var(--fgm-main-color);
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
}
.product-img {
    height: 32px;
}

.skill-img{
    height: 35px;
}

.page-title{
    font-size: 20px;
    line-height: 20px;
}

.breadcrumb{
    padding: 0;
    background-color: transparent;
}

.sidebar-menu li a i:first-child {
    margin-right: 10px;
    font-size: 18px;
}
.fgm-search-results {
    border-radius: 4px;
    position: absolute;
    top: 150%;
    background-color: var(--fgm-white-color);
    padding: 1rem;
    width: 100%;
    opacity:0;
    z-index: -10;
    visibility:hidden;
    color:var(--fgm-main-color);
    box-shadow: var(--fgm-shadow);
    border: 1px solid #eee;
    transition:var(--fgm-transition)
}
.fgm-search-results.show {
    top:110%;
    opacity:1;
    z-index:100;
    visibility:visible;
}

.sidebar-menu li a i:last-child {
    margin-right: 10px;
    font-size: 12px;
}

.row.row-group>div {
    border-right: 1px solid rgba(255, 255, 255, 0.12)
}

.row.row-group>div:last-child{
    border-right: none;
}
.FSH-image_id-cell img{
    width:50px;
    height:50px;
    object-fit:cover;
    border-radius:50%;
}
.FSH-featured-cell input{
    margin:0 auto;
}
/*Cards */
.card{
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    background: var(--fgm-white-color);
}

.card-header {
    padding: .75rem 1.25rem .75rem 0;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 600;
    font-size: 14px;
    color: var(--fgm-main-color);
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color: var(--fgm-main-color);
}

.card-action{
    float: right
}

.card-action a i{
    color: #ffffff;
    border-radius: 50%;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.card-deck {
    margin-bottom: 25px;
}

@media (min-width: 576px){

    .card-deck {
        margin-right: -12.5px;
        margin-left: -12.5px;
    }

    .card-deck .card {
        margin-right: 12.5px;
        margin-left: 12.5px;
    }
}

.card-group {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.card-group .card {
    box-shadow: none;
}

/*Profile card 2*/
.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}

/*Buttons */
.btn{
    font-size: .70rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    border-radius: .25rem;
    text-transform: uppercase;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.btn-link{
    color: #14abef;
}
.btn:focus{
    box-shadow:none;
}
.btn-lg {
    padding: 12px 38px;
    font-size: .90rem;
}

.btn-sm {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 15px;
}

.btn-group-sm>.btn{
    font-size: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}

.btn-primary:hover {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-secondary {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}
.btn-secondary:hover {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow:none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-success {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}
.btn-success:hover {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}
.btn-success.focus, .btn-success:focus {
    box-shadow:none;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-info {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.btn-info:hover {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}
.btn-info.focus, .btn-info:focus {
    box-shadow:none;
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow:none;
}


.btn-warning {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}
.btn-warning:hover {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}
.btn-warning.focus, .btn-warning:focus {
    box-shadow:none;
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-danger {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}
.btn-danger:hover {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow:none;
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-light{
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
.btn-light:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.18);
}
.btn-light.focus, .btn-light:focus {
    box-shadow:none;
}
.btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-white:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}
.btn-white.focus, .btn-white:focus {
    box-shadow:none;
}
.btn-white.disabled, .btn-white:disabled {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show>.btn-white.dropdown-toggle:focus {
    box-shadow:none;
}

.btn-dark {
    color: #fff;
    background-color: #353434;
    border-color: #353434
}
.btn-dark:hover {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow:none;
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow:none;
}


.btn-outline-primary {
    color: #7934f3;
    background-color: transparent;
    background-image: none;
    border-color: #7934f3
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3;
    box-shadow: none
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7934f3;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-secondary {
    color: #94614f;
    background-color: transparent;
    background-image: none;
    border-color: #94614f
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f;
    box-shadow: none
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #94614f;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-success {
    color: #04b962;
    background-color: transparent;
    background-image: none;
    border-color: #04b962
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}
.btn-outline-success.focus, .btn-outline-success:focus {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962;
    box-shadow: none
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #04b962;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none
}


.btn-outline-info {
    color: #14b6ff;
    background-color: transparent;
    background-image: none;
    border-color: #14b6ff
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.btn-outline-info.focus, .btn-outline-info:focus {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff;
    box-shadow: none
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #14b6ff;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none
}


.btn-outline-warning {
    color: #ff8800;
    background-color: transparent;
    background-image: none;
    border-color: #ff8800
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800;
    box-shadow: none
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ff8800;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-danger {
    color: #f43643;
    background-color: transparent;
    background-image: none;
    border-color: #f43643
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643;
    box-shadow: none
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f43643;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-light {
    color: var(--fgm-white-color);
    background-color: var(--fgm-main-color);
    background-image: none;
    border-color: rgba(255,255,255,.125)
}
.btn-outline-light:hover {
    color: #212529;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125)
}
.btn-outline-light.focus, .btn-outline-light:focus {
    color: #212529;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
    box-shadow: none
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: rgba(255,255,255,.125);
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125)
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}
.btn-outline-white:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}
.btn-outline-white.focus, .btn-outline-white:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #000000;
    background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show>.btn-outline-white.dropdown-toggle {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-dark {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000000;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none
}

.btn-link {
    font-weight: 600;
    box-shadow: none;
}

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

.btn-round {
    border-radius: 30px !important;
}

.btn-square {
    border-radius: 0px !important;
}

.btn-group, .btn-group-vertical{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

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

.btn-group-vertical .btn{
    box-shadow: none !important;
}
.btn-group-round{
    border-radius: 30px;
}

.btn-group-round .btn{
    border-radius: 30px;
}
.btn-group.group-round>.btn:first-child{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.btn-group.group-round{
    border-radius: 25px;
}
.btn-group.group-round>.btn:last-child{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.btn-group-vertical.group-round-vertical{
    border-radius: 25px;
}
.btn-group-vertical.group-round-vertical>.btn:first-child{
    border-top-left-radius:25px;
    border-top-right-radius:25px;
}
.btn-group-vertical.group-round-vertical>.btn:last-child{
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
}

.split-btn-primary, .split-btn-primary:hover {
    border: 1px solid #0e95d2 !important;
    background-color: #0e95d2;
}

.split-btn-success, .split-btn-success:hover {
    border: 1px solid #059f4f !important;
    background-color: #059f4f;
}

.split-btn-danger, .split-btn-danger:hover {
    border: 1px solid #de1940 !important;
    background-color: #de1940;
}

.split-btn-secondary, .split-btn-secondary:hover {
    border: 1px solid #ae1cbc !important;
    background-color: #ae1cbc;
}

.split-btn-warning, .split-btn-warning:hover {
    border: 1px solid #dd8824 !important;
    background-color: #dd8824;
}

.split-btn-info, .split-btn-info:hover {
    border: 1px solid #05afce !important;
    background-color: #05afce;
}

.split-btn-white, .split-btn-white:hover {
    border: 1px solid #dddddd !important;
    background-color: #dddddd;
}

.split-btn-dark, .split-btn-dark:hover {
    border: 1px solid #070f1d !important;
    background-color: #070f1d;
}


#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-view-container{
    background-color: transparent;
}


.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    color: white;
    text-transform: uppercase;
}
.fc-event, .fc-event-dot {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    margin: 5px 7px;
    padding: 1px 5px;
    border: none;
}

.fc-state-active, .fc-state-down {
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}


.icon a:hover {
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
    text-decoration: none;
}

.icon a {
    display: block;
    color: #e8e8e8;
    padding: 8px;
    line-height: 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
}

.icon a i {
    padding-right: 10px;
}

.icon-section {
    clear: both;
    overflow: hidden;
}
.icon-container {
    width: 250px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #e8e8e8;
    position: absolute;
    margin-top: 3px;
    transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5px;
}
.icon-container:hover .icon-name {
    color: #e8e8e8;
}
.icon-name {
    color: #e8e8e8;
    margin-left: 35px;
    transition: .3s;
}
.icon-container:hover .icon-name {
    margin-left: 45px;
}


.preview {
    padding: 15px 0;
    position: relative;
}

.show-code {
    color: #e8e8e8;
}

.icons {
    font-size: 15px;
    padding-right: 7px;
}

.name {
    font-size: 15px;
}

.preview a{
    padding: 15px;
}
.preview a:hover{
    padding: 15px;
    text-decoration:none;
}

.preview a i{
    margin-right: 10px;
    font-size: 18px;
}

.icon-preview-box div:hover{
    background: rgba(255, 255, 255, 0.3);;
}

.error {
    color: #ff5656;
}

label {
    color: var(--fgm-text-color);
    font-size: .785rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Forms */
.input-group .btn{
    box-shadow:none;
    padding: .375rem .75rem;
}

.input-group-text{
    color: #ffffff;
    background-color: rgba(233, 236, 239, 0.4);
    border: 0px solid rgba(206, 212, 218, 0);
}

.custom-select{
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    border: 0px solid #ced4da;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after{
    color: #ffffff;
    background-color: rgba(233, 236, 239, 0.4);
    border-left: 0px solid #ced4da;
}
.form-group {
    margin-bottom: 1rem;
}
.col-form-label{
    font-size: 13px;
}
.ryb-validation-txt {
    position: absolute;
    color: var(--fgm-error-color);
    margin: .5rem 0 .25rem;
    display: block;
    text-transform: capitalize;
}
.form-control{
    border: 1px solid var(--fgm-main-color);
    background-color: var(--fgm-white-color);
    color: var(--fgm-black-color) !important;
    border-radius: 2px;
}

.form-control:focus{
    box-shadow: var(--fgm-shadow) !important;
}

.form-control-rounded {
    border-radius: 30px !important;
}

.form-control-square {
    border-radius: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(21, 14, 14, 0.45);
    opacity: 1;
}

.form-control-xl {
    height: 60px !important;
    font-size: 26px !important;
}

.position-relative {
    position: relative!important;
}


.has-icon-left .form-control {
    padding-right: .85rem;
    padding-left: 2.9rem;
}

.form-control-position {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
}

.has-icon-left .form-control-position {
    right: auto;
    left: 0px;
}

.has-icon-right .form-control-position {
    right: 0px;
    left: auto;
}

.has-icon-right .form-control{
    padding-right: 37px;
}

.search-input {
    margin-bottom: 10px;
}
.custom-header {
    background: rgba(255, 255, 255, 0.34);
    padding: 5px;
    color: #ffffff;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 0px;
}

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

.payment-icons img {
    width: 100px;
}
.bootstrap-touchspin .input-group-text{
    border-radius: 0px;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 40px;
}

.user-lock {
    height: 150px!important;
}

.user-lock-img {
    width: 130px;
    margin: auto;
}

.user-lock-img img {
    width: 100%;
    border-radius: 50%;
    margin-top: 80px;
    border: 4px solid white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/* Tables */
table.grid {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
table.grid td {
    border: 2px solid white;
    padding: 8px;
}

.card .table{
    margin-bottom:0px;
}

.card .table td, .card .table th {
    padding: 0.6rem 1.2rem;
    border: 1px #f1f1f1 solid;
    color: #363636;
    text-transform: capitalize;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: rgba(255,255,255,.85);
}
.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}
.table thead th {
    font-size: .785rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--fgm-main-color);
}
.table-bordered {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.table-flush td, .table-flush th {
    border-right: 0;
    border-left: 0;
}
.table td, .table th {
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.table-bordered td, .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .20);
    color:#fff;
}
.table th {
    font-weight: 600;
}
.table-responsive{
    white-space:nowrap;
}
.table .thead-primary th {
    color: #fff;
    background-color: #14abef;
    border-color: #14abef;
}

.table .thead-secondary th {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.table .thead-success th {
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.table .thead-danger th {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.table .thead-warning th {
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

.table .thead-info th {
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table .thead-light th {
    color: #495057;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}

.table-primary {
    color: #fff;
    background-color: #14abef;
}

.table-primary td, .table-primary th, .table-primary thead th {
    border-color: rgba(244, 245, 250, 0.15);
}

.table-secondary {
    color: #fff;
    background-color: #d13adf;
}

.table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-success {
    color: #fff;
    background-color: #02ba5a;
}

.table-success td, .table-success th, .table-success thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-danger {
    color: #fff;
    background-color: #f5365c;
}

.table-danger td, .table-danger th, .table-danger thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-warning {
    color: #fff;
    background-color: #fba540;
}
.table-warning td, .table-warning th, .table-warning thead th {
    border-color: rgba(244, 245, 250, 0.30);
}

.table-info {
    color: #fff;
    background-color: #03d0ea;
}
.table-info td, .table-info th, .table-info thead th {
    border-color: rgba(244, 245, 250, 0.30);
}
.table-dark {
    color: #fff;
    background-color: #000000;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: rgba(244, 245, 250, 0.15);
}
.table-light {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
}
.table-light td, .table-light th, .table-light thead th {
    border-color: rgba(221, 222, 222, 0.22);
}
.table-active, .table-active>td, .table-active>th {
    background-color: rgba(255, 255, 255, 0.07);
}
td.FSH-description-cell {
    max-width: 240px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Alerts*/
.alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: none;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
}

.alert .alert-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    font-size: 20px;
}

.alert .alert-message {
    display: table-cell;
    padding: 20px 15px 20px 15px;
    font-size: 14px;
}

.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: 300;
    padding: 10px 15px;
    color: inherit;
}

.alert .contrast-alert {
    background-color: rgba(255, 255, 255, 0.2);
}

.alert-success {
    color: #ffffff;
    background-color: #02ba5a;
    border-color: #02ba5a;

}
.alert-success .alert-link {
    color: #7bff2b;
}

.alert-info {
    color: #fefefe;
    background-color: #03d0ea;
    border-color: #03d0ea;
}
.alert-info .alert-link {
    color: #bef6ff;
}
.alert-danger {
    color: #ffffff;
    background-color: #f5365c;
    border-color: #f5365c;
}
.alert-danger .alert-link {
    color: #ffcacf;
}

.alert-warning {
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}
.alert-warning .alert-link {
    color: #fff900;
}

/*Badges*/
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-up {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    font-size: 12px;
}
.badge-primary {
    color: #fff;
    background-color: #14abef;
}
.badge-secondary {
    color: #fff;
    background-color: #d13adf;
}
.badge-success {
    color: #fff;
    background-color: #02ba5a;
}
.badge-danger {
    color: #fff;
    background-color: #f5365c;
}
.badge-warning {
    color: #fff;
    background-color: #fba540;
}
.badge-info {
    color: #fff;
    background-color: #03d0ea;
}
.badge-light {
    color: #212529;
    background-color: rgb(255, 255, 255);
}
.badge-dark {
    color: #fff;
    background-color: #000000;
}


/* Paginations */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--fgm-text-color);
    background-color: rgba(255,255,255,.08);
    border: 0px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(80, 73, 73, 0.06);
}
.page-link:hover {
    z-index: 2;
    color: var(--fgm-main-color);
    text-decoration: none;
    background-color: rgba(255,255,255,.2);
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.35)
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #fff;
    border-color: #14abef
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-round .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.pagination-round .page-item:last-child .page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.pagination-separate .page-item .page-link{
    margin-left: 4px;
}

/* List Groups */
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.list-group-item-action {
    color: rgba(255,255,255,.85);
}

.list-group-item-action:hover {
    color: #feffff;
    background-color: rgba(255, 255, 255, 0.2);
}
.list-group-item-action:focus {
    color: #feffff;
    background-color: rgba(255, 255, 255, 0.2);
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #feffff;
    background-color: rgba(255, 255, 255, 0.2);
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #14abef;
    border-color: #14abef;
}

.list-group-item.active-success {
    z-index: 2;
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.list-group-item.active-danger {
    z-index: 2;
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.list-group-item.active-warning {
    z-index: 2;
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

.list-group-item.active-info {
    z-index: 2;
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.list-group-item.active-dark {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.list-group-item.active-secondary {
    z-index: 2;
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.list-group-primary .list-group-item{
    background-color: #14abef;
    color: #fff;
    border: 1px solid #6b7ee9;
    box-shadow: inset 0 -1px 0px #5467d4;
}
.list-group-success .list-group-item{
    background-color: #02ba5a;
    color: #fff;
    border: 1px solid #06cc64;
    box-shadow: inset 0 -1px 0px #06a050;
}
.list-group-danger .list-group-item{
    background-color: #f5365c;
    color: #fff;
    border: 1px solid #ff4e71;
    box-shadow: inset 0 -1px 0px #e6294e;
}
.list-group-warning .list-group-item{
    background-color: #fba540;
    color: #fff;
    border: 1px solid #ffb55e;
    box-shadow: inset 0 -1px 0px #e6902b;
}
.list-group-info .list-group-item{
    background-color: #03d0ea;
    color: #fff;
    border: 1px solid #08def9;
    box-shadow: inset 0 -1px 0px #03b8d4;
}
.list-group-dark .list-group-item{
    background-color: #000000;
    color: #fff;
    border: 1px solid #0a1219;
    box-shadow: inset 0 -1px 0px #000000;
}
.list-group-secondary .list-group-item{
    background-color: #d13adf;
    color: #fff;
    border: 1px solid #718b98;
    box-shadow: inset 0 -1px 0px #536d79;
}

.treeview .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #fff;
}


/*Nav Tabs & Pills */
.nav-tabs .nav-link {
    color: var(--fgm-alt-color);
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.nav-tabs .nav-link:hover{
    border: 0px solid transparent;
}
.nav-tabs .nav-link i {
    margin-right: 2px;
    font-weight: 600;
}

.top-icon.nav-tabs .nav-link i{
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.color-tabs .nav-link{
    color: #fff;
}

.color-tabs.nav-tabs{
    border-bottom: 1px solid #fff;
}

.color-tabs .nav-link.active, .color-tabs .nav-item.show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #fff #fff #fff;
    border-bottom: 4px solid #fff;
}

.nav-tabs-primary.nav-tabs{
    border-bottom: 1px solid #14abef;
}

.nav-tabs-primary .nav-link.active, .nav-tabs-primary .nav-item.show>.nav-link {
    color: #14abef;
    background-color: transparent;
    border-color: #14abef #14abef #fff;
    border-bottom: 4px solid #14abef;
}

.nav-tabs-success.nav-tabs{
    border-bottom: 1px solid #02ba5a;
}

.nav-tabs-success .nav-link.active, .nav-tabs-success .nav-item.show>.nav-link {
    color: #02ba5a;
    background-color: transparent;
    border-color: #02ba5a #02ba5a #fff;
    border-bottom: 4px solid #02ba5a;
}

.nav-tabs-info.nav-tabs{
    border-bottom: 1px solid #03d0ea;
}

.nav-tabs-info .nav-link.active, .nav-tabs-info .nav-item.show>.nav-link {
    color: #03d0ea;
    background-color: transparent;
    border-color: #03d0ea #03d0ea #fff;
    border-bottom: 4px solid #03d0ea;
}

.nav-tabs-danger.nav-tabs{
    border-bottom: 1px solid #f5365c;
}

.nav-tabs-danger .nav-link.active, .nav-tabs-danger .nav-item.show>.nav-link {
    color: #f5365c;
    background-color: transparent;
    border-color: #f5365c #f5365c #fff;
    border-bottom: 3px solid #f5365c;
}

.nav-tabs-warning.nav-tabs{
    border-bottom: 1px solid #fba540;
}

.nav-tabs-warning .nav-link.active, .nav-tabs-warning .nav-item.show>.nav-link {
    color: #fba540;
    background-color: transparent;
    border-color: #fba540 #fba540 #fff;
    border-bottom: 4px solid #fba540;
}

.nav-tabs-dark.nav-tabs{
    border-bottom: 1px solid #000000;
}

.nav-tabs-dark .nav-link.active, .nav-tabs-dark .nav-item.show>.nav-link {
    color: #000000;
    background-color: #fff;
    border-color: #000000 #000000 #fff;
    border-bottom: 4px solid #000000;
}

.nav-tabs-secondary.nav-tabs{
    border-bottom: 1px solid #d13adf;
}
.nav-tabs-secondary .nav-link.active, .nav-tabs-secondary .nav-item.show>.nav-link {
    color: #d13adf;
    background-color: transparent;
    border-color: #d13adf #d13adf #fff;
    border-bottom: 4px solid #d13adf;
}

.tabs-vertical .nav-tabs .nav-link {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-right: -1px;
    padding: 12px 1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #dee2e6;
}

.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 1px solid #dee2e6;
    border-right: 0;
    border-left: 1px solid #dee2e6;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #14abef;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
    color: #14abef;
    background-color: transparent;
    border-color: #14abef #14abef #fff;
    border-bottom: 1px solid #14abef;
    border-right: 0;
    border-left: 3px solid #14abef;
}

.tabs-vertical-success.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #02ba5a;
}

.tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
    color: #02ba5a;
    background-color: transparent;
    border-color: #02ba5a #02ba5a #fff;
    border-bottom: 1px solid #02ba5a;
    border-right: 0;
    border-left: 3px solid #02ba5a;
}

.tabs-vertical-info.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #03d0ea;
}

.tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
    color: #03d0ea;
    background-color: transparent;
    border-color: #03d0ea #03d0ea #fff;
    border-bottom: 1px solid #03d0ea;
    border-right: 0;
    border-left: 3px solid #03d0ea;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #f5365c;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
    color: #f5365c;
    background-color: transparent;
    border-color: #f5365c #f5365c #fff;
    border-bottom: 1px solid #f5365c;
    border-right: 0;
    border-left: 3px solid #f5365c;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #fba540;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
    color: #fba540;
    background-color: transparent;
    border-color: #fba540 #fba540 #fff;
    border-bottom: 1px solid #fba540;
    border-right: 0;
    border-left: 3px solid #fba540;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #000000;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: #000000 #000000 #fff;
    border-bottom: 1px solid #000000;
    border-right: 0;
    border-left: 3px solid #000000;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs{
    border:0;
    border-right: 1px solid #d13adf;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
    color: #d13adf;
    background-color: transparent;
    border-color: #d13adf #d13adf #fff;
    border-bottom: 1px solid #d13adf;
    border-right: 0;
    border-left: 3px solid #d13adf;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.nav-pills .nav-link:hover {
    background-color: transparent;
}

.nav-pills .nav-link i{
    margin-right:2px;
    font-weight: 600;
}

.top-icon.nav-pills .nav-link i{
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #14abef;
}

.color-pills .nav-link{
    color: #fff;
}
.color-pills .nav-link:hover{
    color: #000000;
    background-color: #fff;
}
.color-pills .nav-link.active, .color-pills .show>.nav-link {
    color: #000000;
    background-color: #fff;
}

.nav-pills-success .nav-link.active, .nav-pills-success .show>.nav-link {
    color: #fff;
    background-color: #02ba5a;
}

.nav-pills-info .nav-link.active, .nav-pills-info .show>.nav-link {
    color: #fff;
    background-color: #03d0ea;
}

.nav-pills-danger .nav-link.active, .nav-pills-danger .show>.nav-link{
    color: #fff;
    background-color: #f5365c;
}

.nav-pills-warning .nav-link.active, .nav-pills-warning .show>.nav-link {
    color: #fff;
    background-color: #fba540;
}

.nav-pills-dark .nav-link.active, .nav-pills-dark .show>.nav-link {
    color: #fff;
    background-color: #000000;
}

.nav-pills-secondary .nav-link.active, .nav-pills-secondary .show>.nav-link {
    color: #fff;
    background-color: #d13adf;
}
.card .tab-content{
    padding: 1rem 0 0 0;
}

/* Accordions */
#accordion1 .card-header button:before,
#accordion2 .card-header button:before,
#accordion3 .card-header button:before,
#accordion4 .card-header button:before,
#accordion5 .card-header button:before,
#accordion6 .card-header button:before,
#accordion7 .card-header button:before,
#accordion8 .card-header button:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f105";
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accordion1 .card-header button.collapsed:before,
#accordion2 .card-header button.collapsed:before,
#accordion3 .card-header button.collapsed:before,
#accordion4 .card-header button.collapsed:before,
#accordion5 .card-header button.collapsed:before,
#accordion6 .card-header button.collapsed:before,
#accordion7 .card-header button.collapsed:before,
#accordion8 .card-header button.collapsed:before {
    content:"\f107";
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255,255,255,.1);
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    transition: width .6s ease;
}

.progress-content{
    margin-bottom: 10px;
}
.progress-label {
    font-size: .625rem;
    font-weight: 600;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    color: #14abef;
    border-radius: 30px;
    background: rgba(94, 114, 228, .1);
}
.progress-percentage {
    float: right;
}


/* Background Colors */
.bg-primary {
    background-color: #7934f3!important;
}
.bg-success {
    background-color: #04b962!important;
}
.bg-info {
    background-color: #14b6ff!important;
}
.bg-secondary {
    background-color: #94614f!important;
}
.bg-danger {
    background-color: #f43643!important;
}
.bg-dark {
    background-color: #000000!important;
}
.bg-dark-light {
    background-color: rgba(0,0,0,.25)!important;
}
.bg-warning {
    background-color: #ff8800!important;
}
.bg-light {
    background-color: rgba(255,255,255,.125)!important;
}
.bg-contrast {
    background: rgba(255, 255, 255, 0.30)!important;
}
.bg-body {
    background: rgb(247, 247, 255)!important;
}

.bg-primary-light1 {
    background-color: rgba(144, 79, 254, 0.22);
}
.bg-primary-light2 {
    background-color: rgba(144, 79, 254, 0.42);
}

.gradient-primary-light {
    background-color: #8f50ff;
    background-image: radial-gradient(circle 30px at center, #f8aeff, #8f50ff)!important;
}

.bg-success-light1 {
    background-color: rgba(8, 165, 14, 0.22);
}
.bg-success-light2 {
    background-color: rgba(8, 165, 14, 0.42);
}

.gradient-success-light {
    background-color: #0aa60f;
    background-image: radial-gradient(circle 30px at center, rgb(202, 219, 52), rgb(10, 166, 15))!important;
}

.bg-info-light1 {
    background-color: rgba(0, 129, 255, 0.22);
}
.bg-info-light2 {
    background-color: rgba(0, 129, 255, 0.42);
}

.gradient-info-light {
    background-color: #0074ff;
    background-image: radial-gradient(circle 30px at center, rgb(113, 222, 253), rgb(0, 116, 255))!important;
}

.bg-danger-light1 {
    background-color: rgba(245, 13, 85, 0.22);
}
.bg-danger-light2 {
    background-color: rgba(245, 13, 85, 0.42);
}

.gradient-danger-light {
    background-color: #f50d55;
    background-image: radial-gradient(circle 30px at center, rgb(251, 208, 206), #f50d55)!important;
}

.bg-warning-light1 {
    background-color: rgba(247, 151, 30, 0.22);
}
.bg-warning-light2 {
    background-color: rgba(247, 152, 30, 0.42);
}

.gradient-warning-light {
    background-color: #f7981e;
    background-image: radial-gradient(circle 30px at center, rgb(253, 239, 176), #f7981e)!important;
}

.bg-secondary-light1 {
    background-color: rgba(247, 3, 254, 0.22);
}
.bg-secondary-light2 {
    background-color: rgba(247, 3, 254, 0.42);
}

.gradient-secondary-light {
    background-color: #f703fe;
    background-image: radial-gradient(circle 30px at center, rgb(254, 219, 255), #f703fe)!important;
}

.bg-dark-light1 {
    background-color: rgba(0, 0, 0, 0.22);
}
.bg-dark-light2 {
    background-color: rgba(0, 0, 0, 0.42);
}

.gradient-dark-light {
    background-color: #000000;
    background-image: radial-gradient(circle 30px at center, rgb(173, 172, 172), #000000)!important;
}

.bg-white-light1 {
    background-color: rgba(255, 255, 255, 0.22);
}
.bg-white-light2 {
    background-color: rgba(255, 255, 255, 0.42);
}

.gradient-white-light {
    background-color: #ffffff;
    background-image: radial-gradient(circle 30px at center, rgb(255, 255, 255), rgba(0, 0, 0, 0.78))!important;
}

/* Borders */

.border-primary {
    border-color: #7934f3!important;
}
.border-success {
    border-color: #04b962!important;
}
.border-info {
    border-color: #14b6ff!important;
}
.border-secondary {
    border-color: #94614f!important;
}
.border-secondary-light {
    border-color: #33444a!important;
}
.border-danger {
    border-color: #f43643!important;
}
.border-dark {
    border-color: #000000!important;
}
.border-warning {
    border-color: #ff8800!important;
}
.border-light {
    border-color: rgba(255,255,255,.125)!important;
}
.border-light-2 {
    border-color: rgba(255, 255, 255, 0.26)!important;
}
.border-light-3 {
    border-color: rgba(255, 255, 255, 0.12)!important;
}
/* Text Colors */
.text-primary {
    color: #7934f3!important;
}
.text-success {
    color: #04b962!important;
}
.text-info {
    color: #14b6ff!important;
}
.text-secondary {
    color: #94614f!important;
}
.text-danger {
    color: #f43643!important;
}
.text-dark {
    color: #000000!important;
}
.text-warning {
    color: #ff8800!important;
}
.text-light {
    color: rgba(255,255,255,.125)!important;
}

.text-light-1 {
    color: rgba(255, 255, 255, 0.70)!important;
}
.text-light-2 {
    color: rgba(255, 255, 255, 0.50)!important;
}
.text-light-3 {
    color: rgba(255, 255, 255, 0.20)!important;
}

.popover-header{
    background-color: #000000;
}

.popover{
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
}


/* CheckBoxes & Radios */

[class*="icheck-material"] {
    min-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
}
[class*="icheck-material"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
[class*="icheck-material"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
    background-color: #787878;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: block;
    /* width: 22px; */
    /* height: 22px; */
    outline: none;
    transform: scale(2);
    -ms-transform: scale(2);
    transition: opacity 0.3s, transform 0.3s;
}
[class*="icheck-material"] > input:first-child:disabled {
    cursor: default; }
[class*="icheck-material"] > input:first-child:disabled + label,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-material"] > input:first-child:disabled + label::before,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }
[class*="icheck-material"] > input:first-child + label::before,
[class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: .25rem;
    margin-left: -29px;
    box-sizing: border-box; }
[class*="icheck-material"] > input:first-child:checked + label::after,
[class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    box-sizing: border-box; }
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px; }
[class*="icheck-material"] > input:first-child::-ms-check {
    opacity: 0;
    border-radius: 50%; }
[class*="icheck-material"] > input:first-child:active {
    transform: scale(0);
    -ms-transform: scale(0);
    opacity: 1;
    transition: opacity 0s, transform 0s; }
[class*="icheck-material"] > input[type="radio"]:first-child + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%; }
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: transparent; }
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    top: 5px;
    left: 5px;
    transform: none;
    -ms-transform: none; }
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
    width: 6px;
    height: 12px;
    transform: translate(7px, 2px) rotate(45deg);
    -ms-transform: translate(7px, 2px) rotate(45deg); }

.icheck-inline {
    display: inline-block; }
.icheck-inline + .icheck-inline {
    margin-left: .75rem;
    margin-top: 6px; }

.icheck-material-primary > input:first-child {
    background-color: #14abef; }
.icheck-material-primary > input:first-child::-ms-check {
    background-color: #14abef; }
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #14abef; }
.icheck-material-primary > input:first-child:checked + label::before,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #14abef;
    border-color: #14abef; }
.icheck-material-primary > input:first-child:checked + label::after,
.icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-primary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-primary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #14abef; }


.icheck-material-success > input:first-child {
    background-color: #02ba5a; }
.icheck-material-success > input:first-child::-ms-check {
    background-color: #02ba5a; }
.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #02ba5a; }
.icheck-material-success > input:first-child:checked + label::before,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #02ba5a;
    border-color: #02ba5a; }
.icheck-material-success > input:first-child:checked + label::after,
.icheck-material-success > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-success > input[type="radio"]:first-child:checked + label::after,
.icheck-material-success > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #02ba5a; }


.icheck-material-danger > input:first-child {
    background-color: #f5365c; }
.icheck-material-danger > input:first-child::-ms-check {
    background-color: #f5365c; }
.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f5365c; }
.icheck-material-danger > input:first-child:checked + label::before,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f5365c;
    border-color: #f5365c; }
.icheck-material-danger > input:first-child:checked + label::after,
.icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-danger > input[type="radio"]:first-child:checked + label::after,
.icheck-material-danger > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #f5365c; }


.icheck-material-info > input:first-child {
    background-color: #03d0ea; }
.icheck-material-info > input:first-child::-ms-check {
    background-color: #03d0ea; }
.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #03d0ea; }
.icheck-material-info > input:first-child:checked + label::before,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #03d0ea;
    border-color: #03d0ea; }
.icheck-material-info > input:first-child:checked + label::after,
.icheck-material-info > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-info > input[type="radio"]:first-child:checked + label::after,
.icheck-material-info > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #03d0ea; }


.icheck-material-warning > input:first-child {
    background-color: #fba540; }
.icheck-material-warning > input:first-child::-ms-check {
    background-color: #fba540; }
.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #fba540; }
.icheck-material-warning > input:first-child:checked + label::before,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #fba540;
    border-color: #fba540; }
.icheck-material-warning > input:first-child:checked + label::after,
.icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-warning > input[type="radio"]:first-child:checked + label::after,
.icheck-material-warning > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #fba540; }


.icheck-material-secondary > input:first-child {
    background-color: #d13adf; }
.icheck-material-secondary > input:first-child::-ms-check {
    background-color: #d13adf; }
.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #d13adf; }
.icheck-material-secondary > input:first-child:checked + label::before,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d13adf;
    border-color: #d13adf; }
.icheck-material-secondary > input:first-child:checked + label::after,
.icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff; }

.icheck-material-secondary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-secondary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #d13adf; }


.icheck-material-white > input:first-child {
    background-color: #ffffff; }
.icheck-material-white > input:first-child::-ms-check {
    background-color: #ffffff; }
.icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ffffff; }
.icheck-material-white > input:first-child:checked + label::before,
.icheck-material-white > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ffffff;
    border-color: #ffffff;}
.icheck-material-white > input:first-child:checked + label::after,
.icheck-material-white > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #000;
    border-right-color: #000; }

.icheck-material-white > input[type="radio"]:first-child:checked + label::after,
.icheck-material-white > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ffffff; }


.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 4px;
}

.navbar-sidenav-tooltip.show {
    display: none;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card-authentication1 {
    width: 24rem;
}

.card-authentication2 {
    width: 52rem;
}

.bg-signup2{
    background-color: rgb(0, 140, 255);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://images.pexels.com/photos/1227520/pexels-photo-1227520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    height: 100%;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-signin2{
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://images.pexels.com/photos/1227520/pexels-photo-1227520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-reset-password2{
    background-color: rgb(0, 140, 255);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://images.pexels.com/photos/1227520/pexels-photo-1227520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}


.footer {
    bottom: 0;
    color: var(--fgm-main-color);
    text-align: center;
    padding: 12px 30px;
    position: absolute;
    right: 0;
    left: 250px;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#wrapper.toggled .footer{
    position: absolute;
    left: 0px;
}
.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    position: fixed;
    border-radius: 10%;
    bottom: 20px;
    right: 12px;
    background:var(--fgm-gradient);
    z-index: 10000;
}
.back-to-top .fa-angle-double-up {
    margin-top: 20%;
    font-size: 20px;
}
.back-to-top:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.54);
    transition: all .5s;
}

/* Extra css */

.badge-top {
    position: absolute;
    top: 15px;
}
.users {
    width: 40px;
    margin-right: -16px;
}
.height-100v {
    height: 100vh;
}

.font-33 {
    font-size: 33px;
}

.pro-btn{
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.chart-container-1{
    position:relative;
    height:260px;
}

.chart-container-2{
    position:relative;
    height:188px;
}

.chart-container-3{
    position:relative;
    height:188px;
}

.chart-container-4{
    position:relative;
    height:162px;
}

.chart-container-5{
    position:relative;
    height:110px;
}

.chart-container-6{
    position:relative;
    height:205px;
}

.chart-container-7{
    position:relative;
    height:60px;
}
.chart-container-8 {
    position: relative;
    height: 260px;
}
.chart-container-9 {
    position: relative;
    height: 280px;
}
.chart-container-10 {
    position: relative;
    height: 300px;
    top: 20px;
}
.chart-container-11 {
    position: relative;
    height: 280px;
}

.chart-container-12 {
    position: relative;
    height: 160px;
}
.chart-container-13 {
    position: relative;
    height: 240px;
}
.chart-container-14{
    position:relative;
    height:40px;
}
.circle-1{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.circle-2{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.circle-3{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
.fgm-view-cards > div {
    width:50%;
}

/* Responsive */


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

    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .row.row-group>div:last-child{
        border-right: none;
        border-bottom: 0;
    }

}


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

    .search-bar{
        margin-left: 10px;
        position: relative;
    }

    .search-bar input{
        width: 100%;
        height: 30px;
    }

    .nav-tabs .nav-link{
        padding: 10px 10px;
    }

}

@media only screen and (max-width: 1024px) {
    #sidebar-wrapper {
        background:#000;
        position: fixed;
        top: 0px;
        left: -250px;
        z-index: 1000;
        overflow-y: auto;
        width: 250px;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        box-shadow: none;
    }

    .toggle-menu i {
        line-height: 60px;
        margin-left: 0px;
        font-size: 15px;
        cursor: pointer;
    }

    .card {
        margin-bottom:25px;
    }

    .card-deck {
        margin-bottom: 0px;
    }

    .card-deck .card {
        margin-bottom: 25px;
    }

    .card-group {
        margin-bottom: 25px;
    }

    .content-wrapper {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer {
        position: absolute;
        left: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        position: fixed;
        top: 0px;
        left: 0px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    #wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background: #000;
        opacity: 0.4;
        z-index: 999;
        display: block;
    }
    #wrapper.toggled .menu-icon{
        margin-left: 0px;
    }

    #wrapper.toggled .content-wrapper {
        margin-left: 0px;

    }

    #wrapper.toggled .footer{
        position: absolute;
        left: 0px;
    }

    .hidden-xs {
        display: none!important;
    }
    .height-100v {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

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

    .bg-signup2{
        height: 35rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .bg-signin2{
        height: 25rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .bg-reset-password2{
        height: 20rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

}


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

    .search-bar{
        margin-left: 5px;
        position: relative;
    }

    .search-bar input{
        width: 100%;
    }

    .dropdown-lg{
        display: none;
    }

    .nav-item.language{
        display: none;
    }

    .right-nav-link a.nav-link{
        padding-right: .0rem !important;
    }

    .topbar-nav .navbar {
        padding: 0px 10px 0 5px;
    }
}

/*-----------------------------------------------------------
*-----------------custom style-------------------------------
------------------------------------------------------------*/
.fgm-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10000;
    display: grid;
    place-content: center;
    justify-items: center;
    transition: var(--fgm-transition);
}

.fgm-preload > * { transition: var(--fgm-transition); }

.fgm-preload.loaded > * { opacity: 0;z-index: -1; }

.fgm-preload.loaded {
    transition-delay: 250ms;
    transform: translateY(100%);
}

.fgm-circle {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 3px solid var(--fgm-white-color);
    border-block-start-color: var(--fgm-main-color);
    margin-block-end: 45px;
    animation: rotate360 1s linear infinite;
}

@keyframes rotate360 {
    0% { transform: rotate(0); }
    100% { transform: rotate(1turn); }
}

.fgm-preload .fgm-text {
    background: var(--loading-text-gradient);
    background-size: 500%;
    font-size: calc(2rem + 3vw);
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 16px;
    padding-inline-start: 16px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px var(--fgm-main-color);
    animation: loadingText linear 2s infinite;
}

@keyframes loadingText {
    0% { background-position: 100%; }
    100% { background-position: 0%; }
}

.fgm-login-img {
    width: 70px;
    height: 70px;
    margin :.5rem auto;
}

.fgm-login-img img{
    width:100%;
    height:100%;
}
.fgm-login-input {
    padding: 0.75rem 1.25rem .75rem 2.85rem !important;
}
.fsh-card-body {
    background: linear-gradient(180deg, #e2f5ff00 0, #e2f5ff);
    border-radius: 10px;
    box-shadow: var(--fgm-shadow);
    padding: 1rem;
    position:relative;
    overflow: hidden;
}
.fgm-login-body:before {
    content: "";
    position: absolute;
    width: 100%;
    background: url("../images/login-bg.png");
    background-size: cover;
    bottom: 0;
    height: 350px;
    left: 0;
    opacity: 1;
}
.form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
}
.form-row * {
    padding:0;
}
.fgm-remember-box {
    margin: 0;
}
.fgm-remember-box label{
    min-height: auto;
    margin: 0 !important;
    color: var(--fgm-black-color);
}
.fgm-remember-box label:before{
    background-color:#fff;
}

.fgm-login-btn {
    width:70%;
    margin: 1rem auto;
    text-align:center;
    display:block;
    background:var(--fgm-white-color);
    color:var(--fgm-main-color);
    line-height:1.2;
    padding: 10px 24px;
}

.upload-area {
    width: 100%;
    background-color: var(--fgm-white-color);
    /* border: 1px solid var(--fgm-main-color); */
    border-radius: 2px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.upload-area--open { /* Slid Down Animation */
    animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
    from {
        height: 28.125rem; /* 450px */
    }

    to {
        height: 35rem; /* 560px */
    }
}

/* Header */
.upload-area__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin-top: 0;
}

.upload-area__tooltip {
    position: relative;
    color: var(--fgm-alt-color);
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
    color: var(--clr-blue);
}

.upload-area__tooltip-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -125%);
    min-width: max-content;
    background-color: var(--clr-white);
    color: var(--clr-blue);
    border: 1px solid var(--clr-light-blue);
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: none 300ms ease-in-out;
    transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
    opacity: 1;
    visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
    max-width: 25rem;
    position: relative;
    height: 11.25rem; /* 180px */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--clr-light-blue);
    border-radius: 15px;
    margin: .5rem auto;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
    border-color: var(--clr-blue);
}

.drop-zoon__icon {
    display: flex;
    font-size: 3.75rem;
    color: var(--clr-blue);
    transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin: 0;
    margin-top: 0.625rem;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}

.drop-zoon__loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: var(--clr-light-blue);
    z-index: 10;
}

.drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}

.drop-zoon__file-input {
    display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
    border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
    opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {

}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
    display: none;
}

/* File Details Area */
.upload-area__file-details {
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    transition: none 500ms ease-in-out;
    transition-property: opacity, visibility;
    transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.file-details__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--clr-light-gray);
    margin: 0;
}

/* Uploaded File */
.uploaded-file {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    visibility: hidden;
    opacity: 0;
    transition: none 500ms ease-in-out;
    transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
    visibility: visible;
    opacity: 1;
}

.uploaded-file__icon-container {
    position: relative;
    margin-right: 0.3125rem;
}

.uploaded-file__icon {
    font-size: 3.4375rem;
    color: var(--clr-blue);
}

.uploaded-file__icon-text {
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--clr-white);
}

.uploaded-file__info {
    position: relative;
    top: -0.3125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
    content: '';
    position: absolute;
    bottom: -0.9375rem;
    width: 0;
    height: 0.5rem;
    background-color: #ebf2ff;
    border-radius: 0.625rem;
}

.uploaded-file__info::before {
    width: 100%;
}

.uploaded-file__info::after {
    width: 100%;
    background-color: var(--clr-blue);
}

.active-dote {
    height: 10px;
    width: 10px;
    background-color: #66CC33;
    border-radius: 50%;
    display: inline-block;
}

.inactive-dote {
    height: 10px;
    width: 10px;
    background-color: #ff0c0c;
    border-radius: 50%;
    display: inline-block;
}

/* Progress Animation */
.uploaded-file__info--active::after {
    animation: progressMove 800ms ease-in-out;
    animation-delay: 300ms;
}

@keyframes progressMove {
    from {
        width: 0%;
        background-color: transparent;
    }

    to {
        width: 100%;
        background-color: var(--clr-blue);
    }
}

.uploaded-file__name {
    width: 100%;
    max-width: 6.25rem; /* 100px */
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploaded-file__counter {
    font-size: 1rem;
    color: var(--clr-light-gray);
}
input.choices__input.choices__input--cloned {
    padding: 0;
    height: 0;
}
.fgm-multi-select .col-md-6 {
    padding: 0;
    margin-bottom: 1rem;
}
.choices__inner{
    background-color: var(--fgm-white-color);
}
.choices__list--multiple .choices__item{
    background-color: var(--fgm-main-color);
    border-radius: 10px;
}


.fgm-order-panel {
    background: #fff;
    box-shadow: 0 1px 6px 1px rgba(69,65,78,.1);
    margin-bottom: 30px;
}

.fgm-btn.btn-sm {
    padding: 5px 40px;
    font-size: .85rem;
}
.fgm-panel-body th,
.fgm-panel-body td {
    padding:.75rem;
}
.fgm-panel-header {
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fgm-panel-body {
    position: relative;
    padding: 1.5rem;
}

.fgm-crud-modal{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: -1000;
    top: 0;
    left: 0;
    opacity: 0;
    transition: var(--fgm-transition);
}
.fgm-crud-modal.active {
    opacity: 1;
    z-index: 10000;
}
.fgm-crud-modal .modal-dialog {
    min-width: 40%;
    position: absolute;
    background: #fff;
    padding: 1rem;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    box-shadow: var(--fgm-shadow);
    opacity: 0;
    transition: var(--fgm-transition);
}
.fgm-crud-modal.active .modal-dialog {
    opacity: 1;
    top: 50%;
}
.fgm-crud-modal .btn-close {
    position: absolute;
    right: 5px;
    color: var(--fgm-error-color) !important;
    z-index: 10;
    transition: var(--fgm-transition);
}
.fgm-modal-content {
    padding: 1rem 0;
    color: var(--fgm-text-color);
    margin-bottom:2rem;
    text-align:center;
}
.fgm-tools-menu-btn {
    border: 1px solid var(--fgm-main-color);
    color: var(--fgm-main-color);
}
.fgm-tools-menu-btn:hover{
    background: none !important;
    border: 1px solid var(--fgm-main-color) !important;
    color: var(--fgm-main-color) !important;
}
.fgm-tools-menu.show {
    transform: none !important;
    left: auto !important;
    top: auto !important;
    padding: 0;
    border-radius: 10px;
}
.fgm-main-tools {
    display: flex;
    gap: 10px;
}
.breadcrumb-title i {
    color:var(--fgm-main-color);
}
.breadcrumb-title a {
    text-decoration: none;
}
.fgm-main-tools .btn {
    color:var(--fgm-main-color);
    border:1px solid ;
    transition:var(--fgm-transition);
    font-size: .85rem;
    padding: 5px 18px;
}
.fgm-main-tools .btn:hover {
    box-shadow:var(--fgm-shadow);
    transform:translateY(-3px);
}
.fgm-order-status-dropdown button{
    background:var(--fgm-white-color) !important;
    border:1px solid #eee !important;
}
.fgm-order-status-dropdown button:hover {
    color: var(--fgm-main-color);
}
.fgm-order-status-dropdown li {
    padding :.5rem;
    text-align:center;
    border-radius:3px;
}
.fgm-order-status-dropdown li label{
    cursor: pointer;
    font-weight:600;
}
.fgm-order-status-dropdown .change-status-active{
    background: #22c722;
    border: 1px solid #eee;
}
.change-status-active label{
    color: #ffffff;
    cursor: auto !important;
}
.fgm-order-status-dropdown .change-status{
    border: 1px solid #eee;
    background: var(--fgm-main-color);

}
.fgm-order-status-dropdown .change-status label{
    color:Var(--fgm-white-color)
}
.fgm-order-status-dropdown .change-status label:hover{
    color:Var(--fgm-white-color)
}
.fgm-order-status-dropdown .change-status.disabled {
    background: #eeee;
    opacity: 75%;
}
.fgm-order-status-dropdown .change-status.disabled label {
    cursor: not-allowed;
    color:var(--fgm-text-color);
}
.fgm-order-status-dropdown .change-status.disabled label:hover {
    color:var(--fgm-text-color)
}
.fgm-order-status-dropdown .change-status.cancel-btn:not(.disabled) {
    background: red;
}
.new-notification {
    position: relative;
}
.new-notification:before {
    position:absolute;
    content:"";
    width:15px;
    height:15px;
    background-color:red;
    border-radius:50%;
    left:50%;
    top:8px;
    border:3px solid #10222d;
}
.fgm-order-status-dropdown .dropdown-menu{
    background:var(--fgm-white-color) !important;
    border-bottom: navajowhite;
    padding: 0;
    box-shadow: var(--fgm-shadow);
}
.fgm-add-btn a {
    color: var(--fgm-main-color);
    font-weight:600 !important;
    transition:var(--fgm-transition);
    border:1px solid Var(--fgm-main-color);
}
.fgm-add-btn a:hover {
    transform:translateY(-3px);
    box-shadow:var(--fgm-shadow);
    color:Var(--fgm-main-color);
    border:1px solid Var(--fgm-main-color);
}
.fgm-sec-btn {
    color:var(--fgm-main-color);
    border:1px solid ;
    transition:var(--fgm-transition);
    font-size: .85rem;
    padding: 5px 18px;
}
.fgm-sec-btn:hover {
    box-shadow:var(--fgm-shadow);
    transform:translateY(-3px);
}
.FSH_input_submit .fgm-btn {
    display:block;
    margin: 1rem 2rem 2rem auto;
    padding:.785rem 2rem;
    font-weight:bold;
    font-size:1rem;
}
.fgm-error-input {
    border: 1px solid var(--fgm-error-color);
    box-shadow: 0 0 7px 0px #f500002e !important;
}
li.nav-item {
    position: relative;
}
.fgm-profile-menu {
    background: var(--fgm-white-color);
    width: 100%;
    left:12px;
    top:100%;
    right:1rem;
    padding: .5rem;
    box-shadow: var(--fgm-shadow) !important;
    border-radius: 4px !important;
}
.fgm-profile-menu a {
    color: var(--fgm-main-color) !important;
    text-decoration:none;
    font-size:1.1rem;
    transition:var(--fgm-transition);
}
.fgm-profile-menu  li {
    padding :.3rem .5rem;
}
.fgm-profile-menu  li:hover {
    padding :.3rem .5rem;
}
.fgm-profile-menu  li:hover a{
    color:var(--fgm-alt-color) !important;
}
.fgm-profile-menu .user-details {
    border-bottom:1px solid var(--fgm-main-color);
}
.fgm-profile-menu:last-child{
    border:none;
}
.fgm-res-list {
    border: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 400px;
    overflow-y: auto;
}
.fgm-res-list a {
    padding:.2rem .5rem;
    border:1px solid var(--fgm-main-color);
    border-radius: 8px;
    box-shadow: var(--fgm-shadow);
    transition: var(--fgm-transition);
    cursor: pointer;
    text-decoration: none;

}
.fgm-res-list a:hover {
    background: var(--fgm-main-color);
    transform: translateY(-4px);
    color: var(--fgm-white-color);
}
.fgm-search-loading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fgm-search-loading i{
    animation: spin 1s infinite linear both;
}

.spinning {
    animation: spin 1s infinite linear both;
}

@keyframes spin {
    0%{
        rotate: 0;
    }100%{
         rotate: 360deg;
     }
}
.fgm-user-links {
    display: flex;
    gap: 10px;
}

.fgm-user-info {
    display: flex;
    flex-direction: column;
    font-size: .785rem;
    font-weight: 600;
}
.fgm-user-info span {
    font-weight:400;
    font-size:.75rem
}
.toast-progress {
    background-color: #fff !important;
}
div#translationModel .modal-content {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,50%);
}
.table-responsive{
    padding:1rem 0;
}
.table-responsive::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

.table-responsive::-webkit-scrollbar-track{
    background: transparent!important
}

.table-responsive::-webkit-scrollbar-thumb{
    background: var(--fgm-text-color)!important;
    -webkit-transition: var(--fgm-transition)!important;
    transition: var(--fgm-transition)!important;
    border-radius: 12px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--fgm-main-color)!important;
}
.fgm-expired {
    border-top: 1px solid red !important;
}
.fgm-expired * {
    color:red !important;
}
.fgm-processing {
    border-top: 1px solid #22c722 !important;
}
.fgm-processing * {
    color:#22c722 !important;
}
.fgm-form-group {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.fgm-form-group label {
    font-size: .85rem;
    font-weight: 600;
    color: var(--fgm-main-color);
    text-transform: capitalize;
    margin-bottom: .25rem;
}
.fgm-all-link{
    text-decoration: none;
    transition: var(--fgm-transition);
    color: var(--fgm-text-color);
}
.fgm-all-link:hover{
    color: var(--fgm-main-color);
}
.fgm-form-group input,.fgm-form-group textarea {
    border: 1px solid rgba(238, 238, 238, 0.4);
    background: rgba(255, 255, 255, 0.49) !important;
    color: var(--fgm-text-color);
}
.fgm-user-info-table tr td:last-of-type{
    text-align: start;
}
.fgm-form-group.fgm-msg-input {
    width: 100%!important
}
.fgm-tag{
    padding: 5px 12px;
    background: #85d4fa;
    border-radius: 50px;
    border: 1px solid #eee;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}
.fgm-tag.green {
    background: #96fd98;
}
.fgm-show-translations {
    border: none;
    font-size: 1rem;
    background: none;
    box-shadow: none;
    color: var(--fgm-main-color);
    float: right;
    display: block;
    margin: 0 0 0 auto;
    transition:var(--fgm-transition);
}
.fgm-show-translations:hover {
    transform:rotate(180deg) scale(1.3)
}
.fgm-translations-list {
    color:var(--fgm-black-color);
    padding: 1.5rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align:center;
}
.fgm-translations-list li{
    border-bottom:1px solid var(--fgm-main-color);
    padding-bottom:.2rem;
    margin-bottom:1rem;
}
.fgm-translations-list li:nth-of-type(odd) {
    color: var(--fgm-main-color);
    border:none;
    margin-bottom:.1rem;
    font-weight:600;
}
.fgm-input-wrap:not(.FSH_input_image_id) {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e3e3e3;
}
.fgm-input-wrap label{
    text-transform:capitalize;
    color: var(--fgm-text-color);
    font-size: .875rem !important;
    margin-bottom: 0;
}
.fgm-input-wrap select,
.fgm-input-wrap input{
    padding:.5rem;
    border-radius:2px;
    flex: 1;
}
.FSH_input_image_id label{
    display:none;
}
.form-group.fgm-input-wrap .ryb-validation-txt{
    width: 100%;
    font-size: .7rem;
}
.form-group.fgm-multi-select {
    flex: 1;
}
.fgm-cards-wrap {
    display: flex;
    flex-wrap: wrap;
}
.fgm-cards-wrap .card-body,
.fgm-cards-wrap a{
    width:25%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    border:1px solid #eee;
    background-color:var(--fgm-white-color);
    transition:var(--fgm-transition);
    padding: 1.5rem;
    text-align: center;
    border-radius: 4px;
}
.fgm-cards-wrap .card-body *,
.fgm-cards-wrap a{
    text-decoration: none !important;
}
.fgm-cards-wrap .card-body:hover,
.fgm-cards-wrap a:hover{
    transform:translateY(-5px);
    border-top:1px solid var(--fgm-main-color);
}
.fgm-view-cards .card-body{
    padding:2.25rem 1.5rem;
}

.fgm-notify-list.card {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 1rem;
}

.fgm-notify-item a {
    text-decoration:none;
    padding:.5rem .785rem;
    transition:var(--fgm-transition);
    color:var(--fgm-text-color);
}
.fgm-notify-item.active a {
    color:var(--fgm-main-color);
    font-weight:600;
}
.fgm-notify-item:not(:last-of-type) {
    border-bottom: 1px solid #d4d4d48f;
}
.FSH_input_textarea .jodit-container{
    max-width: 84% !important;
    width: 84% !important;
}

@media (max-width : 576px) {
    .fgm-preload .fgm-text{
        letter-spacing: 5px;
    }
    .fgm-btns-group {
        gap: 5px;
    }
    .fgm-btn {
        padding: 12px 3px;
        letter-spacing: normal;
        font-size: .85rem;
        line-height: 1;
    }
    .fgm-login-body:before {
        height: 200px;
        bottom: -2rem;
    }
    .card-authentication1{
        width: 85%;
    }
    label,a{
        font-size: .785rem !important;
    }
    .brand-logo{
        background:var(--fgm-gradient);
    }
    .fgm-view-cards > div {
        width:100%;
    }
    .fgm-show-translations :hover {
        cursor: pointer;
    }
    .fgm-cards-wrap .card-body {
        width: 50%;
    }
    .fgm-hero-divider{
        height: 60px;
    }
    .fgm-hero-title {
        font-size: 2rem;
    }
    .fgm-mail-content {
        font-size: .785rem;
    }
}
