@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: local("GT Walsheim Pro Light"), local("GTWalsheimPro-Light"),
    url(../fonts/620b65e9523503d0d6e0.woff2) format("woff2");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: local("GT Walsheim Pro Regular"), local("GTWalsheimPro-Regular"),
    url(../fonts/5d003e71616db8f7d61c.woff2)
      format("woff2");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: local("GT Walsheim Pro Medium"), local("GTWalsheimPro-Medium"),
    url(../fonts/8a124e761cceac039878.woff2) format("woff2");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  src: local("GT Walsheim Pro Bold"), local("GTWalsheimPro-Bold"),
    url(../fonts/bc09e837049ce08667e1.woff2) format("woff2");
}

body,span,td,div,p,h1,h2,h3,h4,h5,h6,button,ul,li{
    font-family: 'GT Walsheim Pro' !important;
}
main{
    background-color: ghostwhite;
    background-color: #27479d;
}
.blue{
    color: #204b96;
}
.center{
    display:flex;
    justify-content: center;
}
.center-vertical{
    display: flex;
    align-items: center;
}
h2{
    margin: 0;
}
.btn1{
    color: #204b96;
    border-radius: 5px;
    padding:0 10px 5px 0;
    width: fit-content;
    margin-left: auto;
    margin-right: 0px;
}
.btn2{
    color: #204b96;
    padding: 2px;
    width: fit-content;
    margin-left: auto;
    margin-right: 0px;
    text-decoration: underline;
}
.btn3{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color:  #204b96;
    color: white;
    border-radius: 5px;
    padding: 5px 20px;
}
.btn4{
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 32px;
    right: 32px;
    text-align: center;
    background-color:  #204b96;
    color: white;
    border-radius: 5px;
    padding: 5px;
}
.card{
    padding: 0px;
    margin: 12px 0px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    background:none;
}
.o-grid{
    display: grid;
}
.outter-card{
    margin: 30px 0px;
}
.card3{
    padding-bottom: 60px;
}
.card3 img{
    margin: 40px;
}
.img2 {
    margin: 10px;
}
.o-center{
    display: flex;
    justify-content: center;
}
.card1{
    border: 2px solid #9f9f9f;
}
.animation-pulse-true {
    width: 16px;
    height: 16px;
    margin: 10px;
    border-radius: 50%;
    background-color: rgb(54, 255, 47);
    position: relative;
    -webkit-animation: pulsegreen 1.5s infinite;
}
@-webkit-keyframes pulsegreen {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 5px #b8ffc3;
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 #b8ffc3;
    }
}
.animation-pulse-false {
    width: 16px;
    height: 16px;
    margin: 10px;
    border-radius: 50%;
    background-color: rgb(255 47 47);
    position: relative;
    -webkit-animation: pulsered 1.5s infinite;
}
@-webkit-keyframes pulsered {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 5px #ffb8b8;
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 #ffb8b8;
    }
}
.profile-pict{
    position: relative;
    width: 50%;
    overflow: hidden;
}
.profile-pict:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.profile-pict .pict{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-position: center;
    background-size: 100% 100%;
    background-size: cover;
    border:1px solid white;
    background-color:black
}
.icon-pict{
    position: relative;
    width: 70%;
    overflow: hidden;
}
.icon-pict:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.icon-pict .pict{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-position: center;
    background-size: 100% 100%;
    background-size: cover;
}
.sidebar-content h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 20px;
}
.row2{
    display: flex;
    overflow-x: auto;
}
.row2 .card{
    margin: 12px 12px;
}
.card-custom {
    overflow: hidden;
    background-color: white;
    background-image: linear-gradient(white, #efefef);
    box-shadow: rgb(50 50 93 / 20%) 0px 50px 100px -20px, rgb(0 0 0 / 20%) 0px 30px 60px -30px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: .2s ease;
}
a{
    text-decoration:none !important;
}
.card-custom .content-app b.blue{
    text-decoration:none;
}
.card-custom:hover .content-app b.blue{
    color:white
}
.card-custom .content-app{
    padding:10px;
}
.card-custom:hover .content-app{
    background:#222;
    transition:0.3s;
    color:#fff;
}
.card-custom:hover, .profile-card-3:hover{
    /* box-shadow: 0 0 10px rgb(34 56 244 / 30%); */
    box-shadow: rgb(50 50 93 / 35%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}
.card-custom-img {
    height: 200px;
    max-height: 186px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 162px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}
.menu-title{
    font-size: 18px !important;
    color: #02242b;
}

.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow-x: hidden;
    width: 100%;
    text-align: center;
    height:auto;
    border:none;
    padding: 0px;
    box-shadow: rgb(50 50 93 / 20%) 0px 50px 100px -20px, rgb(0 0 0 / 20%) 0px 30px 60px -30px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: .2s ease;
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.profile-card-3 .background-block .background {
    width:100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

@keyframes basketballBounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-20px);
		-ms-transform:     translateY(-20px);
		transform:         translateY(-20px)
	}
	60% {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px)
	}
}
.profile-card-3:hover .card-content::before {
  content: '';
  font-weight: bolder;

  /* background: #395b96; */
  transition:0.3s;
}
.profile-card-3:hover .blue {
  animation: basketballBounce 0.95s ease-in-out;
}
.profile-card-3:hover span {
  animation: basketballBounce 0.95s ease-in-out;
}
.profile-card-3:hover .card-content {
    /* background: #395b96; */
    font-weight: bolder;
    transition:0.1s;
}
.profile-card-3 .card-content {
    width: 100%;
    padding: 15px 0px;
    color:#232323;
    float:left;
    background:#efefef;
    height:50%;
    border-radius:0 0 5px 5px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
    transition:0.3s
}
.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 50px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}
.profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index:5;
}
.profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size:25px;
}
.profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top:10px;
}
.profile-card-3 a {
    display: inline-block;
    font-size: 16px;
    background-color: #204b96;
    color: white;
    text-align: center;
    border: 1px solid #204b96;
    width: 100%;
    padding: 2px;
    line-height: 30px;
    border-radius: 20px;
}
.profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
    position: absolute;
    bottom: 30px;
}
.profile-card-3 .icon-block a{
    text-decoration:none;
}
.profile-card-3 .icon-block .row{
    padding: 0px 25px;
    margin: 0px -24px;
}
.profile-card-3 a:hover {
    background-color: #113062;
    color:#fff;
    text-decoration:none;
    border: 0px;
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}
.splide__arrow{-ms-flex-align:center;align-items:center;background:#222;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}
.splide__arrow svg{fill:white;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__pagination{left:0;padding:0 1em;position:absolute;right:0;z-index:1}
.splide__pagination__page{background:#888;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}
.splide__pagination__page.is-active{background:#333;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

.splide-content{
    margin: 10px;
}

.btn-filter {
    background-color: #E5EFFF;
    color: #1F72FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    height: 20px;
}

.btn-filter-bdr:hover {
    background-color: #1f71ffaa;
    cursor: pointer;
}
.btn-filter-bdr{
    padding: 2px;
    border-radius: 7px;
    height: fit-content;
}
/* CUSTOM STYLE */
 .o_portal_styling {
	 overflow: auto;
}
 .o_portal_styling .blue {
	 color: #204b96;
}
 .o_portal_styling .card {
	 padding: 15px 32px;
	 margin: 20px 0px;
	 border-radius: 5px;
}
 .o_portal_styling .o-header {
	 margin: 0px 20px;
}
 .o_portal_styling .o-header .card {
	 height: 123px !important;
}
 .o_portal_styling .btn1 {
	 border: 2px solid #204b96;
	 color: #204b96;
	 border-radius: 5px;
	 padding: 2px;
	 width: fit-content;
	 margin-left: auto;
	 margin-right: 0px;
}
 .o_portal_styling .btn2 {
	 color: #204b96;
	 padding: 2px;
	 width: fit-content;
	 margin-left: auto;
	 margin-right: 0px;
	 text-decoration: underline;
}
 .o_portal_styling .card3 {
	 padding-bottom: 60px;
}
 .o_portal_styling .btn3 {
	 position: absolute;
	 bottom: 20px;
	 right: 20px;
	 background-color: #204b96;
	 color: white;
	 border-radius: 5px;
	 padding: 5px 20px;
}
 .o_portal_styling .btn4 {
	 position: absolute;
	 bottom: 20px;
	 margin-left: auto;
	 margin-right: auto;
	 left: 32px;
	 right: 32px;
	 text-align: center;
	 background-color: #204b96;
	 color: white;
	 border-radius: 5px;
	 padding: 5px;
}
 .o_portal_styling .o-grid {
	 display: grid;
}


/* WEB PORTAL STYLE */
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

/*
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*/

@font-face {
    font-family: "remixicon";
    src: url(214bb72c9a633fc3cf3ce9156c2cb212.eot); /* IE9*/
    src: url(214bb72c9a633fc3cf3ce9156c2cb212.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(c7603c74914a35e364471b41a15a4c9b.woff2) format("woff2"),
    url(277eb0284224a6afd47297bbf8c0c192.woff) format("woff"),
    url(94531fc66f457080ab512cde798e618f.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(fff4059ea68c531ccbfedacb0fbc9813.svg#remixicon) format('svg'); /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"], [class*="ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
.ri-book-2-fill:before { content: "\ead2"; }
.ri-calendar-fill:before { content: "\eb26"; }
.ri-global-fill:before { content: "\edce"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-github-fill:before { content: "\edca"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-codepen-fill:before { content: "\ebaf"; }

 /* Dropdown Button */
@media (max-width: 750px) {
    .dropbtn .fa-user{
        display:inline !important;
    }
    .dropbtn span{
        display:none !important;
    }
}
.dropbtn {
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  background: none;
  cursor:pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 200px;
  margin-top: 3px;
}
a.dropdown-item {
    background-color: white;
    color: black;
    text-align: center;
    border: none;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 8px 10px;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.layout.has-sidebar {
  flex-direction: row;
}
.layout .header {
  transition: width, 0.3s;
  height: 64px;
  min-height: 64px;
  position: relative;
}
.layout .sidebar {
  width: 250px;
  min-width: 250px;
  transition: width, left, right, 0.3s;
}
.layout .sidebar.collapsed {
  width: 80px;
  min-width: 80px;
}

.layout .sidebar.collapsed .background-footer-sidebar {
  display: none;
}
.layout .sidebar.collapsed .notification {
  position: absolute;
  bottom: 1%;
  display: block;
}
.layout .sidebar .notification {
  display: none;
}

@media (max-width: 750px) {
    #section1_login{
        display:none;
    }
    .logo_right_section{
        display:inline !important;
    }
}
@media (max-width: 480px) {
  .layout .sidebar.break-point-xs {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .layout .sidebar.break-point-xs.collapsed {
    left: -80px;
  }
  .layout .sidebar.break-point-xs.toggled {
    left: 0;
  }
  .layout .sidebar.break-point-xs.toggled ~ .overlay {
    display: block;
  }
  .layout .sidebar.break-point-xs ~ .layout .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 576px) {
  .layout .content{padding:12px 20px !important}
  .layout .sidebar.break-point-sm {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .layout .sidebar.break-point-sm.collapsed {
    left: -80px;
  }
  .layout .sidebar.break-point-sm.toggled {
    left: 0;
  }
  .layout .sidebar.break-point-sm.toggled ~ .overlay {
    display: block;
  }
  .layout .sidebar.break-point-sm ~ .layout .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 768px) {
  .layout .sidebar.break-point-md {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .layout .sidebar.break-point-md.collapsed {
    left: -80px;
  }
  .layout .sidebar.break-point-md.toggled {
    left: 0;
  }
  .layout .sidebar.break-point-md.toggled ~ .overlay {
    display: block;
  }
  .layout .sidebar.break-point-md ~ .layout .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 992px) {
  .layout .sidebar.break-point-lg {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .layout .sidebar.break-point-lg.collapsed {
    left: -80px;
  }
  .layout .sidebar.break-point-lg.toggled {
    left: 0;
  }
  .layout .sidebar.break-point-lg.toggled ~ .overlay {
    display: block;
  }
  .layout .sidebar.break-point-lg ~ .layout .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 1200px) {
  .layout .sidebar.break-point-xl {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .layout .sidebar.break-point-xl.collapsed {
    left: -80px;
  }
  .layout .sidebar.break-point-xl.toggled {
    left: 0;
  }
  .layout .sidebar.break-point-xl.toggled ~ .overlay {
    display: block;
  }
  .layout .sidebar.break-point-xl ~ .layout .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 1600px) {
  .layout .sidebar.break-point-xxl {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .layout .sidebar.break-point-xxl.collapsed {
    left: -80px;
  }
  .layout .sidebar.break-point-xxl.toggled {
    left: 0;
  }
  .layout .sidebar.break-point-xxl.toggled ~ .overlay {
    display: block;
  }
  .layout .sidebar.break-point-xxl ~ .layout .header {
    width: 100% !important;
    transition: none;
  }
}
.layout .footer {
  height: 64px;
  min-height: 64px;
}
.layout .content {
  flex-grow: 1;
}
.layout .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}
.layout .sidebar-toggler {
  display: none;
}
@media (max-width: 480px) {
  .layout .sidebar-toggler.break-point-xs {
    display: initial;
  }
}
@media (max-width: 576px) {
  .layout .sidebar-toggler.break-point-sm {
    display: initial;
  }
}
@media (max-width: 768px) {
  .layout .sidebar-toggler.break-point-md {
    display: initial;
  }
}
@media (max-width: 992px) {
  .layout .sidebar-toggler.break-point-lg {
    display: initial;
  }
}
@media (max-width: 1200px) {
  .layout .sidebar-toggler.break-point-xl {
    display: initial;
  }
}
@media (max-width: 1600px) {
  .layout .sidebar-toggler.break-point-xxl {
    display: initial;
  }
}
.layout.fixed-sidebar {
  height: 100%;
}
.layout.fixed-sidebar .sidebar {
  height: 100%;
  overflow: auto;
}
.layout.fixed-sidebar .sidebar ~ .layout {
  height: 100%;
  overflow: auto;
}
.card1 {
    display: flex;
    border-radius: 50px;
    align-items: center;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    background: #fff;
    color: black;
}
.card1:hover {
    background:#333;
    color:#fff;
    border: 1px solid #333;
    transition:0.3s ease-in-out;
}
.layout.fixed-header .header {
  width: 100%;
  z-index: 2;
  background:transparent
}

.layout.rtl {
  direction: rtl;
}
@media (max-width: 480px) {
  .layout.rtl .sidebar.break-point-xs {
    left: auto;
    right: -250px;
  }
  .layout.rtl .sidebar.break-point-xs.collapsed {
    left: auto;
    right: -80px;
  }
  .layout.rtl .sidebar.break-point-xs.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 576px) {
  .layout.rtl .sidebar.break-point-sm {
    left: auto;
    right: -250px;
  }
  .layout.rtl .sidebar.break-point-sm.collapsed {
    left: auto;
    right: -80px;
  }
  .layout.rtl .sidebar.break-point-sm.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .layout.rtl .sidebar.break-point-md {
    left: auto;
    right: -250px;
  }
  .layout.rtl .sidebar.break-point-md.collapsed {
    left: auto;
    right: -80px;
  }
  .layout.rtl .sidebar.break-point-md.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .layout.rtl .sidebar.break-point-lg {
    left: auto;
    right: -250px;
  }
  .layout.rtl .sidebar.break-point-lg.collapsed {
    left: auto;
    right: -80px;
  }
  .layout.rtl .sidebar.break-point-lg.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .layout.rtl .sidebar.break-point-xl {
    left: auto;
    right: -250px;
  }
  .layout.rtl .sidebar.break-point-xl.collapsed {
    left: auto;
    right: -80px;
  }
  .layout.rtl .sidebar.break-point-xl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .layout.rtl .sidebar.break-point-xxl {
    left: auto;
    right: -250px;
  }
  .layout.rtl .sidebar.break-point-xxl.collapsed {
    left: auto;
    right: -80px;
  }
  .layout.rtl .sidebar.break-point-xxl.toggled {
    left: auto;
    right: 0;
  }
}

.layout {
  z-index: 1;
}
.layout .header {
  display: flex;
  align-items: center;
  padding: 20px;
}
.layout .content {
  padding: 12px 50px;
  display: flex;
  flex-direction: column;
}
.layout .footer {
    text-align: center;
    padding: 20px;
    background: #111;
    color: white;
    min-height: 90px !important;
}

.sidebar {
  color: #7d84ab;
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow: hidden !important;
}
.sidebar .image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.sidebar .image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sidebar.has-bg-image .sidebar-layout {
  background-color: rgba(12, 30, 53, 0.85);
  background: #eef1fa;
}
.sidebar.has-bg-image .image-wrapper {
  display: block;
}
.sidebar .sidebar-layout {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #0c1e35;
  z-index: 2;
}
.sidebar .sidebar-layout::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.sidebar .sidebar-layout:hover::-webkit-scrollbar-thumb {
  background-color: #1a4173;
}
.sidebar .sidebar-layout::-webkit-scrollbar {
  width: 6px;
  background-color: #0c1e35;
}
.sidebar .sidebar-layout .sidebar-header {
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sidebar .sidebar-layout .sidebar-header > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .sidebar-layout .sidebar-content {
  flex-grow: 1;
  padding: 10px 0;
}
.sidebar .sidebar-layout .sidebar-footer {
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow-y: auto;
  flex-direction: column;

}
.sidebar .sidebar-layout .sidebar-footer > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
.layout .sidebar .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.layout .sidebar .menu .menu-header {
  font-weight: 600;
  padding: 10px 25px;
  font-size: 0.8em;
  letter-spacing: 2px;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.layout .sidebar .menu .menu-item a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 30px 20px;
  color: #0e6476;
}
.layout .sidebar .menu .menu-item a {
  background: #EEF1FA;
}
.layout .sidebar .menu .menu-item a:hover {
  background: #CFE0E4;
}
.layout .sidebar .menu .menu-item a .menu-icon {
  font-size: 1.2rem;
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  transition: color 0.3s;
}
.layout .sidebar .menu .menu-item a .menu-icon i {
  display: inline-block;
}
.layout .sidebar .menu .menu-item a .menu-title {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  transition: color 0.3s;
}
.layout .sidebar .menu .menu-item a .menu-prefix,
.layout .sidebar .menu .menu-item a .menu-suffix {
  display: inline-block;
  padding: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}
.layout .sidebar .menu .menu-item a:hover .menu-title {
  color: #0e6476;
}
.layout .sidebar .menu .menu-item a:hover .menu-icon {
  color: #0e6476;
}
.layout .sidebar .menu .menu-item a:hover .menu-icon i {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.layout .sidebar .menu .menu-item a:hover::after {
  border-color: #dee2ec !important;
}
.layout .sidebar .menu .menu-item.sub-menu {
  position: relative;
}
.layout .sidebar .menu .menu-item.sub-menu > a::after {
  content: "";
  transition: transform 0.3s;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
}
.layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  padding-left: 20px;
  display: none;
  overflow: hidden;
  z-index: 999;
}
.layout .sidebar .menu .menu-item.sub-menu.open > a::after {
  transform: rotate(45deg);
}
.layout .sidebar .menu .menu-item.active > a .menu-title {
  color: #dee2ec;
}
.layout .sidebar .menu .menu-item.active > a::after {
  border-color: #dee2ec;
}
.layout .sidebar .menu .menu-item.active > a .menu-icon {
  color: #dee2ec;
}
.layout .sidebar .menu > ul > .sub-menu > .sub-menu-list {
  background-color: #0b1a2c;
}
.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon, .layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon, .layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: #0b1a2c;
}
.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
  border-radius: 50%;
}
.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
  border-radius: 4px;
}
.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  border-radius: 0;
}
.layout .sidebar:not(.collapsed) .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  visibility: visible !important;
  position: static !important;
  transform: translate(0, 0) !important;
}
.layout .sidebar.collapsed .menu > ul > .menu-header {
  opacity: 0;
}
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-prefix,
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-suffix {
  opacity: 0;
}
.collapsed #profile_name{
    display:none;
}
.collapsed #message{
    display:none;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  display:none;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a:hover::after {
  background-color: #dee2ec;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  transition: none !important;
  width: 200px;
  margin-left: 3px !important;
  border-radius: 4px;
  display: block !important;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.active > a::after {
  background-color: #dee2ec;
}
.layout .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon, .layout .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon, .layout .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: rgba(11, 26, 44, 0.6);
}
.layout .sidebar.has-bg-image:not(.collapsed) .menu > ul > .sub-menu > .sub-menu-list {
  background-color: rgba(11, 26, 44, 0.6);
  background-color: #eef1fa;
  border-left: 5px solid #0e6476;
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2) inset;
  padding-left: 0px;
}
.layout.rtl .sidebar .menu .menu-item a .menu-icon {
  margin-left: 10px;
  margin-right: 0;
}
.layout.rtl .sidebar .menu .menu-item.sub-menu > a::after {
  transform: rotate(135deg);
}
.layout.rtl .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  padding-left: 0;
  padding-right: 20px;
}
.layout.rtl .sidebar .menu .menu-item.sub-menu.open > a::after {
  transform: rotate(45deg);
}
.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu a::after {
  right: auto;
  left: 10px;
}
.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  margin-left: -3px !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #3f4750;
  font-size: 0.9rem;
}

a {
  text-decoration: none;
}

@media (max-width: 992px) {
  #btn-collapse {
    display: none;
  }
}
.layout .sidebar .pro-sidebar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout .sidebar .pro-sidebar-logo > div {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  background-color: #ff8100;
  margin-right: 10px;
}
.layout .sidebar .pro-sidebar-logo > h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.layout .sidebar .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8em;
  padding: 20px 0;
  border-radius: 8px;
  width: 180px;
  min-width: 190px;
  margin: 0 auto;
  background-color: #162d4a;
}
.layout .sidebar .footer-box img.react-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.layout .sidebar .footer-box a {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.layout .sidebar .sidebar-collapser {
  -webkit-transition: left, right, 0.3s;
  transition: left, right, 0.3s;
  position: fixed;
  left: calc(250px - 20px);
  top: 40px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00829f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 111;
  cursor: pointer;
  color: white;
  -webkit-box-shadow: 1px 1px 4px #0c1e35;
  box-shadow: 1px 1px 4px #0c1e35;
}
.layout .sidebar.has-bg-image .footer-box {
  background-color: rgba(22, 45, 74, 0.7);
}
.layout .sidebar.collapsed .pro-sidebar-logo > h5 {
  opacity: 0;
}
.layout .sidebar.collapsed .footer-box {
  display: none;
}
.layout .sidebar.collapsed .sidebar-collapser {
  left: calc(80px - 20px);
}
.layout .sidebar.collapsed .sidebar-collapser i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #6c757d;
}
.badge.primary {
  background-color: #ab2dff;
}
.badge.secondary {
  background-color: #079b0b;
}

.sidebar-toggler {
  position: fixed;
  right: 20px;
  top: 20px;
}

.social-links a {
  margin: 0 10px;
  color: #3f4750;
}
.btn-primary:hover{
    background:#1a316b !important;
    border-color:#1a316b !important;
}
.btn-primary{
    background:#27479d !important;
    border-color:#27479d !important;
}
/*# sourceMappingURL=main.css.map*/
.section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-wrapper {
  height: 100vh;
}

.fas.fa-question-circle:hover {
  color: #204b96;  /* Hover color */
}
.dropdown-toggle::after {
  display: none;
}

.displaymobile {
  display:block;
}
@media (min-width: 720px) {
  .displaymobile {
    display: none;
  }
}
.docs-dropdown {
  position: absolute;
  top: 0; 
  right: 0;
  z-index: 10;
  margin: 4px;
}

.background-footer-sidebar {
  background: #FFFFFF;
  border-radius: 10px;
}

.background-footer-sidebar .card{
  margin: 4%;
}
.card.card-message {
  margin: 2%;
  padding: 3%;
  padding-inline: 3%;
  height: 150px;
}
.splide__arrow--next {
  right:0em;
}
.splide__arrow--prev {
  left:0em;
}
.splide__pagination {
  position: relative;
}

a.dropdown-item.documentation {
  text-align:left;
  color: #274699;
  font-weight: lighter;
  font-size: x-small; 
}
a.dropdown-item.documentation:hover {
  background-color: unset;
  color: #274699;
  font-weight: bold;
}

button.btn.dropdown-toggle {
  font-size: small;
  background-color: white;
  color: #274699;
}
.card-custom.profile-card-3:not(:hover) .btn.dropdown-toggle.label {
  display: none;
  color: #274699;

}
.profile-card-3:not(:hover) span.label {
  display: none;
}
.profile-card-3:hover span.label {
  color: #274699;
}

.doc-icon {
  color : #274699;
  width: 20px;
  font-size: 10px;
  font-weight: lighter;
}

.doc-list {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.docs-content {
  display: flex;
  width:100%;
  /* flex-direction: column;
  padding: 12px 50px; */
  height: 100%;
}

#docsIframe {
  flex-grow: 1;
  /* height: 100%; */
}

.card.card-msg{
  font-size: 1em;
  overflow: hidden;
  padding: 5;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  margin-top:20px;
}
.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, .1);
  box-shadow: none;
   
}

.message-icon {
  color: #0e6476;
  font-size: 20px;
  z-index: 5;
  transform: rotate(-25deg);
}

.docs-backbutton-container {
  cursor: pointer;
  
}
.docs-backbutton-container .docs-backbutton {
  color: white;
}

@media (max-width: 992px) {
  .docs-backbutton-container .docs-backbutton span {
    display: none;
  }
}
@media (max-width: 992px) {
  .docs-backbutton-container {
    display: none;
    position: fixed;
  }
}