@media (min-width: 1025px){
    .global-dashboard-wrapper {
        position: relative;
    }
    .country-related-links{
        top: 313px;
    }
    /*.sidebar-block.active {
        position: absolute;
        left: -28%;
        top: 0;
    }
    .sidebar-block {
        left: 10px;
        z-index: 2;
        transition: all 1s ease;
        position: absolute !important;
        background: #fff;
        box-shadow: 2px -1px 7px #666;
    }*/
    .psea-action-plan, .country-related-links {
            z-index: 2;
            transition: all 1s ease;
            position: absolute !important;
            background: #fff;
            box-shadow: 2px -1px 7px #666;
            left: -320px;
            top: 110px;
            width: 300px;
            min-height: 192px;
    }
    .country-related-links {
        top: 314px;
    }
    .psea-action-plan.active, .country-related-links.active {
        left: 23px;
        min-height: 192px;
    }
    .psea-close-btn, .country-close-btn {
        position: absolute;
        right: 0;
        background: #002F6C;
        z-index: 999;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        top: 0;
    }
    .sidebar-btn {
        -webkit-transform: rotate(-90deg);
        -ff-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        left: -108px;
        top: 186px;
        width: 192px;
        height: 40px;
        background: #002F6C;
        z-index: 99;
        padding: 0 20px 5px;
        line-height: 33px;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 0 0 10px 10px;
        text-align: center;
        box-shadow: 2px 4px 9px #999;
        text-shadow: 2px 1px 4px #111;
    }
    .sidebar-btn.sidebar-btn-cr {
        top: 390px;
    }
}
.header-section .header-main .navbar .nav-item:last-child .nav-link{
    background: transparent;
}
header .header-section .secondary-header-menu{
    display: none !important;
}
#global-dashboard div.content ul.nav >li.country-dashboard {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 0px;
}
#global-dashboard div.content ul.nav >li.country-dashboard a{
    padding: 1rem 2rem;
}
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown {
    border-radius: 4px;
    border: 1px solid #002F6C7E;
    position: relative;
    height: 40px;
    flex: 1;
    width: 300px;
}
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown .btn-outline-primary:hover, 
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown.show>.btn-outline-primary.dropdown-toggle{
    box-shadow: none;
    background-color: transparent;
}
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown .btn-outline-primary {
    border: 0;
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
    font-size: 15px;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #000;
}
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown-menu.show {
    top: 100% !important;
    width: 100% !important;
    transform: unset !important;
    max-width: 300px !important;
    overflow-y: scroll;
    /* display: inline-table; */
    display: unset;
    height: 300px;
    z-index: 9;
    padding-top: 0;
}
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown .dropdown-menu .region-name {
    margin: 0;
    background: #f1f1f1;
    padding: 5px 17px;
    font-weight: 500;
    color: #002F6C;
}
#global-dashboard div.content ul.nav >li.country-dashboard .dropdown .dropdown-menu a{
    color: #858585;
    padding: 5px 20px 5px 20px;
    white-space: unset;
}
#global-dashboard div.content ul.nav >li.download-pdf{
    padding: 0 0.5rem 0 !important;
}
#global-dashboard div.content ul.nav >li.download-pdf a{
    border-color: #002F6C;
    background-color: #002F6C;
    padding: 7px 25px !important;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.country-dashboard .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.country-dashboard .btn-outline-primary:focus{
    box-shadow: none;
}
.country-dashboard .btn-outline-primary:not(:disabled):not(.disabled):active{
    background-color: transparent;
    border-color: transparent;
}
#global-dashboard{
    background-color: #e8e8eb;
}
#global-dashboard div.content ul.nav{
    background-color: #fff;
    margin: 0px 0px 5px 0px;
    width: fit-content;
    padding: 0px;
}
#global-dashboard div.content ul.nav li a{
    font-size: 15px;
    color: #002F6C;
}
#global-dashboard div.content ul.nav li a.active{
    background: #DEE2E6;
    border-bottom: 0;
    color: #002F6C;
    font-weight: 600;
}
#global-dashboard div.content ul.nav >li{
     /* border-left: 1px solid #607CA1; */
    border-right: 1px solid #607CA1;
}
#global-dashboard div.content ul.nav >li:last-child{
    border-right: 0px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 0px;
}

