@charset "UTF-8";
/* CSS Document */
/*! CSS Used from: file:///Users/10151650/Documents/ESCWA/Knowledge%20Repository/Final-Knowledge-Repository/Website/assets/css/beirut.css ; media=all */
 

table {
  overflow: hidden;
}
table th, table td {
  padding: 0.25em 0.5em;
  text-align: left;
  vertical-align: top;
}

table tr {
  transition: all 1s ease-in-out;
}
table tr.slide-out {
  transform: rotateX(90deg);
}


.h-200px {
    height: 260px !important
}

.fs-45 {
    font-size: 3rem !important;
}

.w-60px {
    width: 60px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem 0.5rem 0.5rem !important;
}

.num-text {
    font-size: 30px !important;
    font-weight: 700 !important;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 20% !important;
}

@media all {
    *, *::before, *::after {
        box-sizing: border-box !important;
    }

    h2 {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }

    img {
        vertical-align: middle !important;
        border-style: none !important;
    }

    h2, .h1 {
        margin-bottom: 1rem !important;
        font-family: inherit;
        font-weight: 600;
        line-height: 1.2;
        color: #23233a;
    }

    .h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    @media (min-width: 576px) {
        .container {
            max-width: none !important;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: none !important;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: none !important;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: none !important;
        }
    }

    .container {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {
        .container {
            padding-right: 12px;
            padding-left: 12px;
        }
    }

    @media (min-width: 768px) {
        .container {
            padding-right: 24px;
            padding-left: 24px;
        }
    }

    @media (min-width: 992px) {
        .container {
            padding-right: 36px;
            padding-left: 36px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            padding-right: 48px;
            padding-left: 48px;
        }
    }

    @media (min-width: 1500px) {
        .container {
            max-width: 1460px !important;
        }
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
    }

    .col-2, .col-3, .col-6, .col-12, .col, .col-sm-4, .col-md-3, .col-lg-3 {
        position: relative;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    @media (max-width: 576px) {
        .col-6 {
            flex: 0 0 50%;
            max-width: 50% !important;
        }

        .w-25 {
            width: 25%;
        }

        .card-body {
            font-size: 15px;
        }

        nav.navbar-dark {
            background: #181828; /*new*/
            color: #fff !important;
        }

        .m-text-white {
            color: #fff !important;
            font-size: 20px !important;
        }

        h2, .h2 {
            font-size: 1rem !important;
        }


        .col-4 {
            flex: 0 0 33.33333%;
            max-width: 100% !important;
        }
    }

    @media (min-width: 576px) {
        .col-sm-4 {
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }
    }

    @media (min-width: 768px) {
        .col-md-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    @media (min-width: 992px) {
        .col-lg-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    .btn {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        font-weight: 600;
        color: #23233A;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.4375rem 1.25rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
        .btn {
            transition: none;
        }
    }

    .btn:hover {
        color: #23233A;
        text-decoration: none;
    }

    .btn-primary:hover {
        color: white !important;
    }

    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(27, 64, 121, 0.25);
    }

    .btn:disabled {
        opacity: 0.65;
    }

    .btn-primary {
        color: #fff;
        background-color: #6772e5;
        border-color: #6772e5;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #32325d;
            border-color: #32325d;
        }

        .btn-primary:focus {
            box-shadow: 0 0 0 0.2rem rgba(61, 93, 141, 0.5);
        }

        .btn-primary:disabled {
            color: #fff;
            background-color: #6772e5;
            border-color: #6772e5;
        }

        .btn-primary:not(:disabled):not(.disabled):active {
            color: #fff;
            background-color: #122a4f;
            border-color: #0f2445;
        }

            .btn-primary:not(:disabled):not(.disabled):active:focus {
                box-shadow: 0 0 0 0.2rem rgba(61, 93, 141, 0.5);
            }

    .btn-outline-dark {
        color: #23233a;
        border-color: #23233a;
    }

        .btn-outline-dark:hover {
            color: #fff;
            background-color: #23233a;
            border-color: #23233a;
        }

        .btn-outline-dark:focus {
            box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
        }

        .btn-outline-dark:disabled {
            color: #23233a;
            background-color: transparent;
        }

        .btn-outline-dark:not(:disabled):not(.disabled):active {
            color: #fff;
            background-color: #23233a;
            border-color: #23233a;
        }

            .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
                box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
            }

    .fade {
        transition: opacity 0.15s linear;
    }

    @media (prefers-reduced-motion: reduce) {
        .fade {
            transition: none;
        }
    }

    .fade:not(.show) {
        opacity: 0;
    }

    .collapse:not(.show) {
        display: none;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: border-box;
        border: none;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 0.9rem;
    }

    @media (max-width: 1199.98px) {
        .card-body {
            padding: 1rem 0.5rem 1rem 1rem;
        }
    }

    .border-0 {
        border: 0 !important;
    }

    .float-right {
        float: right !important;
    }

    .my-1 {
        margin-top: 0.375rem !important;
    }

    .my-1 {
        margin-bottom: 0.375rem !important;
    }

    .mt-2 {
        margin-top: 0.75rem !important;
    }

    .mr-2 {
        margin-right: 0.75rem !important;
    }

    .ml-2 {
        margin-left: 0.75rem !important;
    }

    .mt-3 {
        margin-top: 1.5rem !important;
    }

    .mr-3 {
        margin-right: 1.5rem !important;
    }

    .ml-3 {
        margin-left: 1.5rem !important;
    }

    .mt-4 {
        margin-top: 2.25rem !important;
    }

    .mr-4 {
        margin-right: 2.25rem !important;
    }

    .mb-4 {
        margin-bottom: 2.25rem !important;
    }

    .ml-4 {
        margin-left: 2.25rem !important;
    }

    .mr-5 {
        margin-right: 3rem !important;
    }

    .mb-5 {
        margin-bottom: 3rem !important;
    }

    .ml-5 {
        margin-left: 3rem !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .pt-2 {
        padding-top: 0.75rem !important;
    }

    .pb-2 {
        padding-bottom: 0.75rem !important;
    }

    .p-3 {
        padding: 1.5rem !important;
    }

    .pt-4 {
        padding-top: 2.25rem !important;
    }

    .pb-7 {
        padding-bottom: 6rem !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-dark {
        color: #23233a !important;
    }

    @media print {
        *, *::before, *::after {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        h2 {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }

        .container {
            min-width: 992px !important;
        }
    }

    @media only screen and (max-width: 767.98px) {
        section.has-divider:first-of-type .container {
            padding-top: 0;
        }
    }

    .btn {
        letter-spacing: -.02em;
    }

        .btn > span {
            display: inline-block;
            vertical-align: middle;
        }

        .btn:focus {
            box-shadow: none !important;
        }

        .btn.btn-primary * {
            fill: #fff;
        }

    .btn-outline-dark:hover * {
        fill: #fff;
    }

    .card {
        margin-bottom: 1.5rem;
    }

    @media (max-width: 767.98px) {
        .card {
            margin-bottom: 0.75rem;
        }
    }

    @media all and (max-width: 767px) {
        .row:not(.no-gutters) > [class*='col-6']:nth-child(odd) {
            padding-right: 0.375rem;
        }
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a {
        font-weight: 400;
        color: #6772e5;
    }

    section.has-divider .container {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .icon-round {
        flex-shrink: 0;
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .card > a {
            flex-shrink: 0;
        }

        .card:not([class*='col-']) {
            width: 100%;
        }

        img {
            flex-shrink: 0;
        }

        .row {
            width: 100%;
        }
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .row {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
        }
    }
}
/*! CSS Used from: file:///Users/10151650/Documents/ESCWA/Knowledge%20Repository/Final-Knowledge-Repository/Website/assets/css/owl-carousel/style.css ; media=all */
@media all {
    .bg-red {
        background-color: #b9c3cf !important;
    }

    .bg-green {
        background-color: #06b27d !important;
    }

    .bg-fushia {
        background-color: #b9c3cf !important;
    }

    .bg-fushia-2 {
        background-color: #b9c3cf !important;
    }

    .bg-brick {
        background-color: #b9c3cf !important;
    }

    .bg-purple {
        background-color: #b9c3cf !important;
    }

    .bg-blue-1 {
        background-color: #b9c3cf !important;
    }

    .bg-blue-2 {
        background-color: #b9c3cf !important;
    }

    .bg-blue-3 {
        background-color: #b9c3cf !important;
    }

    .bgLightGrey {
        background: #f0f2f9;
    }
    /*! CSS Used from: file:///Users/10151650/Documents/ESCWA/Knowledge%20Repository/Final-Knowledge-Repository/Website/assets/css/owl-carousel/style.css ; media=all */
    /*!@media all {
  .bg-red {
    background-color: #d94f41!important;
  }
  .bg-fushia {
    background-color: #d1193e!important;
  }
  .bg-fushia-2 {
    background-color: #a6165e!important;
  }
  .bg-brick {
    background-color: #9e2146!important;
  }
  .bg-purple {
    background-color: #3a0751!important;
  }
  .bg-blue-1 {
    background-color: #01346b!important;
  }
  .bg-blue-2 {
    background-color: #32325D!important;
  }
  .bg-blue-3 {
    background-color: #0a1e59!important;
  }*/
    .square {
        position: relative;
        width: 241px;
        height: 180px;
    }

        .square:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }
}

#myTabContent {
    width: calc(100% - 207px);
}


/*ul*/
.ibitHighlightsList {
    list-style-type: none;
    padding: 0;
}

    .ibitHighlightsList li {
        display: inline-block;
        /*margin-right: 1vw;  Adjust spacing between list items*/
        width: 20vw;
    }

/* table properties */
.sdg-table .bgLightGrey {
    background: #f1f2f9;
}

.sdg-table .bgDarkGrey {
    background: #bbc3cf;
}

.sdg-table .darkBlue {
    background-color: #33335c !important;
    color: white;
}

.sdg-table td span,
.sdg-table th span {
    margin: 0px 0px;
}

.sdg-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse !important;
}

    .sdg-table td {
        padding: 4px 6px;
        border: 1px solid white;
        text-align: center;
    }

    .sdg-table tbody tr {
        background: #f0f2f9
    }

    .sdg-table td, .sdg-table th {
        font-size: 6pt;
        overflow: hidden;
    }

        .sdg-table td.numeric {
            font-size: 6pt;
            overflow: hidden;
        }

    .sdg-table td {
        text-transform: capitalize;
        /*padding: 2px;*/
    }


        .sdg-table td.green {
            background-color: #53c39a !important;
        
          
        /*    transform: translate(-0%, -0%); 
           
           
            animation: animate  2s linear  forwards 1 ; 
         
        
        } 
          
        @keyframes animate { 
            0% { 
                transform: translate(-0%, -0%)  
                  perspective(200px)  
                  rotateX(0deg)  
                  rotateY(0deg); 
            } 
            50% { 
                transform: translate(-0%, -0%) 
                  perspective(200px)  
                  rotateX(-180deg)  
                  rotateY(0deg); 
            } 
            100% { 
                transform: translate(-0%, -0%) 
                  perspective(200px)  
                  rotateX(-180deg) 
                  rotateY(-180deg); 
            } 
            
                */
      
}

.delay-0	{transition-delay: 0s!important;}
.delay-75	{transition-delay: 75ms!important;}
.delay-100	{transition-delay: 100ms!important;}
.delay-150	{transition-delay: 150ms!important;}
.delay-200	{transition-delay: 200ms;}
.delay-300	{transition-delay: 300ms;}
.delay-500	{transition-delay: 500ms;}
.delay-700	{transition-delay: 700ms;}
.delay-1000	{transition-delay: 1000ms;}



        .sdg-table td.red {
            background-color: #d53628 !important;
            
      /*       transform: translate(-0%, -0%); 
           
           
            animation: animate  2s linear  forwards 1 ; 
         
        
        } 
          
        @keyframes animate { 
            0% { 
                transform: translate(-0%, -0%)  
                  perspective(200px)  
                  rotateX(0deg)  
                  rotateY(0deg); 
            } 
            50% { 
                transform: translate(-0%, -0%) 
                  perspective(200px)  
                  rotateX(-180deg)  
                  rotateY(0deg); 
            } 
            100% { 
                transform: translate(-0%, -0%) 
                  perspective(200px)  
                  rotateX(-180deg) 
                  rotateY(-180deg); 
            } 
            */
                
      
        }

        .sdg-table td.yellow {
            background-color: #ffc000 !important;
        }

        .sdg-table td.darkBlue {
            background-color: #33335c !important;
            color: white;
        }

        .sdg-table td.lightBlue {
            background: #93a9d7;
        }

    .sdg-table tbody td {
        border-bottom: #f3f3f9 solid 2px;
    }

    .sdg-table .thick-border-top {
        border-top: 3px solid #f3f3f9 !important;
    }

    .sdg-table thead tr {
        border-bottom: 2px solid #f3f3f9;
    }

    .sdg-table .border-right {
        border-right: 1px solid #f3f3f9;
    }

    .sdg-table .border-right-thick {
        border-right: 3px solid #f3f3f9;
    }

    .sdg-table .cofog-col {
    }

    .sdg-table td.cofog-col {
    }

    .sdg-table .gvt-function-col {
    }

    .sdg-table td.gvt-function-col {
    }

    .sdg-table .budget-col {
    }

    .sdg-table td.budget-col {
    }

    .sdg-table sdg-col {
    }

    .sdg-table td.sdg-col {
    }

    .sdg-table .sdg-wheel-col {
    }

    .sdg-table td.sdg-wheel-col {
    }
