:root{
    --head-names:#42b4ff;
    --hover-color:#7fccff;
    --border-line:rgba(255,255,255,0.3)
}



body {
    background-color: #161d26;
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}



.div1 {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    position: sticky;
    justify-content: space-between;
    background-color: #161d26;
    top: 0;
    z-index: 10;

}

.awsimg {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.dotbox {
    border-left: 1px solid white;
    height: 25px;
    margin-top: 8px;
}


.boxsvg {
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.boxsvg:hover {
    filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(7487%) hue-rotate(209deg) brightness(93%) contrast(88%);
}



.consolesearch {
    width: 35rem;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: 6px;
    border-radius: 7px;
    margin-left: 15px;
    font-size: 15px;
    background-color: #161d26;
    padding-left: 10px;
    color: white;
}

.consolesearch::placeholder {
    font-style: italic;
}

.rightside {
    width: 15rem;
    display: flex;
    margin-left: 27rem;

}

.shellicon,
.notificationicon,
.helpicon,
.settingicon {
    height: 17px;
    width: 17px;
    margin-top: 4px;
    margin-left: 11px;
    cursor: pointer;
}

.shellicon:hover,
.notificationicon:hover,
.helpicon:hover,
.settingicon:hover {
    filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(7487%) hue-rotate(209deg) brightness(93%) contrast(88%);

}

.shell,
.notification,
.help,
.setting {
    margin-left: 7px;
    width: 3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    height: 25px;
    margin-top: 8px;

}

.regiondiv {
    background-color: #161d26;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    height: 25px;
    margin-top: 8px;
}

.region {
    background-color: #161d26;
    color: white;
    margin-top: 0px;
    font: bold;
    height: 1.5rem;
    margin-right: 12px;
    border: none;
    opacity: .9;
    cursor: pointer;

}

.region:hover {
    color: rgb(107, 107, 255);
}

.account {
    background-color: #161d26;
    height: 25px;
    margin-top: 8px;
    margin-left: 10px;
}

.acc {
    background-color: #161d26;
    color: white;
    margin-top: 0px;
    height: 1.5rem;
    border: none;
    opacity: .9;
    cursor: pointer;
}

.acc:hover {
    color: rgb(107, 107, 255);
}


.div2 {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(66, 70, 80, 0.4);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
    display: flex;
    position: sticky;
    background-color: #161d26;
    z-index: 10;
    top: 40.5px;
    justify-content: space-between;

}

@media (max-width:1479px) {
    .div2{
        width: 100rem;
    }
    .div1{
        width: 100rem;
    }
    
}

.trilineicon {
    height: 13px;
    width: 20px;
    margin-left: 5px;
    margin-top: 8px;
}


.triline {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.triline:hover {
    cursor: pointer;
    border-radius: 50%;
    background-color: #1d2530;
}

.iicon {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    margin-right: 14px;
    border-radius: 50%;
    cursor: pointer;


}

.iicon:hover {
    box-shadow: 0 0 2px white;
}

.queicon {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    margin-top: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.queicon:hover {
    box-shadow: 0 0 2px white;
}

.right2nd {
    display: flex;
    margin-right: 25px;
}

.i {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    height: 25px;
    margin-top: 8px;
}

.bodyhead {
    width: 80rem;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width:1479px) {
    .bodyhead{
        width: 100rem;
    }
    
}

.consolehead {
    font-size: 28px;
    margin-top: 15px;
    font: bold;
    text-decoration: solid white;
    text-shadow: 1px 1px 1px white;
}

.consoleinfo {
    font-size: 13px;
    color: var(--head-names);
    text-decoration: none;
    text-shadow: 0 0 0 var(--head-names);
}

.consoleinfo:hover {
    cursor: pointer;
    color: blue;
    text-shadow: 0 0 0 blue;
}

.right3 {
    display: flex;
}

.bluediv {
    width: fit-content;
    height: fit-content;
    border: 2px solid var(--head-names);
    color: var(--head-names);
    border-radius: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 21px;
    padding-right: 21px;
    margin-top: 12px;
    text-align: center;
}

.bluediv:hover {
    border: 2px solid var(--hover-color);
    color: var(--hover-color);
    cursor: pointer;
}

.widgets {
    background-color: #ff9900;
    height: fit-content;
    margin-left: 10px;
    width: 9rem;
    color: black;
    margin-top: 12px;
    text-align: center;
    border-radius: 20px;
    -webkit-text-stroke: 0.5px black;
    padding: 6px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.widgets:hover {
    cursor: pointer;
    opacity: 0.8;
}

.allpannels {
    width: 80rem;
    height: 29rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1479px) {
    .allpannels{
        flex-direction: column;
        height: 60rem;
        width: 100rem;
        justify-content: center;
        align-items: center;
    }
    
}
.pannels {
    width: 38.2rem;
    height: 28.8rem;
    border: 1px solid rgba(66, 70, 80, 0.4);
    box-shadow: 0 0 1px white;
    border-radius: 13px;
    resize: both;
    overflow: hidden;
    padding: 7px;
    min-width: 200px;
    min-height: 200px;
}

.pannels::-webkit-resizer {
    display: none;
}


.pannelhead {
    height: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.sixdot {
    height: 0.9rem;
    filter: brightness(0) invert(1);
    margin-top: 7px;
    margin-right: 9px;
    cursor: grab;
    margin-left: 7px;
}

.leftsidepannel {
    display: flex;
}

.pannelname {
    font-size: 20px;
    margin-top: 2px;
    font: bold;
    text-decoration: solid white;
    text-shadow: 0px 0px 0px white;
}


.pannelinfo {
    font-size: 13px;
    color: var(--head-names);
    text-decoration: none;
    text-shadow: 0 0 0 var(--head-names);
}

.pannelinfo:hover {
    cursor: pointer;
    color: blue;
    text-shadow: 0 0 0 blue;
}

.pannelright {
    display: flex;
}

.pannel-right-dots {
    height: 0.9rem;
    filter: brightness(0) invert(1);
    margin-top: 8px;
    margin-right: 14px;
    cursor: pointer;
    opacity: 0.8;

}

.pannel-right-dots:hover {
    opacity: 1;
}

.midbody {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.recentservice {
    border-bottom: 1px solid var(--border-line);
    width: 17rem;
    height: 2.5rem;
    padding-top: 4px;
    margin-left: 12px;
    display: flex;

}

.lastservice {
    border-bottom:none;
    box-shadow: none;
}

.recent1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 80%;
}

.recent2 {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 80%;
    margin-right: 0;
    margin-left: 12px;
}

.recenticon {
    height: 60%;
    width: 2rem;
    margin-top: auto;
    margin-bottom: auto;
}

.recentactname {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 15px;
    color: var(--head-names);
    margin-left: 7px;
    transition: color 0.3 ease-in;
}

.recentactname:hover {
    cursor: pointer;
    color: var(--hover-color);
    text-decoration: underline;
}

.pannelfooter {
    width: 100%;
    height: 1rem;
    margin-bottom: 0;
    border-top: 1px solid var(--border-line);
    margin-top: 22px;
    display: flex;
}

.footerpara {
    margin-top: 11px;
    color: var(--head-names);
    transition: color 0.7s ease, text-decoration 0.7s ease-in;
    margin-left: auto;
    margin-right: auto;

}

.footerpara:hover {
    cursor: pointer;
    color: var(--hover-color);
    text-decoration: underline;
}

.resizeicon {
    height: 17px;
    width: 17px;
    filter: brightness(0) invert(1);
    margin-top: 20px;
    cursor: se-resize;
    pointer-events: none;

}

.appnumber {
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.5;
}

.applicationinfo {
    margin-left: 10px;
}

.createapp {
    margin-top: 0;
    margin-right: 15px;
}

.pannel2region {
    opacity: 0.5;
    margin-left: 30px;
}

.pannel-2-midbody {
    flex-direction: column;
}

.pannel2regionselect {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: white;
    opacity: 0.7;
    margin-top: 6px;
}

.current-region {
    border: 1px solid var(--border-line);
    box-shadow: 0 0 1.5px white;
    width: fit-content;
    border-radius: 7px;
    height: 28px;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 14px;
}

.appsearch {
    width: 19rem;
    height: 28px;
    border: 1px solid var(--border-line);
    box-shadow: 0 0 1.5px white;
    margin-top: 6px;
    border-radius: 7px;
    margin-left: 15px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 10px;
    color: white;
    margin-right: 14px;
    margin-top: 0;
}

.appsearch::placeholder {
    font-style: italic;
}

.regionandfind {
    display: flex;
    justify-content: space-between;
}

.numberofapp {
    display: flex;
    width: fit-content;
    margin-right: 17px;
    margin-left: auto;
    margin-top: 15px;
}

.nexticon {
    height: 12px;
    filter: brightness(0) invert(1);
    margin-top: 3px;
    opacity: 0.5;

}

.numberofapplication {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    font: bold;
}

.appdetails {
    margin-left: 14px;
    margin-right: 14px;
    height: 15rem;
    border-radius: 13px;
    overflow-x: auto;
    flex-direction: column;
}


.inputdetail {
    display: flex;
    border-bottom: 1px solid var(--border-line);
}

.detaildiv {
    width: fit-content;
    border-right: 1px solid var(--border-line);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
}

.detailselect {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    margin-left: 10px;
    padding-right: 25px;
    font-size: 15px;
    cursor: pointer;

}


.nameselect {
    margin-left: 0;
    padding-right: 8rem;

}



.aboutapp {
    width: 100%;
    text-align: center;
    align-items: center;

}

.noapp {
    margin-top: 3.5rem;
}


.pannel2create {
    margin-left: auto;
    margin-right: auto;
}

.getstart {
    opacity: 0.5;
}

.pannel2footer {
    margin-top: 1.8rem;
}

.shortpannels {
    width: 18rem;
    height: 28.8rem;
    border: 1px solid rgba(66, 70, 80, 0.4);
    box-shadow: 0 0 1px white;
    border-radius: 13px;
    resize: both;
    overflow: hidden;
    padding: 7px;
    min-width: 200px;
    min-height: 200px;
}

.shortpannels::-webkit-resizer {
    display: none;
}

.short {
    display: flex;
}

.short2 {
    margin-left: 1.2rem;
}

.short3 {
    margin-right: 1.2rem;
}

.short5 {
    margin-left: 1.7rem;
}

.pannelsfooter {
    width: 80rem;
    height: 7rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-top: 1px solid var(--border-line);
    display: flex;
    justify-content: space-between;
}

@media (max-width:1479px) {
    .pannelsfooter{
        width: 100rem;
    }
    
}

.pannelfoot {
    color: var(--head-names);
    cursor: pointer;
    font-size: 15px;
    margin-top: 20px;
}

.pannelfoot:hover {
    color: var(--hover-color);
}

.footwidgets {
    -webkit-text-stroke: 0.2px var(--head-names);
    margin-top: 20px;
}


.bodyfooter {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    height: 1.7rem;
    font-size: 12px;
    position: fixed;
    z-index: 1000;
    background-color: #161d26;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;

}

.footerleft{
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    opacity: 0.9;
}
.footershell{
    display: flex;
    margin-left: 15px;
    cursor: pointer;
}

.footershell:hover{
    filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(7487%) hue-rotate(209deg) brightness(93%) contrast(88%);
}

.footershellicon{
    margin-left: 7px;
    height: 17px;
    filter: brightness(0) invert(1);
    margin-top: auto;
    margin-bottom: auto;

}

.cloudshell{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 7px;
}

.feedback{
    margin-left: 30px;
    margin-top: 2px;
    cursor: pointer;
}
.feedback:hover{
    color: var(--head-names);
    
}

.footerright{
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}

.aws2025{
    margin-right: 18px;
    opacity: 0.7;
}

.rightbuttons{
    margin-left: 12px;
    margin-right: 12px;
    opacity: 0.9;
    cursor: pointer;
}

.rightbuttons:hover{
    color: var(--head-names);
}


.midbodyshort{
    width: 90%;
    height:80%;
    margin-left: auto;
    margin-right: auto;
    
}

.gettingstart{
    height: 60px;
    width: 60px;
    margin-top: auto;
    margin-bottom: auto;
}

.midshort{
    height: 33%;
    width: 100%;
    border-bottom: 1px solid var(--border-line);
    display: flex;
}
.midshort3-short1{
    border-bottom: none;
    box-shadow: none;
}

.short1footer{
    border-top: none;
    box-shadow: none;
}

.short1resize{
    margin-left: 93%;
    margin-top: 10px;
    margin-bottom: auto;
}

.certificate{
    height: 60px;
    width: 60px;
    margin-top: auto;
    margin-bottom: auto;
}


.whatnew{
    height: 60px;
    width: 60px;
    margin-top: auto;
    margin-bottom: auto;
}

.midshorthead{
    margin-left: 10px;
    margin-top: auto;
    color: var(--head-names);
    cursor: pointer;
    transition: color 0.3s ease,text-decoration 0.3s ease;
}


.midshortdetail{
    width: 80%;
    height: 80%;
    padding: 5px;
}
.midshorthead:hover{
    text-decoration: underline;
    color: var(--hover-color);
}

.viewbox:hover{
    fill: var(--hover-color) ;
}


.midshortpara{
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 10px;
    opacity: 0.8;
}


.midbodyshort2{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 73%;
    margin-top: 20px;
}

.midshorts2{
    border-bottom: 1px solid var(--border-line);
    display: flex;
    flex-direction: column;
    height: 23%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.short2midhead{
    margin-top: 10px;
}

.midshort3-short2{
    border: none;
    box-shadow: none;

}

.short2middetail{
    display: flex;
    justify-content: space-between;
}

.pannel-3-midbody{
    width: 95%;
    height: 75%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.leftmidbody{
    display: flex;
    flex-direction: column;
}

.rightmidbody{
    display: flex;
    flex-direction: column;
}

.currentcost{
    height: 4rem;
    width: 11rem;
    opacity: 0.8;
}
.cost{
    font-size: 25px;
    color: var(--head-names);
    cursor: pointer;
    transition: color 0.3 ease;
}
.cost:hover{
    color:  var(--hover-color);
}

.endcost{
    height: 4rem;
    width: 14.8rem;
    margin-top: 10px;
    opacity: 0.8;
}

.costdata{
    color: red;
    cursor: pointer;
    text-decoration: underline;
}
.Savingopp{
    margin-top: 20px;
    opacity: 0.8;
}

.pannel3footer{
    margin-top: 30px;
}

.costchart{
    margin-left: 70px;
    margin-top: 50px;
}

.midbody-pannel4{
    width: 95%;
    height: 79%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.sol-detail{
    width: 100%;
    height: 22%;
    border-bottom: 1px solid var(--border-line);
    gap: 0;
    
}

.detail-left{
    display: flex;
    flex-direction: column;
    width: 47%;
    height: 100%;
}

.detail-right{
    display: flex;
    flex-direction: column;
    width: 47%;
    height: 100%;
}

.detail3,.detail6{
    border: none;
    box-shadow: none
}
.learnicon{
    height: 20px;
    width: 20px;
}

.learnicon:hover{
    fill:  var(--hover-color);

}

.learnmore{
    font-size: 10px;
    color: var(--head-names);
    text-decoration: none;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
}

.learnmore:hover{
    cursor: pointer;
    color: var(--hover-color);
}

.midbody-short3{
    width: 92%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.midshort3{
    margin-top: 5px;
    height: 24%;
    width: 100%;
    border-bottom: 1px solid var(--border-line);
}

.short3deatilhead{
    font-size: 15px;
    height: 10px;
    color: var(--head-names);
    cursor: pointer;
    transition: color 0.4s ease, text-decoration 0.4s ease;
}

.short3deatilhead:hover{
    color:  var(--hover-color);
    text-decoration: underline;
}

.short3viewbox{
    height: 17px;
    width: 17px;
}

.midshort4{
    height: 75%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;

}

.securityicon{
    padding: 3px;
    height: fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}