#global-dashboard div.content ul.nav >li:last-child .dropdown {
    border-radius: 4px;
    border: 1px solid #002F6C7E;
    position: relative;
    height: 40px;
    /* width: 100%; */
    flex: 1;
    width: 300px;
}

#global-dashboard div.content ul.nav >li:last-child .dropdown .btn-outline-primary {
    border: 0;
    /* color: #083570; */
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
    font-size: 15px;
    /* color: #858585; */
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #000; 
}
#global-dashboard div.content ul.nav >li:last-child .dropdown .btn-outline-primary.focus, #global-dashboard div.content ul.nav >li:last-child .dropdown .btn-outline-primary:focus,#global-dashboard div.content ul.nav >li:last-child .dropdown .btn-outline-primary:hover,#global-dashboard div.content ul.nav >li:last-child .dropdown.show>.btn-outline-primary.dropdown-toggle,#global-dashboard div.content ul.nav >li:last-child .dropdown.show>.btn-outline-primary.dropdown-toggle:focus{
    box-shadow: none;
    background-color: transparent;
}
#global-dashboard div.content ul.nav >li:last-child .dropdown  a.dropdown-item{
    padding: 5px 20px 5px 20px;
    white-space: unset;
}
#global-dashboard div.content ul.nav >li:last-child .dropdown-menu.show{
    top: 100% !important;
    width: 100% !important;
    transform: unset !important;
    max-width: 300px !important;
    overflow-y: scroll;
    /* display: inline-table; */
    display: unset;
    height: 300px;
    z-index: 9;
}
#global-dashboard div.content ul.nav >li:last-child .dropdown .dropdown-menu a{
    color: #858585;
}


#global-dashboard div.content ul.nav >li:last-child > a {
    padding: 0;
    padding: 1rem 2rem;
}
/* sidebar */
.sidebar-block{
    /* background-color: #fff; */
    /* padding: 20px; */
}
.sidebar-block .section-title,.sidebar-link-item .card-header{font-size: 16px;color: #002F6C;font-weight: 600;}
.sidebar-block .section-title::after,.sidebar-link-item .card-header h5::after{
    content: "";
    display: block;
    height: 5px;
    margin: calc(1rem - 5px) auto 0 0;
    width: 80px;
}
.sidebar-block .file-item .file-item-content{
    display: flex;
}
.sidebar-block .file-item a,.card-body ul li a {
    font-size:14px;
    color: #002F6C;
    /* white-space: unset; */
    /* overflow-wrap: anywhere; */
    text-decoration: underline;
    line-height: 1.2;
    display: -webkit-box;
    margin-left: 10px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.sidebar-block .file-item a.btn-primary{
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.sidebar-block .file-item{
    border-bottom: 0px;
    padding: 0;
}
.sidebar-block  .btn-primary{
    background-color: #002F6C;
    border: 0;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 7px 15px;
}
.sidebar-block .file-item-actions .btn-link{display: none;}
.sidebar-block .section-title-wrapper .section-title:after,.sidebar-link-item .card-header h5::after {
    margin-top: 5px;
    height: 4px;
    background-color: #474DA4;
}

.sidebar-block .section-title-wrapper {
    margin-bottom: 10px !important;
}
.sidebar-block .pagination .page-item .page-link{
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.sidebar-block .pagination .page-item.is-active .page-link,.pagination .page-item .page-link:hover,.pagination .page-item .page-link:focus{
    background-color: #19193B;
    border-color: #19193B;
    color: #fff;
}

#global-dashboard div.content ul.nav >li:last-child .dropdown .btn-outline-primary:after {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(-50%, 0%);
}

.dropdown-search {
    width: 50px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background-color: #002F6C;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* min-height: 38px; */
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
}
.dropdown-search svg{
    width: 25px;
    height: 25px;
}
.sidebar-block .file-item-actions {
    margin-top: 10px !important;
    margin-bottom: 5px;
}

.sidebar-link-item {
    background: #fff;
    margin: 5px 0px;
    padding: 20px;
    width: 100%;
}
.sidebar-link-item > .row{
    margin: 0;
}
.sidebar-link-item .views-row {
    padding: 5px 0px 10px 0px;
}
.sidebar-block .sidebar-link-item:first-child{
    margin-top: 0px;
}
.sidebar-block .pagination .page-item svg {
    width: 15px;
    height: 15px;
}
.sidebar-block .pagination{
    text-align: center;
    justify-content: center;
}
.chart-board iframe{
    width: 100% !important;
}
.global-rightside-block .country-name{
    padding: 10px 20px;
    margin-bottom: 20px;
}
.global-rightside-block .country-name .ml-auto{
    font-size: 13px;
}
.sidebar-link-item .download{
    margin-top: 20px;
}
.section-title-wrapper-img {
    text-align: center;
}
.sidebar-block .btn-primary{
    color: #fff;
}
.sidebar-link-item .row {
    margin: 0;
}
.global-rightside-block .country-name{
    padding: 10px;
    margin-bottom: 15px;
}
.sidebar-link-item .card.shadow{
    box-shadow: none;
    display: block;
    border: 0;
    margin-bottom: 0 !important;
}
.sidebar-link-item .card-header{
    padding: 0;
}
#global-dashboard .sidebar-link-item .card-header h5{
    text-transform: capitalize;
    letter-spacing: 0;
}
.sidebar-link-item .card-body{
    padding: 10px 0px 0px 0px;
}
.sidebar-link-item .card-body ul li{
    margin-bottom: 10px;
    margin-top: 10px;
}
#global-dashboard iframe{
    width: 100% !important;
}
#global-dashboard .content-body{
    padding-top: 5px !important;
}

@media (max-width:992px) {
    .ghost-header{
        height: auto;
    }
}
@media (min-width:1300px) {
    .ghost-header{
        height: 107px;
    }
}


/* hamber menu */

.block--psea-main-menu ul li a{
    font-size: 14px;
}
a.hambur-menu.nav-link{
    font-size: 0px !important;
    padding: 0px !important;
}
.header-section .header-main  .navbar  .navbar-collapse{
    justify-content: end;
}
.header-section .header-main  .navbar  .navbar-collapse > .ml-auto{
    margin-left: unset !important;
}
.header-section .header-main .navbar .nav-item:last-child .nav-link{
    background: transparent !important;
}
#wrapper {
    /* padding-right: 0; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
 .sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    margin-right: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 100%;
  }
  #wrapper.toggled .sidebar-wrapper {
    width: 230px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
  }
  
  #page-content-wrapper {
    width: fit-content;
    position: absolute;
  }
  
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-left: 0;
  }
  #wrapper .sidebar-wrapper.sidebar-nav {
    padding: 0;
}
  /* Sidebar Styles */
  .sidebar-nav {
    padding: 0;
    list-style: none;
    padding: 20px;
  }
  .sidebar-nav a {
    display: block;
    text-decoration: none;
    color: #002F6C;
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .sidebar-nav a:hover{
    text-decoration: underline;
  }
  
  
  @media (min-width: 768px) {
   
    .sidebar-wrapper {
      width: 0;
    }
    #wrapper.toggled .sidebar-wrapper {
      width: 280px;
    }
    #page-content-wrapper {
      
      position: relative;
    }
    
  }
  
  .header-section .header-main .navbar .nav-item.dropdown .hambur-menu::after{
    content: none !important;
  }
 .navbar-toggle {
    position: relative;
    display: block;
    margin: 0.5rem;
    position: relative;
    width: 24px;
    height: 24px;
    top: -4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 0.4rem auto;
    display: block;
    background: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.resource-download-all-block {
    text-align: center;
}
.resource-download-all-block a#resource-download-all-btn{
    background-color: #f1f1f1;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding-right: 3rem;
    color: #19193b;
    text-decoration: none;
}
.resource-download-all-block a#resource-download-all-btn i.svg-icon{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 40px;
    margin-right: 2rem;
    width: 50px;
    background-color: #19193b;
    display: inline-flex;
    color: #fff;
}
.resource-download-all-block a#resource-download-all-btn i.svg-icon svg{
    margin: auto;
}
.resource-download-all-block a#resource-download-all-btn i.svg-icon svg .nc-icon-wrapper{
    stroke: #fff;
}
/*
.close-icon span.icon-bar.three {
    transform: rotate(315deg);
    top: -4px;
    position: absolute;
}
.close-icon span.icon-bar.two {
    display: none;
}
.close-icon span.icon-bar.one {
    transform: rotate(45deg);
    top: -7px;
    position: absolute;
}
.close-icon.navbar-toggle{
    top: 9px;
}*/

@media (min-width: 768px) and (max-width: 1024px){
    .global-dashboard-wrapper .col-md-3.sidebar-block{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #global-dashboard div.content ul.nav >li{
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    #global-dashboard div.content ul.nav >li{
        margin-bottom: 10px;
    }
    #global-dashboard div.content ul.nav li a {
        padding: 1rem 15px !important;
        font-size: 14px;
    }
    #global-dashboard div.content ul.nav >li.global-map, 
    #global-dashboard div.content ul.nav >li.global-dashboard {
        width: 50%;
    }
    #global-dashboard div.content ul.nav >li.country-dashboard,
    #global-dashboard div.content ul.nav >li.download-pdf {
        width: 100%;
    }
    #global-dashboard div.content ul.nav >li.country-dashboard .dropdown{
        width: 200px;
    }
    #global-dashboard div.content ul.nav >li.country-dashboard{
        flex: inherit;
    }
}

/*Website maintenance alert*/
.block.block--basic.block--iascwebsitemaintenancealert {
    background: #d3ae13;
}
.block.block--basic.block--iascwebsitemaintenancealert .alert-site-scheduled{
    position: relative;
    height: 65px;
    display: flex;
}
.block.block--basic.block--iascwebsitemaintenancealert .alert-site-scheduled p{
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: center;
}
.block.block--basic.block--iascwebsitemaintenancealert .alert-site-scheduled #close-btn{
    background: #fff;
    border: none;
    border-radius: 100%;
    padding: 2px 8px 1px;
    font-size: 14px;
    font-weight: 600;
    color: #d3ae13;
    margin: -2px 0 0 5px;
    width: 25px;
    height: 25px;
}
.block.block--basic.block--iascwebsitemaintenancealert + b + nav + #off-canvas-menu + header {
	top: 65px;
}
.block.block--basic.block--iascwebsitemaintenancealert + b + nav + #off-canvas-menu + header.header-sticky.inactive-sticky {
	top: 0;
}
div#toolbar-administration + .dialog-off-canvas-main-canvas header,
div#toolbar-administration + script + .dialog-off-canvas-main-canvas header {
	top: 0 !important;
}

@media (max-width: 1024px){
	.block.block--basic.block--iascwebsitemaintenancealert .alert-site-scheduled p{
	    width: 100%;
	}
}
@media (max-width: 767px){
	.block.block--basic.block--iascwebsitemaintenancealert .alert-site-scheduled{
	    height: 90px;
	}
	.block.block--basic.block--iascwebsitemaintenancealert .alert-site-scheduled p{
		font-size: 13px;
		line-height: 16px;
	}
}
/* Pattern block -> Hero image fix */
@media (min-width: 1200px){
    .hero{
        min-height: 424px;
    }
}
@media (min-width: 2400px){
    .hero{
        min-height: 821px;
    }
}
@media (min-width: 4400px){
    .hero{
        min-height: 1100px;
    }
}